Searched refs:Search (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-13-stable/sys/contrib/dev/acpica/components/disassembler/
H A Ddmnames.c406 ACPI_PARSE_OBJECT *Search; local
446 /* Search upwards in the tree to find scope with "prev" as its parent */
448 Search = Op;
451 if (Search->Common.Parent == Prev)
458 Search = Search->Common.Parent;
463 OpInfo = AcpiPsGetOpcodeInfo (Search->Common.AmlOpcode);
494 Name = AcpiPsGetName (Search);
502 Prev = Search;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DAddressResolver.cpp30 filter.Search(*this);
H A DSearchFilter.cpp204 void SearchFilter::Search(Searcher &searcher) { function in class:SearchFilter
420 void SearchFilterByModule::Search(Searcher &searcher) { function in class:SearchFilterByModule
540 void SearchFilterByModuleList::Search(Searcher &searcher) { function in class:SearchFilterByModuleList
740 void SearchFilterByModuleListAndCU::Search(Searcher &searcher) { function in class:SearchFilterByModuleListAndCU
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.cpp17 getBestGuess(llvm::StringRef Search, llvm::ArrayRef<llvm::StringRef> Allowed, argument
23 if (Item.equals_lower(Search)) {
24 assert(!Item.equals(Search) && "This should be handled earlier on.");
29 unsigned Distance = Item.edit_distance(Search);
43 if (NoPrefix.equals_lower(Search)) {
44 if (NoPrefix.equals(Search))
50 unsigned Distance = NoPrefix.edit_distance(Search);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDeltaAlgorithm.h62 /// Search - Search for a subset (or subsets) in \p Sets which can be
68 bool Search(const changeset_ty &Changes, const changesetlist_ty &Sets,
/freebsd-13-stable/share/mk/
H A Dbsd.sysdir.mk3 # Search for kernel source tree in standard places.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DDeltaAlgorithm.cpp55 if (Search(Changes, Sets, Res))
69 bool DeltaAlgorithm::Search(const changeset_ty &Changes, function in class:DeltaAlgorithm
H A DTargetParser.cpp110 GPUInfo Search = { {""}, {""}, AK, AMDGPU::FEATURE_NONE }; local
112 auto I = std::lower_bound(Table.begin(), Table.end(), Search,
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DSearchFilter.h166 virtual void Search(Searcher &searcher);
258 // used by the default Search method.
340 void Search(Searcher &searcher) override;
387 void Search(Searcher &searcher) override;
426 void Search(Searcher &searcher) override;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DLanguageRuntime.cpp44 void ExceptionSearchFilter::Search(Searcher &searcher) { function in class:ExceptionSearchFilter
47 m_filter_sp->Search(searcher);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp92 const HeaderSearch &Search; member in class:__anon1900::MissingFileCollector
96 MissingFileCollector(llvm::StringSet<> &Out, const HeaderSearch &Search, argument
98 : Out(Out), Search(Search), SM(SM) {}
134 IsAngled ? Search.angled_dir_begin() : Search.search_dir_begin(),
135 Search.search_dir_end())) {
H A DVerifyDiagnosticConsumer.cpp183 bool Search(StringRef S, bool EnsureStartOfWord = false, function in class:__anon1916::ParseHelper
413 if (!PH.Search("#", true))
428 // Search for the initial directive token.
432 if (!(Prefixes.size() == 1 ? PH.Search(*Prefixes.begin(), true, true)
433 : PH.Search("", true, true)))
529 } else if (PP && PH.Search(":")) {
620 // Search for token: }}
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguageRuntime.h38 void Search(Searcher &searcher) override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp225 bool Search(Value *V, BasicBlock *BB, Reduction &R);
436 // Search recursively back through the operands to find a tree of values that
440 bool ARMParallelDSP::Search(Value *V, BasicBlock *BB, Reduction &R) { function in class:ARMParallelDSP
464 bool ValidLHS = Search(LHS, BB, R);
465 bool ValidRHS = Search(RHS, BB, R);
478 return Search(I->getOperand(0), BB, R);
534 if (!Search(&I, &BB, R))
H A DARMLowOverheadLoops.cpp97 std::function<void(MachineBasicBlock*)> Search = [this, &Search] local
106 Search(Succ);
118 Search(ML.getHeader());
1078 // Search the given block for a loop start instruction. If one isn't found,
1092 // Search the preheader for the start intrinsic.
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp365 /// arguments of `Search` with type `Replace`.
367 llvm::StringRef Search; member in class:__anon2830::TypeSubstitutor
371 void reset(llvm::StringRef Mangled, llvm::StringRef Search, argument
374 this->Search = Search;
379 trySubstitute(Search, Replace);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp145 filter->Search(*this);
220 filter->Search(*this);
273 void DoCompletion(SearchFilter *filter) override { filter->Search(*this); }
H A DCommandObjectSource.cpp837 target_search_filter.Search(m_breakpoint_locations);
929 // Displaying the source for a symbol. Search for function named name.
1073 target_search_filter.Search(m_breakpoint_locations);
1129 target_search_filter.Search(m_breakpoint_locations);
1215 target_search_filter.Search(m_breakpoint_locations);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProcess.inc172 // Search for matching files.
/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp178 filter.Search(*this);
/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1289 const Record *Search = nullptr) {
1290 if (!Search)
1291 Search = &Arg;
1294 llvm::StringRef ArgName = Search->getName();
1345 // Search in reverse order so that the most-derived type is handled first.
1346 ArrayRef<std::pair<Record*, SMRange>> Bases = Search->getSuperClasses();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2493 // Search for a SCEV subexpression that is not safe to expand. Any expression
2542 SCEVFindUnsafe Search(SE);
2543 visitAll(S, Search);
2544 return !Search.IsUnsafe;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp892 bool opts::pretty::shouldDumpSymLevel(SymLevel Search) { argument
895 if (llvm::find(SymTypes, Search) != SymTypes.end())
/freebsd-13-stable/contrib/sqlite3/
H A Dconfigure1461 --with-sysroot[=DIR] Search for dependent libraries within DIR (or the
/freebsd-13-stable/contrib/file/
H A Dconfigure1446 --with-sysroot[=DIR] Search for dependent libraries within DIR (or the

Completed in 180 milliseconds

12