Searched defs:Dependency (Results 1 – 10 of 10) sorted by relevance
10 struct Dependency : public Checker<check::BeginFunction> { struct11 void checkBeginFunction(CheckerContext &Ctx) const {} in checkBeginFunction()
187 struct Dependency { struct 211 // 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
271 for (const Record *Dependency : EmitClangSACheckers() local 296 for (const Record *Dependency : EmitClangSACheckers() 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()
1003 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(Count)) dependencies() local 1006 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(LB)) dependencies() local 1009 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(UB)) dependencies() local 1012 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(ST)) dependencies() local 1016 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(Count)) dependencies() local 1019 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(LB)) dependencies() local 1022 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(UB)) dependencies() local 1025 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(ST)) dependencies() local 1081 for (const auto *Dependency : dependencies(Var)) { sortLocalVars() local [all...]
693 LLVMOrcCDependenceMapPair Dependency = {JD, {&DependencySymbol, 1}}; global() local
648 for (auto *Dependency : BI.Dependencies) { computeBlockNonLocalDeps() local
5 namespace Dependency { namespace
191 SmallPtrSet<BinaryFunction *, 1> Dependency; // The other way around global() member