Searched refs:TCF_Operator (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/autodoc/source/parser/cpp/ |
| H A D | cx_c_std.cxx | 104 DYN TextToken * TCF_Operator(const char * text) { return new Tok_Operator(text); } in TCF_Operator() function 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 …]
|