| /llvm-project-15.0.7/flang/runtime/ |
| H A D | unit-map.h | 28 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 D | ManualDWARFIndex.cpp | 359 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 D | UniqueDWARFASTType.h | 63 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 D | NameToDIE.h | 35 bool Find(lldb_private::ConstString name, 38 bool Find(const lldb_private::RegularExpression ®ex,
|
| H A D | NameToDIE.cpp | 32 bool NameToDIE::Find(ConstString name, in Find() function in NameToDIE 40 bool NameToDIE::Find(const RegularExpression ®ex, in Find() function in NameToDIE
|
| /llvm-project-15.0.7/llvm/utils/ |
| H A D | UpdateCMakeLists.pl | 3 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 D | MCSubtargetInfo.cpp | 25 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 D | STLAlgorithmModeling.cpp | 30 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 D | DynamicLibrary.cpp | 39 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 D | SBInstructionList.i | 85 # Find an instruction by index 89 # Find an instruction using a lldb.SBAddress object
|
| /llvm-project-15.0.7/lldb/unittests/Core/ |
| H A D | UniqueCStringMapTest.cpp | 40 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 D | CMakeLists.txt | 24 # 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 D | Language.h | 47 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 D | global_metadata_darwin.ll | 19 ; 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 D | MLIRLSP.md | 11 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 D | Hexagon.cpp | 412 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 D | provenance.h | 272 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 D | USRFindingAction.cpp | 68 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 D | X86PreAMXConfig.cpp | 310 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 D | osx.MIG.rst | 6 Find violations of the Mach Interface Generator calling convention
|
| /llvm-project-15.0.7/lldb/cmake/modules/ |
| H A D | FindCursesAndPanel.cmake | 5 # Find the curses and panel library as a whole.
|
| H A D | FindLuaAndSwig.cmake | 5 # Find Lua and SWIG as a whole.
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/ |
| H A D | named-parameter.rst | 6 Find functions with unnamed arguments.
|
| H A D | redundant-smartptr-get.rst | 6 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 D | redundant-void-arg.rst | 6 Find and remove redundant ``void`` argument lists.
|