/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
H A D | IntegerDivision.h | 20 class BinaryOperator; variable
|
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Scalar/ |
H A D | NaryReassociate.h | 89 class BinaryOperator; variable
|
H A D | Reassociate.h | 36 class BinaryOperator; variable
|
H A D | JumpThreading.h | 30 class BinaryOperator; variable
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | InstructionSimplify.h | 45 class BinaryOperator; variable
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | ComputeDependence.h | 35 class BinaryOperator; variable
|
H A D | Expr.h | 3843 explicit BinaryOperator(EmptyShell Empty) : Expr(BinaryOperatorClass, Empty) { in BinaryOperator() function 4044 BinaryOperator(StmtClass SC, EmptyShell Empty) : Expr(SC, Empty) { in BinaryOperator() function
|
H A D | Stmt.h | 541 friend class BinaryOperator; in alignas() local
|
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | BugReporterVisitors.h | 33 class BinaryOperator; variable
|
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 5629 AST_POLYMORPHIC_SUPPORTED_TYPES(BinaryOperator, CXXOperatorCallExpr, in AST_POLYMORPHIC_MATCHER_P() 5668 AST_POLYMORPHIC_SUPPORTED_TYPES(BinaryOperator, CXXOperatorCallExpr, in AST_POLYMORPHIC_MATCHER() 5689 AST_POLYMORPHIC_SUPPORTED_TYPES(BinaryOperator, CXXOperatorCallExpr, in AST_POLYMORPHIC_MATCHER() 5700 AST_POLYMORPHIC_MATCHER_P(hasLHS, in AST_POLYMORPHIC_MATCHER_P() 5730 AST_POLYMORPHIC_SUPPORTED_TYPES(BinaryOperator, CXXOperatorCallExpr, in AST_POLYMORPHIC_MATCHER_P() 5750 AST_POLYMORPHIC_SUPPORTED_TYPES(BinaryOperator, CXXOperatorCallExpr, in AST_POLYMORPHIC_MATCHER_P2()
|
/openbsd/gnu/llvm/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyCommon.h | 46 class BinaryOperator; variable
|
/openbsd/gnu/llvm/clang/include/clang/Analysis/ |
H A D | PathDiagnostic.h | 41 class BinaryOperator; variable
|
H A D | CFG.h | 39 class BinaryOperator; variable
|
/openbsd/gnu/llvm/clang/lib/Analysis/ |
H A D | CalledOnceCheck.cpp | 564 std::optional<Clarification> VisitBinaryOperator(const BinaryOperator *) { in VisitBinaryOperator()
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | ProgrammersManual.rst | 3656 .. _BinaryOperator: target
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | Expr.cpp | 4591 BinaryOperator::BinaryOperator(const ASTContext &Ctx, Expr *lhs, Expr *rhs, in BinaryOperator() function in BinaryOperator 4608 BinaryOperator::BinaryOperator(const ASTContext &Ctx, Expr *lhs, Expr *rhs, in BinaryOperator() function in BinaryOperator
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | Instructions.cpp | 2856 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator() function in BinaryOperator 2869 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator() function in BinaryOperator
|