| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/ |
| H A D | IntegerDivision.h | 20 class BinaryOperator; variable
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/ |
| H A D | Matchers.h | 19 AST_MATCHER(BinaryOperator, isRelationalOperator) { in AST_MATCHER() argument 23 AST_MATCHER(BinaryOperator, isEqualityOperator) { return Node.isEqualityOp(); } in AST_MATCHER() argument
|
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | warn-double-promotion.c | 45 void BinaryOperator(float f, double d, long double ld) { in BinaryOperator() function
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 45 class BinaryOperator; variable
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ComputeDependence.h | 35 class BinaryOperator; variable
|
| H A D | Expr.h | 3836 explicit BinaryOperator(EmptyShell Empty) : Expr(BinaryOperatorClass, Empty) { in BinaryOperator() function 4037 BinaryOperator(StmtClass SC, EmptyShell Empty) : Expr(SC, Empty) { in BinaryOperator() function
|
| H A D | Stmt.h | 536 friend class BinaryOperator; in alignas() local
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/ |
| H A D | RedundantExpressionCheck.cpp | 443 AST_MATCHER(BinaryOperator, operandsAreEquivalent) { in AST_MATCHER() argument 447 AST_MATCHER(BinaryOperator, nestedOperandsAreEquivalent) { in AST_MATCHER() argument 464 AST_MATCHER(BinaryOperator, binaryOperatorIsInMacro) { in AST_MATCHER() argument
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporterVisitors.h | 32 class BinaryOperator; variable
|
| /llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyCommon.h | 45 class BinaryOperator; variable
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 5630 AST_POLYMORPHIC_SUPPORTED_TYPES(BinaryOperator, CXXOperatorCallExpr, in AST_POLYMORPHIC_MATCHER_P() 5669 AST_POLYMORPHIC_SUPPORTED_TYPES(BinaryOperator, CXXOperatorCallExpr, in AST_POLYMORPHIC_MATCHER() 5690 AST_POLYMORPHIC_SUPPORTED_TYPES(BinaryOperator, CXXOperatorCallExpr, in AST_POLYMORPHIC_MATCHER() 5701 AST_POLYMORPHIC_MATCHER_P(hasLHS, in AST_POLYMORPHIC_MATCHER_P() 5731 AST_POLYMORPHIC_SUPPORTED_TYPES(BinaryOperator, CXXOperatorCallExpr, in AST_POLYMORPHIC_MATCHER_P() 5751 AST_POLYMORPHIC_SUPPORTED_TYPES(BinaryOperator, CXXOperatorCallExpr, in AST_POLYMORPHIC_MATCHER_P2()
|
| /llvm-project-15.0.7/clang/include/clang/Analysis/ |
| H A D | PathDiagnostic.h | 41 class BinaryOperator; variable
|
| H A D | CFG.h | 40 class BinaryOperator; variable
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | CalledOnceCheck.cpp | 564 llvm::Optional<Clarification> VisitBinaryOperator(const BinaryOperator *) { in VisitBinaryOperator()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | ProgrammersManual.rst | 3675 .. _BinaryOperator: target
|
| /llvm-project-15.0.7/clang/unittests/Tooling/Syntax/ |
| H A D | BuildTreeTest.cpp | 1659 TEST_P(BuildSyntaxTreeTest, BinaryOperator) { in TEST_P() argument
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Expr.cpp | 4502 BinaryOperator::BinaryOperator(const ASTContext &Ctx, Expr *lhs, Expr *rhs, in BinaryOperator() function in BinaryOperator 4519 BinaryOperator::BinaryOperator(const ASTContext &Ctx, Expr *lhs, Expr *rhs, in BinaryOperator() function in BinaryOperator
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Instructions.cpp | 2687 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator() function in BinaryOperator 2700 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator() function in BinaryOperator
|
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | StructuralEquivalenceTest.cpp | 1878 TEST_F(StructuralEquivalenceStmtTest, BinaryOperator) { in TEST_F() argument
|