Searched defs:BinaryOperator (Results 1 – 8 of 8) sorted by relevance
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
H A D | IntegerDivision.h | 21 class BinaryOperator; variable
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
H A D | Operator.h | 28 class BinaryOperator; variable
|
/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 2771 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 D | PathDiagnostic.h | 32 class BinaryOperator; variable
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/ |
H A D | CFG.h | 50 class BinaryOperator; variable
|
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | Expr.h | 2942 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 D | ProgrammersManual.rst | 2849 .. _BinaryOperator: target
|
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | Instructions.cpp | 1742 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
|