/freebsd/contrib/llvm-project/clang/lib/Analysis/plugins/CheckerDependencyHandling/ |
H A D | CheckerDependencyHandling.cpp | 10 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 D | tst.TestTransStability1.ksh.out | 7 Dependency Class: Common 12 Dependency Class: Common
|
H A D | tst.TestTransStability2.ksh.out | 7 Dependency Class: Common 12 Dependency Class: Unknown
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangSACheckersEmitter.cpp | 271 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 D | DwarfCompileUnit.cpp | 1003 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 D | BottleneckAnalysis.h | 187 struct Dependency { struct 192 Dependency Dep; 239 DependencyEdge::Dependency &&DE);
|
H A D | BottleneckAnalysis.cpp | 151 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 D | CheckerRegistry.h | 139 void addDependency(StringRef FullName, StringRef Dependency); 143 void addWeakDependency(StringRef FullName, StringRef Dependency);
|
/freebsd/contrib/openbsm/config/ |
H A D | depcomp | 41 depmode Dependency tracking mode. 45 depfile Dependency file to output.
|
/freebsd/contrib/openpam/ |
H A D | depcomp | 41 depmode Dependency tracking mode. 45 depfile Dependency file to output.
|
/freebsd/contrib/ntp/sntp/libevent/build-aux/ |
H A D | depcomp | 41 depmode Dependency tracking mode. 45 depfile Dependency file to output.
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | depcomp | 41 depmode Dependency tracking mode. 45 depfile Dependency file to output.
|
/freebsd/contrib/file/ |
H A D | depcomp | 41 depmode Dependency tracking mode. 45 depfile Dependency file to output.
|
/freebsd/contrib/libevent/build-aux/ |
H A D | depcomp | 41 depmode Dependency tracking mode. 45 depfile Dependency file to output.
|
/freebsd/contrib/sqlite3/ |
H A D | depcomp | 41 depmode Dependency tracking mode. 45 depfile Dependency file to output.
|
/freebsd/contrib/libcbor/ |
H A D | Bazel.md | 1 # Use as a Bazel Dependency
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | ObjectLinkingLayer.cpp | 648 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 D | X86ScheduleBtVer2.td | 61 // Reference: Section 21.8 "AMD Bobcat and Jaguar pipeline: Dependency-breaking 864 // Section 21.8 [Dependency-breaking instructions]. 969 // Dependency breaking instructions.
|
H A D | X86ScheduleSLM.td | 499 // Dependency breaking instructions.
|
H A D | X86SchedSandyBridge.td | 1255 // Dependency breaking instructions.
|
H A D | X86ScheduleZnver1.td | 1319 // Dependency breaking instructions.
|
H A D | X86ScheduleZnver2.td | 1325 // Dependency breaking instructions.
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | CommentCommands.td | 178 def Dependency : RecordLikeDetailCommand<"dependency">;
|
/freebsd/contrib/tcpdump/ |
H A D | README.md | 42 ### Dependency on libpcap
|
/freebsd/usr.sbin/bsdconfig/share/packages/ |
H A D | packages.subr | 248 # Only unmark if it's marked as a Dependency
|