Searched defs:BinaryOp (Results 1 – 3 of 3) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | StmtProfile.cpp | 739 BinaryOperatorKind &BinaryOp) { in DecodeOperatorCall() 928 BinaryOperatorKind BinaryOp = BO_Comma; in VisitCXXOperatorCallExpr() local
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyTIL.h | 1211 BinaryOp(TIL_BinaryOpcode Op, SExpr *E0, SExpr *E1) in BinaryOp() function 1215 BinaryOp(const BinaryOp &B, SExpr *E0, SExpr *E1) in BinaryOp() function
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/TableGen/ |
H A D | Record.h | 940 enum BinaryOp { ADD, AND, SHL, SRA, SRL, LISTCONCAT, STRCONCAT, CONCAT, EQ }; enum
|