Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DIntegerDivision.h20 class BinaryOperator; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DNaryReassociate.h89 class BinaryOperator; variable
H A DJumpThreading.h33 class BinaryOperator; variable
H A DReassociate.h36 class BinaryOperator; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h47 class BinaryOperator; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h28 class BinaryOperator; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComputeDependence.h34 class BinaryOperator; variable
H A DExpr.h3758 explicit BinaryOperator(EmptyShell Empty) : Expr(BinaryOperatorClass, Empty) { in BinaryOperator() function
3959 BinaryOperator(StmtClass SC, EmptyShell Empty) : Expr(SC, Empty) { in BinaryOperator() function
H A DStmt.h533 friend class BinaryOperator; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5425 AST_POLYMORPHIC_SUPPORTED_TYPES(BinaryOperator, CXXOperatorCallExpr, in AST_POLYMORPHIC_MATCHER_P()
5464 AST_POLYMORPHIC_SUPPORTED_TYPES(BinaryOperator, CXXOperatorCallExpr, in AST_POLYMORPHIC_MATCHER()
5485 AST_POLYMORPHIC_SUPPORTED_TYPES(BinaryOperator, CXXOperatorCallExpr, in AST_POLYMORPHIC_MATCHER()
5496 AST_POLYMORPHIC_MATCHER_P(hasLHS, in AST_POLYMORPHIC_MATCHER_P()
5526 AST_POLYMORPHIC_SUPPORTED_TYPES(BinaryOperator, CXXOperatorCallExpr, in AST_POLYMORPHIC_MATCHER_P()
5546 AST_POLYMORPHIC_SUPPORTED_TYPES(BinaryOperator, CXXOperatorCallExpr, in AST_POLYMORPHIC_MATCHER_P2()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h44 class BinaryOperator; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DPathDiagnostic.h41 class BinaryOperator; variable
H A DCFG.h40 class BinaryOperator; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCalledOnceCheck.cpp564 llvm::Optional<Clarification> VisitBinaryOperator(const BinaryOperator *) { in VisitBinaryOperator()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DProgrammersManual.rst3647 .. _BinaryOperator: target
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp4405 BinaryOperator::BinaryOperator(const ASTContext &Ctx, Expr *lhs, Expr *rhs, in BinaryOperator() function in BinaryOperator
4422 BinaryOperator::BinaryOperator(const ASTContext &Ctx, Expr *lhs, Expr *rhs, in BinaryOperator() function in BinaryOperator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp2456 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator() function in BinaryOperator
2469 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator() function in BinaryOperator