Home
last modified time | relevance | path

Searched refs:Methods (Results 1 – 25 of 52) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DVTuneSharedStructs.h46 VTuneMethodTable Methods; member
88 return SPSVTuneMethodBatch::AsArgList::size(MB.Methods, MB.Strings); in size()
92 return SPSVTuneMethodBatch::AsArgList::deserialize(IB, MB.Methods, in deserialize()
97 return SPSVTuneMethodBatch::AsArgList::serialize(OB, MB.Methods, in serialize()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DVTuneSupportPlugin.cpp53 Batch.Methods.push_back(VTuneMethodInfo()); in getMethodBatch()
54 auto &Method = Batch.Methods.back(); in getMethodBatch()
91 if (Batch.Methods.empty()) { in modifyPassConfig()
96 uint64_t Allocated = Batch.Methods.size(); in modifyPassConfig()
100 Batch.Methods[i - Start].MethodID = i; in modifyPassConfig()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DReturnValueChecker.cpp38 const CallDescriptionSet Methods = { member in __anon87db8f400111::ReturnValueChecker
74 if (!Methods.contains(Call)) in checkPostCall()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp546 llvm::SmallVectorImpl<const ObjCMethodDecl *> &Methods) const { in getDesignatedInitializers()
559 Methods.push_back(MD); in getDesignatedInitializers()
563 Methods.push_back(MD); in getDesignatedInitializers()
1251 SmallVectorImpl<const ObjCMethodDecl *> &Methods, in CollectOverriddenMethodsRecurse() argument
1270 Methods.push_back(Overridden); in CollectOverriddenMethodsRecurse()
1275 CollectOverriddenMethodsRecurse(P, Method, Methods, MovedToSuper); in CollectOverriddenMethodsRecurse()
1287 Methods.push_back(Overridden); in CollectOverriddenMethodsRecurse()
1293 CollectOverriddenMethodsRecurse(P, Method, Methods, MovedToSuper); in CollectOverriddenMethodsRecurse()
1298 CollectOverriddenMethodsRecurse(P, Method, Methods, MovedToSuper); in CollectOverriddenMethodsRecurse()
1301 CollectOverriddenMethodsRecurse(Cat, Method, Methods, MovedToSuper); in CollectOverriddenMethodsRecurse()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3518 Selector Sel, SmallVectorImpl<ObjCMethodDecl *> &Methods, in CollectMultipleMethodsInGlobalPool() argument
3533 Methods.push_back(M->getMethod()); in CollectMultipleMethodsInGlobalPool()
3537 if (!Methods.empty()) in CollectMultipleMethodsInGlobalPool()
3538 return Methods.size() > 1; in CollectMultipleMethodsInGlobalPool()
3549 Methods.push_back(M->getMethod()); in CollectMultipleMethodsInGlobalPool()
3552 return Methods.size() > 1; in CollectMultipleMethodsInGlobalPool()
3557 bool receiverIdOrClass, SmallVectorImpl<ObjCMethodDecl *> &Methods) { in AreMultipleMethodsInGlobalPool() argument
3562 for (auto *M : Methods) in AreMultipleMethodsInGlobalPool()
3600 SmallVectorImpl<ObjCMethodDecl *> &Methods, Selector Sel, SourceRange R, in DiagnoseMultipleMethodInGlobalPool() argument
3612 for (unsigned I = 1, N = Methods.size(); I != N; ++I) { in DiagnoseMultipleMethodInGlobalPool()
[all …]
H A DSemaExprObjC.cpp2947 SmallVector<ObjCMethodDecl*, 4> Methods; in BuildInstanceMessage() local
2949 CollectMultipleMethodsInGlobalPool(Sel, Methods, true/*InstanceFirst*/, in BuildInstanceMessage()
2951 if (!Methods.empty()) { in BuildInstanceMessage()
2954 Method = Methods[0]; in BuildInstanceMessage()
2957 Sel, ArgsIn, Method->isInstanceMethod(), Methods)) in BuildInstanceMessage()
2962 receiverIsIdLike, Methods)) in BuildInstanceMessage()
3007 SmallVector<ObjCMethodDecl*, 4> Methods; in BuildInstanceMessage() local
3008 CollectMultipleMethodsInGlobalPool(Sel, Methods, in BuildInstanceMessage()
3011 if (!Methods.empty()) { in BuildInstanceMessage()
3014 Method = Methods[0]; in BuildInstanceMessage()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h696 ArrayRef<StringRef> Methods) in VFTableRecord() argument
700 llvm::append_range(MethodNames, Methods); in VFTableRecord()
755 MethodOverloadListRecord(ArrayRef<OneMethodRecord> Methods) in MethodOverloadListRecord() argument
756 : TypeRecord(TypeRecordKind::MethodOverloadList), Methods(Methods) {} in MethodOverloadListRecord()
758 ArrayRef<OneMethodRecord> getMethods() const { return Methods; } in getMethods()
760 std::vector<OneMethodRecord> Methods; variable
/freebsd/contrib/sqlite3/
H A DReplace.cs85 #region Private Support Methods
/freebsd/crypto/krb5/src/util/profile/
H A Dprofile.hin249 /* Methods needed for a basic read-only non-iterable profile (cleanup is
256 /* Methods for iterable profiles. */
262 /* Methods for writable profiles. */
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp446 ArrayRef<const ObjCMethodDecl*> Methods,
480 llvm::Constant *Methods,
491 ArrayRef<const ObjCMethodDecl*> Methods);
494 void EmitProtocolMethodList(T &&Methods, llvm::Constant *&Required, in EmitProtocolMethodList() argument
498 for (const auto *I : Methods) in EmitProtocolMethodList()
1172 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) override { in GenerateProtocolMethodList() argument
1191 MethodList.addInt(IntTy, Methods.size()); in GenerateProtocolMethodList()
1198 for (auto *M : Methods) { in GenerateProtocolMethodList()
3093 ArrayRef<const ObjCMethodDecl*> Methods, in GenerateMethodList() argument
3095 if (Methods.empty()) in GenerateMethodList()
[all …]
H A DCGObjCMac.cpp1126 SmallVector<const ObjCMethodDecl *, 4> Methods[NumProtocolMethodLists]; member in __anonb5e682970111::__anonb5e682970211::ProtocolMethodLists
1134 result.Methods[index].push_back(MD); in get()
1151 for (auto &list : Methods) { in emitExtendedTypesArray()
1164 getMethodListKind(kind), Methods[kind]); in emitMethodList()
1222 ArrayRef<const ObjCMethodDecl *> Methods);
1233 ArrayRef<const ObjCMethodDecl *> Methods);
1396 ArrayRef<const ObjCMethodDecl *> Methods);
3255 SmallVector<const ObjCMethodDecl *, 16> Methods[NumMethodLists]; in GenerateCategory() local
3258 Methods[unsigned(MD->isClassMethod())].push_back(MD); in GenerateCategory()
3266 Methods[InstanceMethods])); in GenerateCategory()
[all …]
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp254 MethodsSeq Methods; member
278 IO.mapOptional("Methods", C.Methods); in mapping()
470 FunctionsSeq Methods; member
511 IO.mapOptional("Methods", T.Methods); in mapping()
879 for (const auto &method : C.Methods) { in convertContext()
1051 for (const auto &CXXMethod : T.Methods) { in convertTagContext()
/freebsd/crypto/krb5/src/util/
H A Dt_enum.pm39 * Methods:
/freebsd/contrib/googletest/docs/reference/
H A Dtesting.md540 #### Protected Methods {#Environment-protected}
587 #### Public Methods {#Test-public}
653 #### Protected Methods {#Test-protected}
680 #### Public Methods {#TestSuite-public}
795 #### Public Methods {#TestInfo-public}
889 #### Public Methods {#UnitTest-public}
1053 #### Public Methods {#TestEventListener-public}
1150 #### Public Methods {#TestEventListeners-public}
1196 #### Public Methods {#TestPartResult-public}
1278 #### Public Methods {#TestProperty-public}
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderVTune.cpp34 for (const auto &MethodInfo : MB.Methods) { in registerJITLoaderVTuneRegisterImpl()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h462 SmallVectorImpl<ObjCMethodDecl *> &Methods,
469 SmallVectorImpl<ObjCMethodDecl *> &Methods);
472 DiagnoseMultipleMethodInGlobalPool(SmallVectorImpl<ObjCMethodDecl *> &Methods,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2336 MethodsMap Methods; member
2414 Info.Methods[SP->getRawName()].push_back(SP); in collectClassInfo()
2635 for (auto &MethodItr : Info.Methods) { in lowerRecordFieldList()
2638 std::vector<OneMethodRecord> Methods; in lowerRecordFieldList() local
2647 Methods.push_back(OneMethodRecord( in lowerRecordFieldList()
2653 assert(!Methods.empty() && "Empty methods map entry"); in lowerRecordFieldList()
2654 if (Methods.size() == 1) in lowerRecordFieldList()
2655 ContinuationBuilder.writeMemberType(Methods[0]); in lowerRecordFieldList()
2659 MethodOverloadListRecord MOLR(Methods); in lowerRecordFieldList()
2662 OverloadedMethodRecord OMR(Methods.size(), MethodList, Name); in lowerRecordFieldList()
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_defs.h.in268 * Methods for determining whether the OS overcommits.
286 * Methods for purging unused pages differ between operating systems.
/freebsd/sys/kern/
H A Dserdev_if.m35 # and intelligent multi-port serial drivers. Methods specifically deal
/freebsd/contrib/wpa/wpa_supplicant/
H A DREADME-P2P308 p2p_service_add asp <auto accept> <adv id> <status 0/1> <Config Methods>
331 Config Methods - Mandatory ASCII hex-encoded u16 (bitmask of WSC config
342 p2p_service_rep asp <auto accept> <adv id> <status 0/1> <Config Methods>
361 Config Methods - Mandatory ASCII hex-encoded u16 (bitmask of WSC config
716 Set WPS Configuration Methods.
/freebsd/crypto/openssl/doc/internal/man3/
H A DOSSL_METHOD_STORE.pod48 Methods are expected to be library internal structures.
/freebsd/stand/ficl/softwords/
H A Doo.fr20 \ 5. Methods can be overridden, and subclasses can add methods.
43 \ Methods expect an object couple ( instance class )
64 \ Methods are now structured as follows:
/freebsd/crypto/openssl/doc/man3/
H A DCOMP_CTX_new.pod73 Methods (B<COMP_METHOD>) may be specified by one of these functions. These functions
/freebsd/sys/dev/ofw/
H A Dofw_if.m202 # Methods for OF method calls (optional)
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h141 const ObjCContainerDecl::method_range Methods);
1397 const ObjCContainerDecl::method_range Methods) { in recordObjCMethods() argument
1398 for (const auto *Method : Methods) { in recordObjCMethods()

123