Searched refs:finPunctuation (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/autodoc/source/parser/cpp/ |
| H A D | cx_c_std.cxx | 245 const INT16 finPunctuation = 7; in SetupStateMachine() local 444 aStateMachine.AddToken("==",TCF_Operator,A_nOperatorDefStatus,finPunctuation); in SetupStateMachine() 445 aStateMachine.AddToken("!=",TCF_Operator,A_nOperatorDefStatus,finPunctuation); in SetupStateMachine() 446 aStateMachine.AddToken("<=",TCF_Operator,A_nOperatorDefStatus,finPunctuation); in SetupStateMachine() 447 aStateMachine.AddToken(">=",TCF_Operator,A_nOperatorDefStatus,finPunctuation); in SetupStateMachine() 448 aStateMachine.AddToken("&&",TCF_Operator,A_nOperatorDefStatus,finPunctuation); in SetupStateMachine() 449 aStateMachine.AddToken("||",TCF_Operator,A_nOperatorDefStatus,finPunctuation); in SetupStateMachine() 450 aStateMachine.AddToken("!",TCF_Operator,A_nOperatorDefStatus,finPunctuation); in SetupStateMachine() 451 aStateMachine.AddToken("new",TCF_Operator,A_nBezDefStatus,finPunctuation); in SetupStateMachine() 452 aStateMachine.AddToken("delete",TCF_Operator,A_nBezDefStatus,finPunctuation); in SetupStateMachine() [all …]
|