Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DASTSrcLocProcessor.cpp168 std::vector<std::string> Methods; in CaptureMethods() local
192 Methods.push_back(Node->getName().str()); in CaptureMethods()
195 return Methods; in CaptureMethods()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3528 Methods.push_back(M->getMethod()); in CollectMultipleMethodsInGlobalPool()
3532 if (!Methods.empty()) in CollectMultipleMethodsInGlobalPool()
3533 return Methods.size() > 1; in CollectMultipleMethodsInGlobalPool()
3544 Methods.push_back(M->getMethod()); in CollectMultipleMethodsInGlobalPool()
3547 return Methods.size() > 1; in CollectMultipleMethodsInGlobalPool()
3557 for (auto *M : Methods) in AreMultipleMethodsInGlobalPool()
3608 if (!MatchTwoMethodDeclarations(Methods[0], Methods[I], MMS_strict)) { in DiagnoseMultipleMethodInGlobalPool()
3622 if (!MatchTwoMethodDeclarations(Methods[0], Methods[I], MMS_loose) && in DiagnoseMultipleMethodInGlobalPool()
3623 !isAcceptableMethodMismatch(Methods[0], Methods[I])) { in DiagnoseMultipleMethodInGlobalPool()
3639 Diag(Methods[0]->getBeginLoc(), in DiagnoseMultipleMethodInGlobalPool()
[all …]
H A DSemaExprObjC.cpp2954 SmallVector<ObjCMethodDecl*, 4> Methods; in BuildInstanceMessage() local
2958 if (!Methods.empty()) { in BuildInstanceMessage()
2961 Method = Methods[0]; in BuildInstanceMessage()
3014 SmallVector<ObjCMethodDecl*, 4> Methods; in BuildInstanceMessage() local
3018 if (!Methods.empty()) { in BuildInstanceMessage()
3021 Method = Methods[0]; in BuildInstanceMessage()
3035 Methods)) in BuildInstanceMessage()
3101 SmallVector<ObjCMethodDecl*, 4> Methods; in BuildInstanceMessage() local
3105 if (!Methods.empty()) { in BuildInstanceMessage()
3108 Method = Methods[0]; in BuildInstanceMessage()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp550 llvm::SmallVectorImpl<const ObjCMethodDecl *> &Methods) const { in getDesignatedInitializers()
563 Methods.push_back(MD); in getDesignatedInitializers()
567 Methods.push_back(MD); in getDesignatedInitializers()
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()
1307 return CollectOverriddenMethodsRecurse(Super, Method, Methods, in CollectOverriddenMethodsRecurse()
[all …]
/freebsd-14.2/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-14.2/contrib/libucl/doc/
H A Dlua_api.md51 **Methods**:
135 ## Methods section
/freebsd-14.2/contrib/sqlite3/
H A DReplace.cs85 #region Private Support Methods
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp449 ArrayRef<const ObjCMethodDecl*> Methods,
483 llvm::Constant *Methods,
501 for (const auto *I : Methods) in EmitProtocolMethodList()
1199 for (auto *M : Methods) { in GenerateProtocolMethodList()
2999 if (Methods.empty()) in GenerateMethodList()
3037 for (const auto *OMD : Methods) { in GenerateMethodList()
3106 llvm::Constant *Methods, in GenerateClassStructure() argument
3128 Methods->getType(), // methods in GenerateClassStructure()
3169 Elements.add(Methods); in GenerateClassStructure()
3217 MethodList.addInt(IntTy, Methods.size()); in GenerateProtocolMethodList()
[all …]
H A DCGObjCMac.cpp1180 result.Methods[index].push_back(MD); in get()
1197 for (auto &list : Methods) { in emitExtendedTypesArray()
3351 SmallVector<const ObjCMethodDecl *, 16> Methods[NumMethodLists]; in GenerateCategory() local
3354 Methods[unsigned(MD->isClassMethod())].push_back(MD); in GenerateCategory()
3362 Methods[InstanceMethods])); in GenerateCategory()
3364 Methods[ClassMethods])); in GenerateCategory()
3537 Methods[unsigned(MD->isClassMethod())].push_back(MD); in GenerateClass()
3546 Methods[InstanceMethods].push_back(MD); in GenerateClass()
3549 Methods[InstanceMethods].push_back(MD); in GenerateClass()
3571 Methods[InstanceMethods])); in GenerateClass()
[all …]
/freebsd-14.2/contrib/googletest/docs/reference/
H A Dtesting.md424 #### Protected Methods {#Environment-protected}
471 #### Public Methods {#Test-public}
537 #### Protected Methods {#Test-protected}
564 #### Public Methods {#TestSuite-public}
679 #### Public Methods {#TestInfo-public}
773 #### Public Methods {#UnitTest-public}
937 #### Public Methods {#TestEventListener-public}
1034 #### Public Methods {#TestEventListeners-public}
1080 #### Public Methods {#TestPartResult-public}
1162 #### Public Methods {#TestProperty-public}
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2322 MethodsMap Methods; member
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() local
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.size(), MethodList, Name); in lowerRecordFieldList()
/freebsd-14.2/sys/kern/
H A Dserdev_if.m35 # and intelligent multi-port serial drivers. Methods specifically deal
/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp1083 serializeMembers(Record, Record.Methods); in visitObjCContainerRecord()
1101 serializeMembers(Record, Category->Methods); in visitObjCContainerRecord()
1142 serializeMembers(Record, Record.Methods); in visitObjCCategoryRecord()
/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp248 MethodsSeq Methods; member
272 IO.mapOptional("Methods", C.Methods); in mapping()
802 for (const auto &method : C.Methods) { in convertContext()
/freebsd-14.2/crypto/openssl/doc/internal/man3/
H A DOSSL_METHOD_STORE.pod48 Methods are expected to be library internal structures.
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h142 const ObjCContainerDecl::method_range Methods);
1288 const ObjCContainerDecl::method_range Methods) { in recordObjCMethods() argument
1289 for (const auto *Method : Methods) { in recordObjCMethods()
H A DAPI.h903 SmallVector<std::unique_ptr<ObjCMethodRecord>> Methods; member
923 SmallVector<std::unique_ptr<CXXMethodRecord>> Methods; member
/freebsd-14.2/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-14.2/sys/dev/ofw/
H A Dofw_if.m202 # Methods for OF method calls (optional)
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3307 data_type_ref Methods) { in EmitKeyDataLength() argument
3310 for (const ObjCMethodList *Method = &Methods.Instance; Method; in EmitKeyDataLength()
3314 for (const ObjCMethodList *Method = &Methods.Factory; Method; in EmitKeyDataLength()
3338 data_type_ref Methods, unsigned DataLen) { in EmitData() argument
3343 LE.write<uint32_t>(Methods.ID); in EmitData()
3351 for (const ObjCMethodList *Method = &Methods.Factory; Method; in EmitData()
3356 unsigned InstanceBits = Methods.Instance.getBits(); in EmitData()
3359 Methods.Instance.hasMoreThanOneDecl(); in EmitData()
3363 unsigned FactoryBits = Methods.Factory.getBits(); in EmitData()
3366 Methods.Factory.hasMoreThanOneDecl(); in EmitData()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp288 for (const OneMethodRecord &method : method_list.Methods) in visitKnownMember()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6317 ArrayRef<ObjCMethodDecl *> Methods, in Write_method_list_t_initializer() argument
6321 if (Methods.size() > 0) { in Write_method_list_t_initializer()
6323 Write_method_list_t_TypeDecl(Result, Methods.size()); in Write_method_list_t_initializer()
6328 Result += "\t"; Result += utostr(Methods.size()); Result += ",\n"; in Write_method_list_t_initializer()
6329 for (unsigned i = 0, e = Methods.size(); i < e; i++) { in Write_method_list_t_initializer()
6330 ObjCMethodDecl *MD = Methods[i]; in Write_method_list_t_initializer()
6695 ArrayRef<ObjCMethodDecl *> Methods, in Write__extendedMethodTypes_initializer() argument
6698 if (Methods.size() == 0) in Write__extendedMethodTypes_initializer()
6705 for (unsigned i = 0, e = Methods.size(); i < e; i++) { in Write__extendedMethodTypes_initializer()
6706 ObjCMethodDecl *MD = Methods[i]; in Write__extendedMethodTypes_initializer()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp483 for (auto &M : Overloads.Methods) in visitKnownRecord()
/freebsd-14.2/share/doc/papers/
H A Dbsdreferences.bib90 title = {Evaluation of Source Code Copy Detection Methods on Freebsd},

12