Searched refs:BINARY_OPERATION (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OperationKinds.def | 17 /// BINARY_OPERATION or UNARY_OPERATION macro, each of which can be specified by 31 #ifndef BINARY_OPERATION 32 # define BINARY_OPERATION(Name, Spelling) 382 BINARY_OPERATION(PtrMemD, ".*") 383 BINARY_OPERATION(PtrMemI, "->*") 385 BINARY_OPERATION(Mul, "*") 386 BINARY_OPERATION(Div, "/") 387 BINARY_OPERATION(Rem, "%") 389 BINARY_OPERATION(Add, "+") 390 BINARY_OPERATION(Sub, "-") [all …]
|
| H A D | OperationKinds.h | 26 #define BINARY_OPERATION(Name, Spelling) BO_##Name, macro
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerHelpers.cpp | 163 #define BINARY_OPERATION(Name, Spelling) {Spelling, BO_##Name}, in operationKindFromOverloadedOperator() macro
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 2134 #define BINARY_OPERATION(Name, Spelling) case BO_##Name: return Spelling; in getOpcodeStr() macro
|