Home
last modified time | relevance | path

Searched defs:UNARY_OPERATION (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOperationKinds.h31 #define UNARY_OPERATION(Name, Spelling) UO_##Name, macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp1270 #define UNARY_OPERATION(Name, Spelling) case UO_##Name: return Spelling; in getOpcodeStr() macro