Home
last modified time | relevance | path

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

12

/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()
90 if (Batch.Methods.empty()) { in modifyPassConfig()
95 uint64_t Allocated = Batch.Methods.size(); in modifyPassConfig()
99 Batch.Methods[i - Start].MethodID = i; in modifyPassConfig()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DReturnValueChecker.cpp39 const CallDescriptionSet Methods = { member in __anon87db8f400111::ReturnValueChecker
75 if (!Methods.contains(Call)) in checkPostCall()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h213 iterator begin() { return Methods.begin(); } in begin()
214 iterator end() { return Methods.end(); } in end()
215 iterator find(Selector Sel) { return Methods.find(Sel); } in find()
217 return Methods.insert(Val); in insert()
219 int count(Selector Sel) const { return Methods.count(Sel); } in count()
220 bool empty() const { return Methods.empty(); } in empty()
223 llvm::DenseMap<Selector, Lists> Methods;
470 SmallVectorImpl<ObjCMethodDecl *> &Methods,
477 SmallVectorImpl<ObjCMethodDecl *> &Methods);
480 DiagnoseMultipleMethodInGlobalPool(SmallVectorImpl<ObjCMethodDecl *> &Methods,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp549 llvm::SmallVectorImpl<const ObjCMethodDecl *> &Methods) const { in getDesignatedInitializers()
562 Methods.push_back(MD); in getDesignatedInitializers()
566 Methods.push_back(MD); in getDesignatedInitializers()
1254 SmallVectorImpl<const ObjCMethodDecl *> &Methods, in CollectOverriddenMethodsRecurse() argument
1273 Methods.push_back(Overridden); in CollectOverriddenMethodsRecurse()
1278 CollectOverriddenMethodsRecurse(P, Method, Methods, MovedToSuper); in CollectOverriddenMethodsRecurse()
1290 Methods.push_back(Overridden); in CollectOverriddenMethodsRecurse()
1296 CollectOverriddenMethodsRecurse(P, Method, Methods, MovedToSuper); in CollectOverriddenMethodsRecurse()
1301 CollectOverriddenMethodsRecurse(P, Method, Methods, MovedToSuper); in CollectOverriddenMethodsRecurse()
1304 CollectOverriddenMethodsRecurse(Cat, Method, Methods, MovedToSuper); in CollectOverriddenMethodsRecurse()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3515 Selector Sel, SmallVectorImpl<ObjCMethodDecl *> &Methods, in CollectMultipleMethodsInGlobalPool() argument
3530 Methods.push_back(M->getMethod()); in CollectMultipleMethodsInGlobalPool()
3534 if (!Methods.empty()) in CollectMultipleMethodsInGlobalPool()
3535 return Methods.size() > 1; in CollectMultipleMethodsInGlobalPool()
3546 Methods.push_back(M->getMethod()); in CollectMultipleMethodsInGlobalPool()
3549 return Methods.size() > 1; in CollectMultipleMethodsInGlobalPool()
3554 bool receiverIdOrClass, SmallVectorImpl<ObjCMethodDecl *> &Methods) { in AreMultipleMethodsInGlobalPool() argument
3559 for (auto *M : Methods) in AreMultipleMethodsInGlobalPool()
3589 SmallVector<ObjCMethodDecl *, 4> Methods; in LookupMethodInGlobalPool() local
3598 SmallVectorImpl<ObjCMethodDecl *> &Methods, Selector Sel, SourceRange R, in DiagnoseMultipleMethodInGlobalPool() argument
[all …]
H A DSemaExprObjC.cpp2958 SmallVector<ObjCMethodDecl*, 4> Methods; in BuildInstanceMessage() local
2960 CollectMultipleMethodsInGlobalPool(Sel, Methods, true/*InstanceFirst*/, in BuildInstanceMessage()
2962 if (!Methods.empty()) { in BuildInstanceMessage()
2965 Method = Methods[0]; in BuildInstanceMessage()
2968 Sel, ArgsIn, Method->isInstanceMethod(), Methods)) in BuildInstanceMessage()
2973 receiverIsIdLike, Methods)) in BuildInstanceMessage()
3018 SmallVector<ObjCMethodDecl*, 4> Methods; in BuildInstanceMessage() local
3019 CollectMultipleMethodsInGlobalPool(Sel, Methods, in BuildInstanceMessage()
3022 if (!Methods.empty()) { in BuildInstanceMessage()
3025 Method = Methods[0]; in BuildInstanceMessage()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h697 ArrayRef<StringRef> Methods) in VFTableRecord() argument
701 llvm::append_range(MethodNames, Methods); in VFTableRecord()
756 MethodOverloadListRecord(ArrayRef<OneMethodRecord> Methods) in MethodOverloadListRecord() argument
757 : TypeRecord(TypeRecordKind::MethodOverloadList), Methods(Methods) {} in MethodOverloadListRecord()
759 ArrayRef<OneMethodRecord> getMethods() const { return Methods; } in getMethods()
761 std::vector<OneMethodRecord> Methods; variable
/freebsd/contrib/libucl/doc/
H A Dlua_api.md51 **Methods**:
135 ## Methods section
/freebsd/contrib/sqlite3/
H A DReplace.cs85 #region Private Support Methods
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp248 MethodsSeq Methods; member
272 IO.mapOptional("Methods", C.Methods); in mapping()
423 FunctionsSeq Methods; member
458 IO.mapOptional("Methods", T.Methods); in mapping()
806 for (const auto &method : C.Methods) { in convertContext()
962 for (const auto &CXXMethod : T.Methods) { in convertTagContext()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp447 ArrayRef<const ObjCMethodDecl*> Methods,
481 llvm::Constant *Methods,
492 ArrayRef<const ObjCMethodDecl*> Methods);
495 void EmitProtocolMethodList(T &&Methods, llvm::Constant *&Required, in EmitProtocolMethodList() argument
499 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()
2996 ArrayRef<const ObjCMethodDecl*> Methods, in GenerateMethodList() argument
2998 if (Methods.empty()) in GenerateMethodList()
[all …]
H A DCGObjCMac.cpp1172 SmallVector<const ObjCMethodDecl *, 4> Methods[NumProtocolMethodLists]; member in __anonb5e682970111::__anonb5e682970211::ProtocolMethodLists
1180 result.Methods[index].push_back(MD); in get()
1197 for (auto &list : Methods) { in emitExtendedTypesArray()
1210 getMethodListKind(kind), Methods[kind]); in emitMethodList()
1272 ArrayRef<const ObjCMethodDecl *> Methods);
1283 ArrayRef<const ObjCMethodDecl *> Methods);
1455 ArrayRef<const ObjCMethodDecl *> Methods);
3358 SmallVector<const ObjCMethodDecl *, 16> Methods[NumMethodLists]; in GenerateCategory() local
3361 Methods[unsigned(MD->isClassMethod())].push_back(MD); in GenerateCategory()
3369 Methods[InstanceMethods])); in GenerateCategory()
[all …]
/freebsd/contrib/googletest/docs/reference/
H A Dtesting.md443 #### Protected Methods {#Environment-protected}
490 #### Public Methods {#Test-public}
556 #### Protected Methods {#Test-protected}
583 #### Public Methods {#TestSuite-public}
698 #### Public Methods {#TestInfo-public}
792 #### Public Methods {#UnitTest-public}
956 #### Public Methods {#TestEventListener-public}
1053 #### Public Methods {#TestEventListeners-public}
1099 #### Public Methods {#TestPartResult-public}
1181 #### 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/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2322 MethodsMap Methods; in clear()
2400 Info.Methods[SP->getRawName()].push_back(SP); in collectClassInfo()
2621 for (auto &MethodItr : Info.Methods) { in lowerRecordFieldList()
2624 std::vector<OneMethodRecord> Methods; in lowerRecordFieldList()
2633 Methods.push_back(OneMethodRecord( in lowerRecordFieldList()
2639 assert(!Methods.empty() && "Empty methods map entry"); in lowerRecordFieldList()
2640 if (Methods.size() == 1) in lowerRecordFieldList()
2641 ContinuationBuilder.writeMemberType(Methods[0]); in lowerRecordFieldList()
2645 MethodOverloadListRecord MOLR(Methods); in lowerRecordFieldList()
2648 OverloadedMethodRecord OMR(Methods in getVBPTypeIndex()
2304 MethodsMap Methods; global() member
2606 std::vector<OneMethodRecord> Methods; lowerRecordFieldList() local
[all...]
/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/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.h137 const ObjCContainerDecl::method_range Methods);
1332 const ObjCContainerDecl::method_range Methods) { in recordObjCMethods() argument
1333 for (const auto *Method : Methods) { in recordObjCMethods()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3467 data_type_ref Methods) { in EmitKeyDataLength() argument
3472 for (const ObjCMethodList *Method = &Methods.Instance; Method; in EmitKeyDataLength()
3476 for (const ObjCMethodList *Method = &Methods.Factory; Method; in EmitKeyDataLength()
3500 data_type_ref Methods, unsigned DataLen) { in EmitData() argument
3505 LE.write<uint32_t>(Methods.ID); in EmitData()
3507 for (const ObjCMethodList *Method = &Methods.Instance; Method; in EmitData()
3513 for (const ObjCMethodList *Method = &Methods.Factory; Method; in EmitData()
3518 unsigned InstanceBits = Methods.Instance.getBits(); in EmitData()
3521 Methods.Instance.hasMoreThanOneDecl(); in EmitData()
3525 unsigned FactoryBits = Methods.Factory.getBits(); in EmitData()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp291 for (const OneMethodRecord &method : method_list.Methods) in visitKnownMember()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6315 ArrayRef<ObjCMethodDecl *> Methods, in Write_method_list_t_initializer() argument
6319 if (Methods.size() > 0) { in Write_method_list_t_initializer()
6321 Write_method_list_t_TypeDecl(Result, Methods.size()); in Write_method_list_t_initializer()
6326 Result += "\t"; Result += utostr(Methods.size()); Result += ",\n"; in Write_method_list_t_initializer()
6327 for (unsigned i = 0, e = Methods.size(); i < e; i++) { in Write_method_list_t_initializer()
6328 ObjCMethodDecl *MD = Methods[i]; in Write_method_list_t_initializer()
6693 ArrayRef<ObjCMethodDecl *> Methods, in Write__extendedMethodTypes_initializer() argument
6696 if (Methods.size() == 0) in Write__extendedMethodTypes_initializer()
6703 for (unsigned i = 0, e = Methods.size(); i < e; i++) { in Write__extendedMethodTypes_initializer()
6704 ObjCMethodDecl *MD = Methods[i]; in Write__extendedMethodTypes_initializer()

12