| /llvm-project/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);
|
| H A D | non-tbp-dio.h | 43 RT_API_ATTRS const NonTbpDefinedIo *Find(
|
| /llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | ManualDWARFIndex.cpp | 423 m_set.globals.Find(basename, in GetCompleteObjCClass() 431 m_set.globals.Find(regex, DIERefCallback(callback, regex.GetText())); in GetTypes() 443 m_set.objc_class_selectors.Find( in GetNamespaces() 451 m_set.types.Find(class_name, in GetFunctions() 458 m_set.types.Find(name, DIERefCallback(callback, name.GetStringRef())); in GetFunctions() 466 m_set.types.Find(ConstString(name), in GetFunctions() 473 m_set.namespaces.Find(name, DIERefCallback(callback, name.GetStringRef())); in GetFunctions() 485 if (!m_set.function_fullnames.Find( in GetFunctions() 497 if (!m_set.function_basenames.Find( in GetFunctions() 510 if (!m_set.function_methods.Find( in Dump() [all...] |
| H A D | UniqueDWARFASTType.h | 69 UniqueDWARFASTType *Find(const DWARFDIE &die, const Declaration &decl, 88 UniqueDWARFASTType *Find(ConstString name, const DWARFDIE &die, in Find() 94 return pos->second.Find(die, decl, byte_size, is_forward_declaration); 83 bool Find(ConstString name, const DWARFDIE &die, const Declaration &decl, Find() function
|
| H A D | NameToDIE.h | 37 bool Find(ConstString name, 40 bool Find(const RegularExpression ®ex,
|
| H A D | NameToDIE.cpp | 34 bool NameToDIE::Find(ConstString name, in Find() function in NameToDIE 42 bool NameToDIE::Find(const RegularExpression ®ex, in Find() function in NameToDIE
|
| /llvm-project/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/llvm/lib/MC/ |
| H A D | MCSubtargetInfo.cpp | 24 /// Find KV in array using binary search. 26 static const T *Find(StringRef S, ArrayRef<T> A) { in Find() function 64 // Find feature in table. in ApplyFeatureFlag() 66 Find(SubtargetFeatures::StripFlag(Feature), FeatureTable); in ApplyFeatureFlag() 188 // Find CPU entry if CPU name is specified. in getFeatures() 190 const SubtargetSubTypeKV *CPUEntry = Find(CPU, ProcDesc); in getFeatures() 203 const SubtargetSubTypeKV *CPUEntry = Find(TuneCPU, ProcDesc); in getFeatures() 289 // Find feature in table. in ToggleFeature() 291 Find(SubtargetFeatures::StripFlag(Feature), ProcFeatures); in ToggleFeature() 334 // Find entr [all...] |
| /llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | STLAlgorithmModeling.cpp | 30 void Find(CheckerContext &C, const CallExpr *CE, unsigned paramNum) const; 115 Find(C, CE, 0); in evalFind() 122 Find(C, CE, 1); in evalFind() 129 void STLAlgorithmModeling::Find(CheckerContext &C, const CallExpr *CE, in Find() function in __anon0128178a0111::STLAlgorithmModeling
|
| /llvm-project/llvm/lib/Support/ |
| H A D | DynamicLibrary.cpp | 38 HandleList::iterator Find(void *Handle) { return find(Handles, Handle); } in Find() function in DynamicLibrary::HandleSet 41 return Handle == Process || Find(Handle) != Handles.end(); in Contains() 53 if (!AllowDuplicates && Find(Handle) != Handles.end()) { in AddLibrary() 75 HandleList::iterator it = Find(Handle); in CloseLibrary()
|
| /llvm-project/lldb/bindings/interface/ |
| H A D | SBInstructionListExtensions.i | 18 # Find an instruction by index 24 # Find an instruction using a lldb.SBAddress object
|
| /llvm-project/libc/fuzzing/__support/ |
| H A D | hashtable_fuzz.cpp | 27 // - Find: a single byte valued (3 mod 5) followed by a null-terminated string 75 enum class Tag { Find, Insert, CrossCheck } tag; 108 return {Action::Tag::Find, next_string()}; in next_action() 153 case Action::Tag::Find: { in LLVMFuzzerTestOneInput() 73 enum class Tag { Find, Insert, CrossCheck } tag; global() enumerator
|
| /llvm-project/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/openmp/libompd/src/ |
| H A D | CMakeLists.txt | 25 # Find and replace/add libstdc++ to compile flags 33 # Find and replace/add libstdc++ to loader flags
|
| /llvm-project/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". 84 ##### Find definition 103 ##### Find references 137 PDLL C++ API to support rich language queries, such as code completion and "Find 203 ##### Find definition 214 ##### Find references 264 TableGen C++ API to support rich language queries, such as "Find Definition". 320 ##### Find definition 326 ##### Find references
|
| /llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewReader.cpp | 215 auto Find = [=](const char *String) -> bool { return Name.contains(String); }; 222 if (Find("_s__")) in isSystemEntry() 224 if (Find("_CatchableType") || Find("_TypeDescriptor")) in isSystemEntry() 226 if (Find("Intermediate\\vctools")) in isSystemEntry() 228 if (Find("$initializer$") || Find("dynamic initializer")) in isSystemEntry() 230 if (Find("`vftable'") || Find("_GLOBAL__sub")) in isSystemEntry() 755 // Find th in traverseSymbolSection() 220 auto Find = [=](const char *String) -> bool { return Name.contains(String); }; isSystemEntry() local [all...] |
| /llvm-project/lldb/include/lldb/Target/ |
| H A D | Language.h | 56 size_t Find(ExecutionContextScope *exe_scope, const char *key, 117 if (scavenger && scavenger->Find(exe_scope, key, results, append)) in Find_Impl() 142 success = scavenger->Find(exe_scope, key, results, append) || success; in Find_Impl()
|
| /llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Hexagon.cpp | 422 auto Find = [&HTC] (const std::string &RootDir, const std::string &SubDir, in constructHexagonLinkArgs() 434 std::string Crt0SA = Find(RootDir, StartSubDir, "/crt0_standalone.o"); in constructHexagonLinkArgs() 437 std::string Crt0 = Find(RootDir, StartSubDir, "/crt0.o"); in constructHexagonLinkArgs() 441 ? Find(RootDir, StartSubDir + "/pic", "/initS.o") in constructHexagonLinkArgs() 442 : Find(RootDir, StartSubDir, "/init.o"); in constructHexagonLinkArgs() 490 ? Find(RootDir, StartSubDir + "/pic", "/finiS.o") in constructHexagonLinkArgs() 491 : Find(RootDir, StartSubDir, "/fini.o"); 418 auto Find = [&HTC] (const std::string &RootDir, const std::string &SubDir, constructHexagonLinkArgs() local
|
| /llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRFindingAction.cpp | 68 std::vector<std::string> Find() { in Find() function in clang::tooling::__anondd8f34f90111::AdditionalUSRFinder 220 return Finder.Find(); in getUSRsForDeclaration() 284 USRList.push_back(Finder.Find()); in FindSymbol()
|
| /llvm-project/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/flang/include/flang/Parser/ |
| H A D | provenance.h | 291 const CookedSource *Find(CharBlock) const; 292 const CookedSource *Find(const char *p) const { return Find(CharBlock{p}); } in IsValid() 290 const CookedSource *Find(const char *p) const { return Find(CharBlock{p}); } Find() function
|
| /llvm-project/lldb/include/lldb/Utility/ |
| H A D | ZipFile.h | 24 static bool Find(lldb::DataBufferSP zip_data, const llvm::StringRef file_path,
|
| /llvm-project/mlir/lib/Target/LLVM/ |
| H A D | CMakeLists.txt | 53 # Find the CUDA toolkit. 71 # Find the `nvptxcompiler` library.
|
| /llvm-project/clang-tools-extra/docs/clang-tidy/checks/clang-analyzer/ |
| H A D | cplusplus.Move.rst | 8 Find use-after-move bugs in C++.
|
| H A D | osx.MIG.rst | |