/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | IntegerDivision.h | 20 class BinaryOperator; variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InstructionSimplify.h | 41 class BinaryOperator; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | NaryReassociate.h | 89 class BinaryOperator; variable
|
H A D | Reassociate.h | 36 class BinaryOperator; global() variable
|
H A D | JumpThreading.h | 32 class BinaryOperator; global() variable
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ComputeDependence.h | 35 class BinaryOperator; variable
|
H A D | Expr.h | 3840 explicit BinaryOperator(EmptyShell Empty) : Expr(BinaryOperatorClass, Empty) { BinaryOperator() function 4042 BinaryOperator(StmtClass SC, EmptyShell Empty) : Expr(SC, Empty) { BinaryOperator() function [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | BugReporterVisitors.h | 33 class BinaryOperator; variable
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyCommon.h | 46 class BinaryOperator; variable
|
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 5876 AST_POLYMORPHIC_MATCHER_P(hasOperatorName,AST_POLYMORPHIC_SUPPORTED_TYPES (BinaryOperator,CXXOperatorCallExpr,CXXRewrittenBinaryOperator,CXXFoldExpr,UnaryOperator),std::string,Name) AST_POLYMORPHIC_MATCHER_P() argument 5916 AST_POLYMORPHIC_MATCHER(isAssignmentOperator,AST_POLYMORPHIC_SUPPORTED_TYPES (BinaryOperator,CXXOperatorCallExpr,CXXRewrittenBinaryOperator)) AST_POLYMORPHIC_MATCHER() argument 5937 AST_POLYMORPHIC_MATCHER(isComparisonOperator,AST_POLYMORPHIC_SUPPORTED_TYPES (BinaryOperator,CXXOperatorCallExpr,CXXRewrittenBinaryOperator)) AST_POLYMORPHIC_MATCHER() argument 5950 AST_POLYMORPHIC_MATCHER_P(hasLHS,AST_POLYMORPHIC_SUPPORTED_TYPES (BinaryOperator,CXXOperatorCallExpr,CXXRewrittenBinaryOperator,ArraySubscriptExpr,CXXFoldExpr),internal::Matcher<Expr>,InnerMatcher) AST_POLYMORPHIC_MATCHER_P() argument 5967 AST_POLYMORPHIC_MATCHER_P(hasRHS,AST_POLYMORPHIC_SUPPORTED_TYPES (BinaryOperator,CXXOperatorCallExpr,CXXRewrittenBinaryOperator,ArraySubscriptExpr,CXXFoldExpr),internal::Matcher<Expr>,InnerMatcher) AST_POLYMORPHIC_MATCHER_P() argument 5980 AST_POLYMORPHIC_MATCHER_P(hasEitherOperand,AST_POLYMORPHIC_SUPPORTED_TYPES (BinaryOperator,CXXOperatorCallExpr,CXXFoldExpr,CXXRewrittenBinaryOperator),internal::Matcher<Expr>,InnerMatcher) AST_POLYMORPHIC_MATCHER_P() argument 6001 AST_POLYMORPHIC_MATCHER_P2(hasOperands,AST_POLYMORPHIC_SUPPORTED_TYPES (BinaryOperator,CXXOperatorCallExpr,CXXFoldExpr,CXXRewrittenBinaryOperator),internal::Matcher<Expr>,Matcher1,internal::Matcher<Expr>,Matcher2) AST_POLYMORPHIC_MATCHER_P2() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | PathDiagnostic.h | 41 class BinaryOperator; variable
|
H A D | CFG.h | 40 class BinaryOperator; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CalledOnceCheck.cpp | 564 std::optional<Clarification> VisitBinaryOperator(const BinaryOperator *) { in VisitBinaryOperator() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 4671 BinaryOperator::BinaryOperator(const ASTContext &Ctx, Expr *lhs, Expr *rhs, BinaryOperator() function in BinaryOperator 4688 BinaryOperator::BinaryOperator(const ASTContext &Ctx, Expr *lhs, Expr *rhs, BinaryOperator() function in BinaryOperator [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 2858 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, BinaryOperator() function in BinaryOperator 2871 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, BinaryOperator() function in BinaryOperator [all...] |