Home
last modified time | relevance | path

Searched refs:Dependency (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/Analysis/plugins/CheckerDependencyHandling/
H A DCheckerDependencyHandling.cpp10 struct Dependency : public Checker<check::BeginFunction> { struct
20 registry.addChecker<Dependency>("example.Dependency", "", ""); in clang_registerCheckers()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/translators/
H A Dtst.TestTransStability1.ksh.out7 Dependency Class: Common
12 Dependency Class: Common
H A Dtst.TestTransStability2.ksh.out7 Dependency Class: Common
12 Dependency Class: Unknown
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangSACheckersEmitter.cpp271 for (const Record *Dependency : in EmitClangSACheckers() local
277 OS.write_escaped(getCheckerFullName(Dependency)) << '\"'; in EmitClangSACheckers()
296 for (const Record *Dependency : in EmitClangSACheckers() local
302 OS.write_escaped(getCheckerFullName(Dependency)) << '\"'; in EmitClangSACheckers()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1003 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(Count)) in dependencies() local
1004 Result.push_back(Dependency); in dependencies()
1006 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(LB)) in dependencies() local
1007 Result.push_back(Dependency); in dependencies()
1009 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(UB)) in dependencies() local
1010 Result.push_back(Dependency); in dependencies()
1012 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(ST)) in dependencies() local
1013 Result.push_back(Dependency); in dependencies()
1016 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(Count)) in dependencies() local
1017 Result.push_back(Dependency); in dependencies()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.h187 struct Dependency { struct
192 Dependency Dep;
239 DependencyEdge::Dependency &&DE);
H A DBottleneckAnalysis.cpp151 const DependencyEdge::Dependency &DE = DepEdge.Dep; in dumpDependencyEdge()
360 const DependencyEdge::Dependency &Dep = DE->Dep; in printCriticalSequence()
423 DependencyEdge::Dependency &&Dep) { in addDependency()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Frontend/
H A DCheckerRegistry.h139 void addDependency(StringRef FullName, StringRef Dependency);
143 void addWeakDependency(StringRef FullName, StringRef Dependency);
/freebsd/contrib/openbsm/config/
H A Ddepcomp41 depmode Dependency tracking mode.
45 depfile Dependency file to output.
/freebsd/contrib/openpam/
H A Ddepcomp41 depmode Dependency tracking mode.
45 depfile Dependency file to output.
/freebsd/contrib/ntp/sntp/libevent/build-aux/
H A Ddepcomp41 depmode Dependency tracking mode.
45 depfile Dependency file to output.
/freebsd/contrib/ntp/sntp/libevent/
H A Ddepcomp41 depmode Dependency tracking mode.
45 depfile Dependency file to output.
/freebsd/contrib/file/
H A Ddepcomp41 depmode Dependency tracking mode.
45 depfile Dependency file to output.
/freebsd/contrib/libevent/build-aux/
H A Ddepcomp41 depmode Dependency tracking mode.
45 depfile Dependency file to output.
/freebsd/contrib/sqlite3/
H A Ddepcomp41 depmode Dependency tracking mode.
45 depfile Dependency file to output.
/freebsd/contrib/libcbor/
H A DBazel.md1 # Use as a Bazel Dependency
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp648 for (auto *Dependency : BI.Dependencies) { in computeBlockNonLocalDeps() local
649 if (Dependant != Dependency && in computeBlockNonLocalDeps()
650 DependantBI.Dependencies.insert(Dependency).second) in computeBlockNonLocalDeps()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ScheduleBtVer2.td61 // Reference: Section 21.8 "AMD Bobcat and Jaguar pipeline: Dependency-breaking
864 // Section 21.8 [Dependency-breaking instructions].
969 // Dependency breaking instructions.
H A DX86ScheduleSLM.td499 // Dependency breaking instructions.
H A DX86SchedSandyBridge.td1255 // Dependency breaking instructions.
H A DX86ScheduleZnver1.td1319 // Dependency breaking instructions.
H A DX86ScheduleZnver2.td1325 // Dependency breaking instructions.
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentCommands.td178 def Dependency : RecordLikeDetailCommand<"dependency">;
/freebsd/contrib/tcpdump/
H A DREADME.md42 ### Dependency on libpcap
/freebsd/usr.sbin/bsdconfig/share/packages/
H A Dpackages.subr248 # Only unmark if it's marked as a Dependency

12