Searched defs:BinaryOperator (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/llvm/include/llvm/IR/
H A DInstrTypes.h138 class BinaryOperator : public Instruction { class in namespace:llvm
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2439 AST_POLYMORPHIC_MATCHER_P(hasOperatorName, AST_POLYMORPHIC_SUPPORTED_TYPES_2( BinaryOperator, UnaryOperator), std::string, Name) argument
/freebsd-10.1-release/contrib/llvm/lib/IR/
H A DInstructions.cpp1732 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, function in class:BinaryOperator
1745 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, function in class:BinaryOperator
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h2888 class BinaryOperator : public Expr { class in class:clang::StringLiteral::OffsetOfExpr
2906 BinaryOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy, function in class:clang::StringLiteral::OffsetOfExpr::BinaryOperator
2924 explicit BinaryOperator(EmptyShell Empty) function in class:clang::StringLiteral::OffsetOfExpr::BinaryOperator
3055 BinaryOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy, function in class:clang::StringLiteral::OffsetOfExpr::BinaryOperator
3070 BinaryOperator(StmtClass SC, EmptyShell Empty) function in class:clang::StringLiteral::OffsetOfExpr::BinaryOperator
[all...]

Completed in 216 milliseconds