Searched defs:Dependency (Results 1 – 5 of 5) sorted by relevance
9 struct Dependency : public Checker<check::BeginFunction> { struct10 void checkBeginFunction(CheckerContext &Ctx) const {} in checkBeginFunction()
187 struct Dependency { struct211 // performance (see field DependencyEdge::Dependency::Cost). In general, the argument
263 for (const Record *Dependency : in EmitClangSACheckers() local288 for (const Record *Dependency : in EmitClangSACheckers() local
263 for (const CheckerInfo *Dependency : Deps) { in collectStrongDependencies() local283 for (const CheckerInfo *Dependency : WeakDeps) { in collectWeakDependencies() local324 void CheckerRegistry::addDependency(StringRef FullName, StringRef Dependency) { in addDependency()329 StringRef Dependency) { in addWeakDependency()
1035 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(Count)) in dependencies() local1038 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(LB)) in dependencies() local1041 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(UB)) in dependencies() local1044 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(ST)) in dependencies() local1048 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(Count)) in dependencies() local1051 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(LB)) in dependencies() local1054 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(UB)) in dependencies() local1057 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(ST)) in dependencies() local1113 for (const auto *Dependency : dependencies(Var)) { in sortLocalVars() local