Home
last modified time | relevance | path

Searched defs:Dependency (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/plugins/CheckerDependencyHandling/
H A DCheckerDependencyHandling.cpp9 struct Dependency : public Checker<check::BeginFunction> { struct
10 void checkBeginFunction(CheckerContext &Ctx) const {} in checkBeginFunction()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.h187 struct Dependency { struct
211 // performance (see field DependencyEdge::Dependency::Cost). In general, the argument
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangSACheckersEmitter.cpp263 for (const Record *Dependency : in EmitClangSACheckers() local
288 for (const Record *Dependency : in EmitClangSACheckers() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp263 for (const CheckerInfo *Dependency : Deps) { in collectStrongDependencies() local
283 for (const CheckerInfo *Dependency : WeakDeps) { in collectWeakDependencies() local
324 void CheckerRegistry::addDependency(StringRef FullName, StringRef Dependency) { in addDependency()
329 StringRef Dependency) { in addWeakDependency()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1035 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(Count)) in dependencies() local
1038 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(LB)) in dependencies() local
1041 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(UB)) in dependencies() local
1044 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(ST)) in dependencies() local
1048 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(Count)) in dependencies() local
1051 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(LB)) in dependencies() local
1054 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(UB)) in dependencies() local
1057 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(ST)) in dependencies() local
1113 for (const auto *Dependency : dependencies(Var)) { in sortLocalVars() local