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

12

/freebsd-10.0-release/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.
126 Search::Search (KeywordExt_List *list) function in class:Search
132 Search::prepare ()
187 Search::compute_alpha_size () const
195 Search::compute_alpha_unify () const
215 Search::init_selchars_tuple (const Positions& positions, const unsigned int *alpha_unify) const
223 Search::delete_selchars () const
234 Search::count_duplicates_tuple (const Positions& positions, const unsigned int *alpha_unify) const
260 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-10.0-release/sys/contrib/dev/acpica/components/disassembler/
H A Ddmnames.c300 ACPI_PARSE_OBJECT *Search; local
341 /* Search upwards in the tree to find scope with "prev" as its parent */
343 Search = Op;
346 if (Search->Common.Parent == Prev)
353 Search = Search->Common.Parent;
358 OpInfo = AcpiPsGetOpcodeInfo (Search->Common.AmlOpcode);
389 Name = AcpiPsGetName (Search);
396 Prev = Search;
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp59 filter.Search (*this);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DAddressResolver.cpp48 filter.Search (*this);
H A DSearchFilter.cpp128 SearchFilter::Search (Searcher &searcher) function in class:SearchFilter
389 SearchFilterByModule::Search (Searcher &searcher) function in class:SearchFilterByModule
540 SearchFilterByModuleList::Search (Searcher &searcher) function in class:SearchFilterByModuleList
708 SearchFilterByModuleListAndCU::Search (Searcher &searcher) function in class:SearchFilterByModuleListAndCU
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DDeltaAlgorithm.h63 /// Search - Search for a subset (or subsets) in \p Sets which can be
69 bool Search(const changeset_ty &Changes, const changesetlist_ty &Sets,
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSearchFilter.h182 Search (Searcher &searcher);
231 // default Search method.
329 Search (Searcher &searcher);
386 Search (Searcher &searcher);
438 Search (Searcher &searcher);
/freebsd-10.0-release/share/mk/
H A Dbsd.kmod.mk3 # Search for kernel source tree in standard places.
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DDeltaAlgorithm.cpp55 if (Search(Changes, Sets, Res))
69 bool DeltaAlgorithm::Search(const changeset_ty &Changes, function in class:DeltaAlgorithm
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Target/
H A DLanguageRuntime.cpp51 Search (Searcher &searcher) function in class:ExceptionSearchFilter
55 m_filter_sp->Search (searcher);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectSource.cpp424 target_search_filter.Search (m_breakpoint_locations);
529 // Displaying the source for a symbol. Search for function named name.
685 target_search_filter.Search (m_breakpoint_locations);
744 target_search_filter.Search (m_breakpoint_locations);
847 target_search_filter.Search (m_breakpoint_locations);
H A DCommandCompletions.cpp585 filter->Search (*this);
687 filter->Search (*this);
752 filter->Search (*this);
/freebsd-10.0-release/contrib/llvm/lib/Support/Unix/
H A DProgram.inc69 // At this point, the file name is valid and does not contain slashes. Search
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp234 bool Search(StringRef S, bool EnsureStartOfWord = false) { function in class:__anon3133::ParseHelper
293 // Search for token: expected
294 if (!PH.Search("expected", true))
367 } else if (PP && PH.Search(":")) {
439 // Search for token: }}
440 if (!PH.Search("}}")) {
/freebsd-10.0-release/contrib/llvm/tools/clang/utils/TableGen/
H A DClangAttrEmitter.cpp701 Record *Search = 0) {
702 if (!Search)
703 Search = &Arg;
706 llvm::StringRef ArgName = Search->getName();
733 std::vector<Record*> Bases = Search->getSuperClasses();
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1715 // Search for a SCEV subexpression that is not safe to expand. Any expression
1749 SCEVFindUnsafe Search; local
1750 visitAll(S, Search);
1751 return !Search.IsUnsafe;
H A DScalarEvolution.cpp6965 // Search for a SCEV expression node within an expression tree.
6982 SCEVSearch Search(Op);
6983 visitAll(S, Search);
6984 return Search.IsFound;
/freebsd-10.0-release/sys/conf/
H A Dkmod.mk245 # Search for kernel source tree in standard places.
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dgdbarch.sh1134 /* Helper function. Search the list of ARCHES for a GDBARCH that
/freebsd-10.0-release/contrib/openbsm/
H A Dconfigure1429 --with-sysroot=DIR Search for dependent libraries within DIR
/freebsd-10.0-release/contrib/openpam/
H A Dconfigure1442 --with-sysroot=DIR Search for dependent libraries within DIR
/freebsd-10.0-release/contrib/apr/
H A Dconfigure1577 --with-sysroot=DIR Search for dependent libraries within DIR
/freebsd-10.0-release/contrib/atf/
H A Dconfigure1443 --with-sysroot=DIR Search for dependent libraries within DIR

Completed in 350 milliseconds

12