Searched refs:VisitBinaryOperator (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransARCAssign.cpp41 bool VisitBinaryOperator(BinaryOperator *Exp) { function in class:__anon279::ARCAssignChecker
H A DTransZeroOutPropsInDealloc.cpp90 bool VisitBinaryOperator(BinaryOperator *BOE) { function in class:__anon292::ZeroOutInDeallocRemover
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp76 void VisitBinaryOperator(const BinaryOperator *BO);
165 void DirectIvarAssignment::MethodCrawler::VisitBinaryOperator( function in class:__anon786::DirectIvarAssignment::MethodCrawler
H A DMallocOverflowSecurityChecker.cpp227 void VisitBinaryOperator(BinaryOperator *E) { function in class:__anon933::CheckOverflowOps
240 EvaluatedExprVisitor<CheckOverflowOps>::VisitBinaryOperator(E);
H A DIdenticalExprChecker.cpp48 bool VisitBinaryOperator(const BinaryOperator *B);
181 bool FindIdenticalExprVisitor::VisitBinaryOperator(const BinaryOperator *B) { function in class:FindIdenticalExprVisitor
H A DIvarInvalidationChecker.cpp161 void VisitBinaryOperator(const BinaryOperator *BO);
667 void IvarInvalidationCheckerImpl::MethodCrawler::VisitBinaryOperator( function in class:__anon802::IvarInvalidationCheckerImpl::MethodCrawler
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp350 void VisitBinaryOperator(BinaryOperator *BO);
440 void ClassifyRefs::VisitBinaryOperator(BinaryOperator *BO) { function in class:ClassifyRefs
534 void VisitBinaryOperator(BinaryOperator *bo);
780 void TransferFunctions::VisitBinaryOperator(BinaryOperator *BO) { function in class:TransferFunctions
H A DLiveVariables.cpp212 void VisitBinaryOperator(BinaryOperator *BO);
372 void TransferFunctions::VisitBinaryOperator(BinaryOperator *B) { function in class:TransferFunctions
H A DThreadSafety.cpp601 void VisitBinaryOperator(const BinaryOperator *BO);
627 void VarMapBuilder::VisitBinaryOperator(const BinaryOperator *BO) {
1602 void VisitBinaryOperator(const BinaryOperator *BO);
1983 void BuildLockset::VisitBinaryOperator(const BinaryOperator *BO) {
H A DConsumed.cpp500 void VisitBinaryOperator(const BinaryOperator *BinOp);
701 void ConsumedStmtVisitor::VisitBinaryOperator(const BinaryOperator *BinOp) { function in class:ConsumedStmtVisitor
H A DCFG.cpp547 CFGBlock *VisitBinaryOperator(BinaryOperator *B, AddStmtChoice asc);
2154 return VisitBinaryOperator(cast<BinaryOperator>(S), asc);
2513 CFGBlock *CFGBuilder::VisitBinaryOperator(BinaryOperator *B, function in class:CFGBuilder
5285 void VisitBinaryOperator(BinaryOperator* B) { function in class:__anon299::CFGBlockTerminatorPrint
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.h72 bool VisitBinaryOperator(const BinaryOperator *E);
H A DByteCodeExprGen.cpp146 bool ByteCodeExprGen<Emitter>::VisitBinaryOperator(const BinaryOperator *BO) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h264 void VisitBinaryOperator(const BinaryOperator *BO);
H A DTextNodeDumper.h248 void VisitBinaryOperator(const BinaryOperator *Node);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp502 Changed |= VisitBinaryOperator(BinOp);
804 bool VisitBinaryOperator(BinaryOperator *Inst) { function in class:__anon2728::LowerMatrixIntrinsics
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h436 /// VisitBinaryOperator - Transfer function logic for binary operators.
437 void VisitBinaryOperator(const BinaryOperator* B, ExplodedNode *Pred,
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp1197 void StmtProfiler::VisitBinaryOperator(const BinaryOperator *S) { function in class:StmtProfiler
1204 VisitBinaryOperator(S);
H A DJSONNodeDumper.cpp1162 void JSONNodeDumper::VisitBinaryOperator(const BinaryOperator *BO) { function in class:JSONNodeDumper
1168 VisitBinaryOperator(CAO);
H A DExprConstant.cpp6752 bool VisitBinaryOperator(const BinaryOperator *E) {
7313 bool VisitBinaryOperator(const BinaryOperator *E) {
7316 return ExprEvaluatorBaseTy::VisitBinaryOperator(E);
7889 bool VisitBinaryOperator(const BinaryOperator *E);
7971 bool PointerExprEvaluator::VisitBinaryOperator(const BinaryOperator *E) {
7974 return ExprEvaluatorBaseTy::VisitBinaryOperator(E);
9887 bool VisitBinaryOperator(const BinaryOperator *E);
9980 bool VisitBinaryOperator(const BinaryOperator *E);
12048 bool IntExprEvaluator::VisitBinaryOperator(const BinaryOperator *E) {
12089 return ExprEvaluatorBaseTy::VisitBinaryOperator(
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp149 void VisitBinaryOperator(const BinaryOperator *BO);
1051 void AggExprEmitter::VisitBinaryOperator(const BinaryOperator *E) { function in class:AggExprEmitter
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp40 void ExprEngine::VisitBinaryOperator(const BinaryOperator* B, function in class:ExprEngine
H A DExprEngine.cpp1565 VisitBinaryOperator(cast<BinaryOperator>(S), Pred, Tmp);
1569 VisitBinaryOperator(cast<BinaryOperator>(S), Pred, Dst);
1661 VisitBinaryOperator(cast<BinaryOperator>(S), Pred, Dst);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp554 void VisitBinaryOperator(BinaryOperator *E) { function in class:__anon666::CommaVisitor
557 EvaluatedExprVisitor<CommaVisitor>::VisitBinaryOperator(E);
1395 void VisitBinaryOperator(BinaryOperator *E) { function in class:__anon668::DeclExtractor
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp991 void ASTStmtReader::VisitBinaryOperator(BinaryOperator *E) { function in class:ASTStmtReader
1001 VisitBinaryOperator(E);

Completed in 521 milliseconds

12