Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DIntegerDivision.h20 class BinaryOperator; variable
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DMatchers.h19 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 DNaryReassociate.h89 class BinaryOperator; variable
H A DReassociate.h36 class BinaryOperator; variable
H A DJumpThreading.h30 class BinaryOperator; variable
/llvm-project-15.0.7/clang/test/Sema/
H A Dwarn-double-promotion.c45 void BinaryOperator(float f, double d, long double ld) { in BinaryOperator() function
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h45 class BinaryOperator; variable
/llvm-project-15.0.7/clang/include/clang/AST/
H A DComputeDependence.h35 class BinaryOperator; variable
H A DExpr.h3836 explicit BinaryOperator(EmptyShell Empty) : Expr(BinaryOperatorClass, Empty) { in BinaryOperator() function
4037 BinaryOperator(StmtClass SC, EmptyShell Empty) : Expr(SC, Empty) { in BinaryOperator() function
H A DStmt.h536 friend class BinaryOperator; in alignas() local
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DRedundantExpressionCheck.cpp443 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 DBugReporterVisitors.h32 class BinaryOperator; variable
/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h45 class BinaryOperator; variable
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5630 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 DPathDiagnostic.h41 class BinaryOperator; variable
H A DCFG.h40 class BinaryOperator; variable
/llvm-project-15.0.7/clang/lib/Analysis/
H A DCalledOnceCheck.cpp564 llvm::Optional<Clarification> VisitBinaryOperator(const BinaryOperator *) { in VisitBinaryOperator()
/llvm-project-15.0.7/llvm/docs/
H A DProgrammersManual.rst3675 .. _BinaryOperator: target
/llvm-project-15.0.7/clang/unittests/Tooling/Syntax/
H A DBuildTreeTest.cpp1659 TEST_P(BuildSyntaxTreeTest, BinaryOperator) { in TEST_P() argument
/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp4502 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 DInstructions.cpp2687 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 DStructuralEquivalenceTest.cpp1878 TEST_F(StructuralEquivalenceStmtTest, BinaryOperator) { in TEST_F() argument