Home
last modified time | relevance | path

Searched refs:Find (Results 1 – 25 of 136) sorted by relevance

123456

/llvm-project-15.0.7/flang/runtime/
H A Dunit-map.h28 return Find(n); in LookUp()
34 if (auto *p{Find(n)}) { in LookUpOrCreate()
46 return Find(path, pathLen); in LookUp()
76 ExternalFileUnit *Find(int n) { in Find() function
91 ExternalFileUnit *Find(const char *path, std::size_t pathLen);
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp359 m_set.globals.Find(basename, in GetGlobalVariables()
367 m_set.globals.Find(regex, DIERefCallback(callback, regex.GetText())); in GetGlobalVariables()
380 m_set.objc_class_selectors.Find( in GetObjCMethods()
388 m_set.types.Find(class_name, in GetCompleteObjCClass()
403 m_set.types.Find(ConstString(name), in GetTypes()
420 if (!m_set.function_fullnames.Find( in GetFunctions()
432 if (!m_set.function_basenames.Find( in GetFunctions()
445 if (!m_set.function_methods.Find( in GetFunctions()
452 if (!m_set.function_selectors.Find( in GetFunctions()
463 if (!m_set.function_basenames.Find(regex, in GetFunctions()
[all …]
H A DUniqueDWARFASTType.h63 bool Find(const DWARFDIE &die, const lldb_private::Declaration &decl,
82 bool Find(lldb_private::ConstString name, const DWARFDIE &die, in Find() function
88 return pos->second.Find(die, decl, byte_size, entry); in Find()
H A DNameToDIE.h35 bool Find(lldb_private::ConstString name,
38 bool Find(const lldb_private::RegularExpression &regex,
H A DNameToDIE.cpp32 bool NameToDIE::Find(ConstString name, in Find() function in NameToDIE
40 bool NameToDIE::Find(const RegularExpression &regex, in Find() function in NameToDIE
/llvm-project-15.0.7/llvm/utils/
H A DUpdateCMakeLists.pl3 use File::Find;
23 my $dir = $File::Find::dir;
26 $dirCMake{$dir} = $File::Find::name;
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCSubtargetInfo.cpp25 static const T *Find(StringRef S, ArrayRef<T> A) { in Find() function
65 Find(SubtargetFeatures::StripFlag(Feature), FeatureTable); in ApplyFeatureFlag()
169 const SubtargetSubTypeKV *CPUEntry = Find(CPU, ProcDesc); in getFeatures()
182 const SubtargetSubTypeKV *CPUEntry = Find(TuneCPU, ProcDesc); in getFeatures()
270 Find(SubtargetFeatures::StripFlag(Feature), ProcFeatures); in ToggleFeature()
314 const SubtargetSubTypeKV *CPUEntry = Find(CPU, ProcDesc); in getSchedModelForCPU()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DSTLAlgorithmModeling.cpp30 void Find(CheckerContext &C, const CallExpr *CE, unsigned paramNum) const;
94 Find(C, CE, 0); in evalFind()
101 Find(C, CE, 1); in evalFind()
108 void STLAlgorithmModeling::Find(CheckerContext &C, const CallExpr *CE, in Find() function in __anond00b9da70111::STLAlgorithmModeling
/llvm-project-15.0.7/llvm/lib/Support/
H A DDynamicLibrary.cpp39 HandleList::iterator Find(void *Handle) { return find(Handles, Handle); } in Find() function in DynamicLibrary::HandleSet
42 return Handle == Process || Find(Handle) != Handles.end(); in Contains()
51 if (Find(Handle) != Handles.end()) { in AddLibrary()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBInstructionList.i85 # Find an instruction by index
89 # Find an instruction using a lldb.SBAddress object
/llvm-project-15.0.7/lldb/unittests/Core/
H A DUniqueCStringMapTest.cpp40 EXPECT_THAT(Map.Find(Foo, NoDefault(47)), NoDefault(42)); in TEST()
41 EXPECT_THAT(Map.Find(Bar, NoDefault(47)), NoDefault(47)); in TEST()
/llvm-project-15.0.7/openmp/libompd/src/
H A DCMakeLists.txt24 # Find and replace/add libstdc++ to compile flags
32 # Find and replace/add libstdc++ to loader flags
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DLanguage.h47 size_t Find(ExecutionContextScope *exe_scope, const char *key,
108 if (scavenger && scavenger->Find(exe_scope, key, results, append)) in Find_Impl()
133 success = scavenger->Find(exe_scope, key, results, append) || success; in Find_Impl()
/llvm-project-15.0.7/llvm/test/Instrumentation/AddressSanitizer/
H A Dglobal_metadata_darwin.ll19 ; Find the metadata for @global:
23 ; Find the liveness binder for @global and its metadata:
/llvm-project-15.0.7/mlir/docs/Tools/
H A DMLIRLSP.md11 the client may want to perform, such as "Find Definition", "Find References",
18 API to support rich language queries, such as "Find Definition".
85 ##### Find definition
104 ##### Find references
130 PDLL C++ API to support rich language queries, such as code completion and "Find
195 ##### Find definition
206 ##### Find references
256 TableGen C++ API to support rich language queries, such as "Find Definition".
311 ##### Find definition
317 ##### Find references
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DHexagon.cpp412 auto Find = [&HTC] (const std::string &RootDir, const std::string &SubDir, in constructHexagonLinkArgs() local
424 std::string Crt0SA = Find(RootDir, StartSubDir, "/crt0_standalone.o"); in constructHexagonLinkArgs()
427 std::string Crt0 = Find(RootDir, StartSubDir, "/crt0.o"); in constructHexagonLinkArgs()
431 ? Find(RootDir, StartSubDir + "/pic", "/initS.o") in constructHexagonLinkArgs()
432 : Find(RootDir, StartSubDir, "/init.o"); in constructHexagonLinkArgs()
479 ? Find(RootDir, StartSubDir + "/pic", "/finiS.o") in constructHexagonLinkArgs()
480 : Find(RootDir, StartSubDir, "/fini.o"); in constructHexagonLinkArgs()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dprovenance.h272 const CookedSource *Find(CharBlock) const;
273 const CookedSource *Find(const char *p) const { return Find(CharBlock{p}); } in Find() function
/llvm-project-15.0.7/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp68 std::vector<std::string> Find() { in Find() function in clang::tooling::__anon02dbeb760111::AdditionalUSRFinder
220 return Finder.Find(); in getUSRsForDeclaration()
283 USRList.push_back(Finder.Find()); in FindSymbol()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86PreAMXConfig.cpp310 bool Find = false; in findConfigShapes() local
321 Find = true; in findConfigShapes()
324 return Find; in findConfigShapes()
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/clang-analyzer/
H A Dosx.MIG.rst6 Find violations of the Mach Interface Generator calling convention
/llvm-project-15.0.7/lldb/cmake/modules/
H A DFindCursesAndPanel.cmake5 # Find the curses and panel library as a whole.
H A DFindLuaAndSwig.cmake5 # Find Lua and SWIG as a whole.
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/
H A Dnamed-parameter.rst6 Find functions with unnamed arguments.
H A Dredundant-smartptr-get.rst6 Find and remove redundant calls to smart pointer's ``.get()`` method.
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/modernize/
H A Dredundant-void-arg.rst6 Find and remove redundant ``void`` argument lists.

123456