Home
last modified time | relevance | path

Searched defs:Search (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/contrib/dev/acpica/components/disassembler/
H A Ddmnames.c406 ACPI_PARSE_OBJECT *Search; in AcpiDmDisplayPath() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSearchFilter.cpp204 void SearchFilter::Search(Searcher &searcher) { in Search() function in SearchFilter
411 void SearchFilterByModule::Search(Searcher &searcher) { in Search() function in SearchFilterByModule
529 void SearchFilterByModuleList::Search(Searcher &searcher) { in Search() function in SearchFilterByModuleList
723 void SearchFilterByModuleListAndCU::Search(Searcher &searcher) { in Search() function in SearchFilterByModuleListAndCU
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDeltaAlgorithm.cpp67 bool DeltaAlgorithm::Search(const changeset_ty &Changes, in Search() function in DeltaAlgorithm
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.cpp17 getBestGuess(llvm::StringRef Search, llvm::ArrayRef<llvm::StringRef> Allowed, in getBestGuess()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTargetParser.cpp140 GPUInfo Search = { {""}, {""}, AK, AMDGPU::FEATURE_NONE }; in getArchEntry() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp503 llvm::StringRef Search; member in __anon36efa97a0111::TypeSubstitutor
507 void reset(llvm::StringRef Mangled, llvm::StringRef Search, in reset()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp532 auto Search = PointerTable.find(CI->getPredicate()); in calcPointerHeuristics() local
1000 ProbabilityTable::const_iterator Search; in calcZeroHeuristics() local
1048 auto Search = FCmpTable.find(FCmp->getPredicate()); in calcFloatingPointHeuristics() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DLanguageRuntime.cpp44 void ExceptionSearchFilter::Search(Searcher &searcher) { in Search() function in ExceptionSearchFilter
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp90 const HeaderSearch &Search; member in __anon90aee0a50111::MissingFileCollector
94 MissingFileCollector(llvm::StringSet<> &Out, const HeaderSearch &Search, in MissingFileCollector()
H A DVerifyDiagnosticConsumer.cpp181 bool Search(StringRef S, bool EnsureStartOfWord = false, in Search() function in __anonf81695cf0211::ParseHelper
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp428 bool ARMParallelDSP::Search(Value *V, BasicBlock *BB, Reduction &R) { in Search() function in ARMParallelDSP
H A DARMLowOverheadLoops.cpp145 std::function<void(MachineBasicBlock*)> Search = [this, &Search] in ProcessLoop() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp917 shouldDumpSymLevel(SymLevel Search) shouldDumpSymLevel() argument
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2345 SCEVFindUnsafe Search(SE, CanonicalMode); in isSafeToExpand() local
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1455 const Record *Search = nullptr) { in createArgument()