Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DIntegerDivision.h21 class BinaryOperator; variable
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DOperator.h28 class BinaryOperator; variable
/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2771 AST_POLYMORPHIC_MATCHER_P(hasOperatorName, AST_POLYMORPHIC_SUPPORTED_TYPES_2( in AST_POLYMORPHIC_MATCHER_P()
2783 AST_MATCHER_P(BinaryOperator, hasLHS, in AST_MATCHER_P() argument
2796 AST_MATCHER_P(BinaryOperator, hasRHS, in AST_MATCHER_P() argument
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h32 class BinaryOperator; variable
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h50 class BinaryOperator; variable
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExpr.h2942 BinaryOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy, in BinaryOperator() function
2960 explicit BinaryOperator(EmptyShell Empty) in BinaryOperator() function
3091 BinaryOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy, in BinaryOperator() function
3106 BinaryOperator(StmtClass SC, EmptyShell Empty) in BinaryOperator() function
/minix3/external/bsd/llvm/dist/llvm/docs/
H A DProgrammersManual.rst2849 .. _BinaryOperator: target
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp1742 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator() function in BinaryOperator
1755 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator() function in BinaryOperator