Searched refs:TCF_Operator (Results 1 – 1 of 1) sorted by relevance
| /AOO42X/main/autodoc/source/parser/cpp/ |
| H A D | cx_c_std.cxx | 99 DYN TextToken * TCF_Operator(const char * text) { return new Tok_Operator(text); } in TCF_Operator() function 439 aStateMachine.AddToken("==",TCF_Operator,A_nOperatorDefStatus,finPunctuation); in SetupStateMachine() 440 aStateMachine.AddToken("!=",TCF_Operator,A_nOperatorDefStatus,finPunctuation); in SetupStateMachine() 441 aStateMachine.AddToken("<=",TCF_Operator,A_nOperatorDefStatus,finPunctuation); in SetupStateMachine() 442 aStateMachine.AddToken(">=",TCF_Operator,A_nOperatorDefStatus,finPunctuation); in SetupStateMachine() 443 aStateMachine.AddToken("&&",TCF_Operator,A_nOperatorDefStatus,finPunctuation); in SetupStateMachine() 444 aStateMachine.AddToken("||",TCF_Operator,A_nOperatorDefStatus,finPunctuation); in SetupStateMachine() 445 aStateMachine.AddToken("!",TCF_Operator,A_nOperatorDefStatus,finPunctuation); in SetupStateMachine() 446 aStateMachine.AddToken("new",TCF_Operator,A_nBezDefStatus,finPunctuation); in SetupStateMachine() 447 aStateMachine.AddToken("delete",TCF_Operator,A_nBezDefStatus,finPunctuation); in SetupStateMachine() [all …]
|