Searched refs:BINARY_OPERATION (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | OperationKinds.def | 31 #ifndef BINARY_OPERATION 372 BINARY_OPERATION(Mul, "*") 373 BINARY_OPERATION(Div, "/") 374 BINARY_OPERATION(Rem, "%") 376 BINARY_OPERATION(Add, "+") 377 BINARY_OPERATION(Sub, "-") 384 BINARY_OPERATION(LT, "<") 385 BINARY_OPERATION(GT, ">") 386 BINARY_OPERATION(LE, "<=") 396 BINARY_OPERATION(Or, "|") [all …]
|
| H A D | OperationKinds.h | 26 #define BINARY_OPERATION(Name, Spelling) BO_##Name, macro
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerHelpers.cpp | 154 #define BINARY_OPERATION(Name, Spelling) {Spelling, BO_##Name}, in operationKindFromOverloadedOperator() macro
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Expr.cpp | 2042 #define BINARY_OPERATION(Name, Spelling) case BO_##Name: return Spelling; in getOpcodeStr() macro
|