Home
last modified time | relevance | path

Searched defs:AddToWorkList (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DRegionStore.cpp697 bool AddToWorkList(WorkListElement E, const ClusterBindings *C) { in AddToWorkList() function in __anon9c95fde90611::ClusterAnalysis
704 bool AddToWorkList(const MemRegion *R) { in AddToWorkList() function in __anon9c95fde90611::ClusterAnalysis
967 bool invalidateRegionsWorker::AddToWorkList(const MemRegion *R) { in AddToWorkList() function in invalidateRegionsWorker
2301 bool removeDeadBindingsWorker::AddToWorkList(const MemRegion *R) { in AddToWorkList() function in removeDeadBindingsWorker
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DRegionStore.cpp756 bool AddToWorkList(WorkListElement E, const ClusterBindings *C) { in AddToWorkList() function in __anon2ea95d570611::ClusterAnalysis
763 bool AddToWorkList(const MemRegion *R) { in AddToWorkList() function in __anon2ea95d570611::ClusterAnalysis
1026 bool InvalidateRegionsWorker::AddToWorkList(const MemRegion *R) { in AddToWorkList() function in InvalidateRegionsWorker
2489 bool RemoveDeadBindingsWorker::AddToWorkList(const MemRegion *R) { in AddToWorkList() function in RemoveDeadBindingsWorker
/external/tensorflow/tensorflow/compiler/xla/service/
Dconditional_code_motion.cc79 void AddToWorkList(const Boundary& b) { in AddToWorkList() function in xla::conditional_opt::BoundaryVisitor