Searched refs:BinaryOp (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DStmtProfile.cpp555 BinaryOperatorKind &BinaryOp) {
574 BinaryOp = BO_Add;
583 BinaryOp = BO_Sub;
592 BinaryOp = BO_Sub;
596 BinaryOp = BO_Div;
600 BinaryOp = BO_Rem;
604 BinaryOp = BO_Xor;
613 BinaryOp = BO_And;
617 BinaryOp = BO_Or;
629 BinaryOp
553 DecodeOperatorCall(const CXXOperatorCallExpr *S, UnaryOperatorKind &UnaryOp, BinaryOperatorKind &BinaryOp) argument
744 BinaryOperatorKind BinaryOp = BO_Comma; local
[all...]
/freebsd-10.1-release/contrib/llvm/include/llvm/TableGen/
H A DRecord.h930 enum BinaryOp { ADD, SHL, SRA, SRL, STRCONCAT, CONCAT, EQ }; enum in class:llvm::BinOpInit
932 BinaryOp Opc;
935 BinOpInit(BinaryOp opc, Init *lhs, Init *rhs, RecTy *Type) :
945 static BinOpInit *get(BinaryOp opc, Init *lhs, Init *rhs,
965 BinaryOp getOpcode() const { return Opc; }
/freebsd-10.1-release/contrib/llvm/lib/TableGen/
H A DRecord.cpp880 BinOpInit *BinOpInit::get(BinaryOp opc, Init *lhs,
H A DTGParser.cpp926 BinOpInit::BinaryOp Code;

Completed in 127 milliseconds