Home
last modified time | relevance | path

Searched defs:BinaryOperator (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/Transforms/Utils/
DIntegerDivision.h21 class BinaryOperator; variable
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
DClangForward.h33 class BinaryOperator; variable
/freebsd-10-stable/contrib/llvm/include/llvm/IR/
DOperator.h28 class BinaryOperator; variable
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/ASTMatchers/
DASTMatchers.h2439 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/
DPathDiagnostic.h32 class BinaryOperator; variable
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DExpr.h2906 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/
DInstructions.cpp1732 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