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

12

/netbsd-current/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransARCAssign.cpp41 bool VisitBinaryOperator(BinaryOperator *Exp) { function in class:__anon282::ARCAssignChecker
H A DTransZeroOutPropsInDealloc.cpp90 bool VisitBinaryOperator(BinaryOperator *BOE) { function in class:__anon288::ZeroOutInDeallocRemover
H A DTransProperties.cpp289 bool VisitBinaryOperator(BinaryOperator *E) { function in class:__anon285::PropertiesRewriter::PlusOneAssign
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp76 void VisitBinaryOperator(const BinaryOperator *BO);
165 void DirectIvarAssignment::MethodCrawler::VisitBinaryOperator( function in class:__anon965::DirectIvarAssignment::MethodCrawler
H A DMallocOverflowSecurityChecker.cpp227 void VisitBinaryOperator(BinaryOperator *E) { function in class:__anon1004::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:__anon986::IvarInvalidationCheckerImpl::MethodCrawler
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp848 return VisitBinaryOperator(Sym);
852 return VisitBinaryOperator(Sym);
856 return VisitBinaryOperator(Sym);
930 RangeSet VisitBinaryOperator(const BinarySymExprTy *Sym) {
931 // TODO #1: VisitBinaryOperator implementation might not make a good
943 return VisitBinaryOperator(inferAs(Sym->getLHS(), ResultType),
948 RangeSet VisitBinaryOperator(RangeSet LHS, BinaryOperator::Opcode Op,
952 return VisitBinaryOperator<BO_Or>(LHS, RHS, T);
954 return VisitBinaryOperator<BO_And>(LHS, RHS, T);
956 return VisitBinaryOperator<BO_Re
[all...]
H A DExprEngineC.cpp40 void ExprEngine::VisitBinaryOperator(const BinaryOperator* B, function in class:ExprEngine
/netbsd-current/external/apache2/llvm/dist/clang/lib/Analysis/
H A DUninitializedValues.cpp290 void VisitBinaryOperator(BinaryOperator *BO);
380 void ClassifyRefs::VisitBinaryOperator(BinaryOperator *BO) { function in class:ClassifyRefs
486 void VisitBinaryOperator(BinaryOperator *bo);
764 void TransferFunctions::VisitBinaryOperator(BinaryOperator *BO) { function in class:TransferFunctions
H A DLiveVariables.cpp164 void VisitBinaryOperator(BinaryOperator *BO);
327 void TransferFunctions::VisitBinaryOperator(BinaryOperator *B) { function in class:TransferFunctions
H A DCalledOnceCheck.cpp333 const DeclRefExpr *VisitBinaryOperator(const BinaryOperator *BO) { function in class:DeclRefFinder
564 llvm::Optional<Clarification> VisitBinaryOperator(const BinaryOperator *) {
1591 void VisitBinaryOperator(const BinaryOperator *Op) {
H A DThreadSafety.cpp606 void VisitBinaryOperator(const BinaryOperator *BO);
632 void VarMapBuilder::VisitBinaryOperator(const BinaryOperator *BO) {
1617 void VisitBinaryOperator(const BinaryOperator *BO);
2000 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
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DByteCodeExprGen.h73 bool VisitBinaryOperator(const BinaryOperator *E);
H A DByteCodeExprGen.cpp146 bool ByteCodeExprGen<Emitter>::VisitBinaryOperator(const BinaryOperator *BO) {
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DJSONNodeDumper.h268 void VisitBinaryOperator(const BinaryOperator *BO);
H A DTextNodeDumper.h264 void VisitBinaryOperator(const BinaryOperator *Node);
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp213 bool VisitBinaryOperator(BinaryOperator *S) { function in struct:__anon543::MapRegionCounters
218 return Base::VisitBinaryOperator(S);
H A DCGExprAgg.cpp155 void VisitBinaryOperator(const BinaryOperator *BO);
1080 void AggExprEmitter::VisitBinaryOperator(const BinaryOperator *E) { function in class:AggExprEmitter
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp7406 bool VisitBinaryOperator(const BinaryOperator *E) {
7989 bool VisitBinaryOperator(const BinaryOperator *E) {
7992 return ExprEvaluatorBaseTy::VisitBinaryOperator(E);
8600 bool VisitBinaryOperator(const BinaryOperator *E);
8683 bool PointerExprEvaluator::VisitBinaryOperator(const BinaryOperator *E) {
8686 return ExprEvaluatorBaseTy::VisitBinaryOperator(E);
10148 bool VisitBinaryOperator(const BinaryOperator *E);
10298 bool VectorExprEvaluator::VisitBinaryOperator(const BinaryOperator *E) {
10304 return ExprEvaluatorBaseTy::VisitBinaryOperator(E);
10689 bool VisitBinaryOperator(cons
[all...]
H A DJSONNodeDumper.cpp1178 void JSONNodeDumper::VisitBinaryOperator(const BinaryOperator *BO) { function in class:JSONNodeDumper
1184 VisitBinaryOperator(CAO);
H A DStmtProfile.cpp1339 void StmtProfiler::VisitBinaryOperator(const BinaryOperator *S) { function in class:StmtProfiler
1346 VisitBinaryOperator(S);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h467 /// VisitBinaryOperator - Transfer function logic for binary operators.
468 void VisitBinaryOperator(const BinaryOperator* B, ExplodedNode *Pred,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp725 Changed |= VisitBinaryOperator(BinOp);
1520 bool VisitBinaryOperator(BinaryOperator *Inst) { function in class:__anon2990::LowerMatrixIntrinsics

Completed in 593 milliseconds

12