Searched defs:Dependency (Results 1 – 7 of 7) sorted by relevance
10 struct Dependency : public Checker<check::BeginFunction> { struct11 void checkBeginFunction(CheckerContext &Ctx) const {} in checkBeginFunction()
187 struct Dependency { struct211 // performance (see field DependencyEdge::Dependency::Cost). In general, the argument
932 if (auto *Dependency = Count.dyn_cast<DIVariable *>()) in dependencies() local935 if (auto *Dependency = LB.dyn_cast<DIVariable *>()) in dependencies() local938 if (auto *Dependency = UB.dyn_cast<DIVariable *>()) in dependencies() local941 if (auto *Dependency = ST.dyn_cast<DIVariable *>()) in dependencies() local945 if (auto *Dependency = Count.dyn_cast<DIVariable *>()) in dependencies() local948 if (auto *Dependency = LB.dyn_cast<DIVariable *>()) in dependencies() local951 if (auto *Dependency = UB.dyn_cast<DIVariable *>()) in dependencies() local954 if (auto *Dependency = ST.dyn_cast<DIVariable *>()) in dependencies() local1010 for (const auto *Dependency : dependencies(Var)) { in sortLocalVars() local
265 for (const CheckerInfo *Dependency : Deps) { in collectStrongDependencies() local285 for (const CheckerInfo *Dependency : WeakDeps) { in collectWeakDependencies() local326 void CheckerRegistry::addDependency(StringRef FullName, StringRef Dependency) { in addDependency()331 StringRef Dependency) { in addWeakDependency()
60 for (const CheckerInfo *Dependency : Dependencies) { in dumpToStream() local64 for (const CheckerInfo *Dependency : WeakDependencies) { in dumpToStream() local
271 for (const Record *Dependency : in EmitClangSACheckers() local296 for (const Record *Dependency : in EmitClangSACheckers() local
551 for (auto *Dependency : BI.Dependencies) { in computeBlockNonLocalDeps() local