Searched defs:BinaryOperator (Results 1 – 7 of 7) sorted by relevance
| /freebsd-10-stable/contrib/llvm/include/llvm/Transforms/Utils/ |
| D | IntegerDivision.h | 21 class BinaryOperator; variable
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/ |
| D | ClangForward.h | 33 class BinaryOperator; variable
|
| /freebsd-10-stable/contrib/llvm/include/llvm/IR/ |
| D | Operator.h | 28 class BinaryOperator; variable
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/ASTMatchers/ |
| D | ASTMatchers.h | 2439 AST_POLYMORPHIC_MATCHER_P(hasOperatorName, AST_POLYMORPHIC_SUPPORTED_TYPES_2( in AST_POLYMORPHIC_MATCHER_P() 2451 AST_MATCHER_P(BinaryOperator, hasLHS, in AST_MATCHER_P() argument 2464 AST_MATCHER_P(BinaryOperator, hasRHS, in AST_MATCHER_P() argument
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| D | PathDiagnostic.h | 32 class BinaryOperator; variable
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/ |
| D | Expr.h | 2906 BinaryOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy, in BinaryOperator() function 2924 explicit BinaryOperator(EmptyShell Empty) in BinaryOperator() function 3055 BinaryOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy, in BinaryOperator() function 3070 BinaryOperator(StmtClass SC, EmptyShell Empty) in BinaryOperator() function
|
| /freebsd-10-stable/contrib/llvm/lib/IR/ |
| D | Instructions.cpp | 1732 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator() function in BinaryOperator 1745 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator() function in BinaryOperator
|