Home
last modified time | relevance | path

Searched defs:BINARY_OPERATION (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DOperationKinds.h26 #define BINARY_OPERATION(Name, Spelling) BO_##Name, macro
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp154 #define BINARY_OPERATION( operationKindFromOverloadedOperator() macro
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp2111 #define BINARY_OPERATION( getOpcodeStr() macro