| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | ManualDWARFIndex.cpp | 349 m_set.globals.Find(basename, in GetGlobalVariables() 357 m_set.globals.Find(regex, DIERefCallback(callback, regex.GetText())); in GetGlobalVariables() 369 m_set.objc_class_selectors.Find( in GetObjCMethods() 377 m_set.types.Find(class_name, in GetCompleteObjCClass() 392 m_set.types.Find(ConstString(name), in GetTypes() 409 if (!m_set.function_fullnames.Find( in GetFunctions() 421 if (!m_set.function_basenames.Find( in GetFunctions() 434 if (!m_set.function_methods.Find( in GetFunctions() 441 if (!m_set.function_selectors.Find( in GetFunctions() 452 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 | 29 bool NameToDIE::Find(ConstString name, in Find() function in NameToDIE 37 bool NameToDIE::Find(const RegularExpression ®ex, in Find() function in NameToDIE
|
| H A D | UniqueDWARFASTType.cpp | 13 bool UniqueDWARFASTTypeList::Find(const DWARFDIE &die, in Find() function in UniqueDWARFASTTypeList
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | STLAlgorithmModeling.cpp | 29 void Find(CheckerContext &C, const CallExpr *CE, unsigned paramNum) const; 93 Find(C, CE, 0); in evalFind() 100 Find(C, CE, 1); in evalFind() 107 void STLAlgorithmModeling::Find(CheckerContext &C, const CallExpr *CE, in Find() function in __anona3072eab0111::STLAlgorithmModeling
|
| /freebsd-13.1/cddl/usr.sbin/zfsd/ |
| H A D | zfsd_event.cc | 150 CaseFile *caseFile(CaseFile::Find(physPath)); in Process() 241 CaseFile *caseFile(CaseFile::Find(vdev.PoolGUID(), in OnlineByLabel() 306 CaseFile *caseFile(CaseFile::Find(PoolGUID(), VdevGUID())); in Process() 342 nvlist_t *vdevConfig = VdevIterator(zpl.front()).Find(VdevGUID()); in Process() 414 CaseFile *caseFile(CaseFile::Find(PoolGUID(), VdevGUID())); in ProcessPoolEvent()
|
| H A D | case_file.h | 99 static CaseFile *Find(DevdCtl::Guid poolGUID, DevdCtl::Guid vdevGUID); 110 static CaseFile *Find(const string &physPath);
|
| H A D | case_file.cc | 101 CaseFile::Find(Guid poolGUID, Guid vdevGUID) in Find() function in CaseFile 120 CaseFile::Find(const string &physPath) in Find() function in CaseFile 160 activeCase = Find(vdev.PoolGUID(), vdev.GUID()); in Create() 725 existingCaseFile = Find(Guid(poolGUID), Guid(vdevGUID)); in DeSerializeFile() 746 .Find(vdevGUID)) == NULL) { in DeSerializeFile() 959 || (VdevIterator(zhp).Find(m_vdevGUID)) == NULL) { in OnGracePeriodEnded() 1166 return (VdevIterator(zhp).Find(VdevGUID())); in CaseVdev()
|
| H A D | vdev_iterator.h | 107 nvlist_t *Find(DevdCtl::Guid vdevGUID);
|
| H A D | vdev_iterator.cc | 151 VdevIterator::Find(Guid vdevGUID) in Find() function in VdevIterator
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | DynamicLibrary.cpp | 42 HandleList::iterator Find(void *Handle) { return find(Handles, Handle); } in Find() function in DynamicLibrary::HandleSet 45 return Handle == Process || Find(Handle) != Handles.end(); in Contains() 54 if (Find(Handle) != Handles.end()) { in AddLibrary()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBInstructionList.i | 85 # Find an instruction by index 89 # Find an instruction using a lldb.SBAddress object
|
| /freebsd-13.1/contrib/googletest/googlemock/scripts/generator/ |
| H A D | README.cppclean | 14 * Find and print C++ language constructs: classes, methods, functions, etc. 15 * Find classes with virtual methods, no virtual destructor, and no bases 16 * Find global/static data that are potential problems when using threads 20 * (planned) Find unnecessary header files #included
|
| /freebsd-13.1/contrib/libpcap/cmake/Modules/ |
| H A D | FindPacket.cmake | 27 # Find the Packet library and include files. 65 # Find the header 71 # Find the library
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Language.h | 47 size_t Find(ExecutionContextScope *exe_scope, const char *key, 109 if (scavenger && scavenger->Find(exe_scope, key, results, append)) in Find_Impl() 134 success = scavenger->Find(exe_scope, key, results, append) || success; in Find_Impl()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Hexagon.cpp | 326 auto Find = [&HTC] (const std::string &RootDir, const std::string &SubDir, in constructHexagonLinkArgs() local 338 std::string Crt0SA = Find(RootDir, StartSubDir, "/crt0_standalone.o"); in constructHexagonLinkArgs() 341 std::string Crt0 = Find(RootDir, StartSubDir, "/crt0.o"); in constructHexagonLinkArgs() 345 ? Find(RootDir, StartSubDir + "/pic", "/initS.o") in constructHexagonLinkArgs() 346 : Find(RootDir, StartSubDir, "/init.o"); in constructHexagonLinkArgs() 393 ? Find(RootDir, StartSubDir + "/pic", "/finiS.o") in constructHexagonLinkArgs() 394 : Find(RootDir, StartSubDir, "/fini.o"); in constructHexagonLinkArgs()
|
| /freebsd-13.1/usr.sbin/bsdconfig/share/ |
| H A D | geom.subr | 245 # Find one or more registered GEOMs by name, type, or both. Returns a space- 289 # Find GEOM-related struct where $prop of the struct is equal to $find. Returns 293 # NULL Find any of the below 294 # class Find GEOM_CLASS struct 295 # geom Find GEOM_GEOM struct 296 # consumer Find GEOM_CONSUMER struct 297 # provider Find GEOM_PROVIDER struct
|
| /freebsd-13.1/contrib/apr-util/ |
| H A D | configure.in | 107 dnl Find the APR includes directory and (possibly) the source (base) dir. 125 dnl Find the APR-ICONV directory. 156 dnl Find LDAP library 158 dnl Find Expat 159 dnl Find an iconv library
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRFindingAction.cpp | 68 std::vector<std::string> Find() { in Find() function in clang::tooling::__anona4676bfa0111::AdditionalUSRFinder 222 return Finder.Find(); in getUSRsForDeclaration() 285 USRList.push_back(Finder.Find()); in FindSymbol()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86PreAMXConfig.cpp | 320 bool Find = false; in findConfigShapes() local 331 Find = true; in findConfigShapes() 334 return Find; in findConfigShapes()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/FuzzMutate/ |
| H A D | OpDescriptor.h | 178 auto Find = None; in anyAggregateType() local 179 return {Pred, Find}; in anyAggregateType()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| H A D | llvm-dwarfdump.cpp | 163 Find("find", variable 169 static alias FindAlias("f", desc("Alias for --find."), aliasopt(Find), 482 if (!Find.empty()) { in dumpObjectFile() 483 filterByAccelName(Find, DICtx, OS); in dumpObjectFile() 674 Find.empty()) in main()
|
| /freebsd-13.1/sys/arm64/iommu/ |
| H A D | iommu_if.m | 95 # Find a domain allocated for a dev. 102 # Find an allocated context for a device.
|