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

12

/freebsd-11-stable/contrib/gperf/src/
H A Dsearch.h3 /* Search algorithm.
35 class Search class
38 Search (KeywordExt_List *list);
39 ~Search ();
H A Dsearch.cc0 /* Search algorithm.
129 Search::Search (KeywordExt_List *list) function in class:Search
135 Search::prepare ()
190 Search::compute_alpha_size () const
198 Search::compute_alpha_unify () const
218 Search::init_selchars_tuple (const Positions& positions, const unsigned int *alpha_unify) const
226 Search::delete_selchars () const
237 Search::count_duplicates_tuple (const Positions& positions, const unsigned int *alpha_unify) const
263 Search
[all...]
H A Dmain.cc77 /* Search for a good hash function. */
78 Search searcher (list);
126 /* Here we run the Search destructor. */
130 inside Search. */
/freebsd-11-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-11-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
427 void SearchFilterByModule::Search(Searcher &searcher) { function in class:SearchFilterByModule
556 void SearchFilterByModuleList::Search(Searcher &searcher) { function in class:SearchFilterByModuleList
756 void SearchFilterByModuleListAndCU::Search(Searcher &searcher) { function in class:SearchFilterByModuleListAndCU
/freebsd-11-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-11-stable/share/mk/
H A Dbsd.dtb.mk3 # Search for kernel source tree in standard places.
H A Dbsd.kmod.mk3 # Search for kernel source tree in standard places.
H A Dbsd.sysdir.mk3 # Search for kernel source tree in standard places.
/freebsd-11-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.cpp108 GPUInfo Search = { {""}, {""}, AK, AMDGPU::FEATURE_NONE }; local
110 auto I = std::lower_bound(Table.begin(), Table.end(), Search,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DSearchFilter.h156 virtual void Search(Searcher &searcher);
248 // used by the default Search method.
334 void Search(Searcher &searcher) override;
385 void Search(Searcher &searcher) override;
425 void Search(Searcher &searcher) override;
/freebsd-11-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-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguageRuntime.h40 void Search(Searcher &searcher) override;
/freebsd-11-stable/sys/conf/
H A Ddtb.mk34 # Search for kernel source tree in standard places.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProcess.inc166 // Search for matching files.
/freebsd-11-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))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp361 /// arguments of `Search` with type `Replace`.
363 llvm::StringRef Search; member in class:__anon1223::TypeSubstitutor
367 void reset(llvm::StringRef Mangled, llvm::StringRef Search, argument
370 this->Search = Search;
375 trySubstitute(Search, Replace);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp181 bool Search(StringRef S, bool EnsureStartOfWord = false, function in class:__anon530::ParseHelper
409 if (!PH.Search("#", true))
424 // Search for the initial directive token.
428 if (!(Prefixes.size() == 1 ? PH.Search(*Prefixes.begin(), true, true)
429 : PH.Search("", true, true)))
524 } else if (PP && PH.Search(":")) {
602 // Search for token: }}
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp397 filter->Search(*this);
462 filter->Search(*this);
506 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-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp177 filter.Search(*this);
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1253 const Record *Search = nullptr) {
1254 if (!Search)
1255 Search = &Arg;
1258 llvm::StringRef ArgName = Search->getName();
1308 // Search in reverse order so that the most-derived type is handled first.
1309 ArrayRef<std::pair<Record*, SMRange>> Bases = Search->getSuperClasses();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp2376 // Search for a SCEV subexpression that is not safe to expand. Any expression
2425 SCEVFindUnsafe Search(SE);
2426 visitAll(S, Search);
2427 return !Search.IsUnsafe;

Completed in 338 milliseconds

12