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
60 for (const CheckerInfo *Dependency : Dependencies) { in dumpToStream() local64 for (const CheckerInfo *Dependency : WeakDependencies) { in dumpToStream() 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()
271 for (const Record *Dependency : in EmitClangSACheckers() local296 for (const Record *Dependency : in EmitClangSACheckers() local
1003 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(Count)) in dependencies() local1006 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(LB)) in dependencies() local1009 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(UB)) in dependencies() local1012 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(ST)) in dependencies() local1016 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(Count)) in dependencies() local1019 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(LB)) in dependencies() local1022 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(UB)) in dependencies() local1025 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(ST)) in dependencies() local1081 for (const auto *Dependency : dependencies(Var)) { in sortLocalVars() local
648 for (auto *Dependency : BI.Dependencies) { in computeBlockNonLocalDeps() local