| /openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/ |
| H A D | MM_VMS.t | 11 my @Methods; 14 @Methods = (qw(wraplist 64 plan( tests => @Methods + 1 ); 73 foreach my $meth (@Methods) {
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
| H A D | fcodes_l.t | 51 is( $x->_out(qq{=pod\n\nL</"Object Methods">\n}), 52 '<Document><Para><L content-implicit="yes" raw="/"Object Methods"" section="Object Methods" type="pod">"Object Methods"</L></Para></Document>' 54 is( $x->_out(qq{=pod\n\nL</Object Methods>\n}), 55 '<Document><Para><L content-implicit="yes" raw="/Object Methods" section="Object Methods" type="pod">"Object Methods"</L></Para></Document>' 57 is( $x->_out(qq{=pod\n\nL<"Object Methods">\n}), 58 '<Document><Para><L content-implicit="yes" raw=""Object Methods [all...] |
| H A D | fcodes_s.t | 130 $x->_out(qq{=pod\n\nL</"Object Methods">\n}), 131 qq{ "Object Methods"\n\n} 135 $x->_out(qq{=pod\n\nL</Object Methods>\n}), 136 qq{ "Object Methods"\n\n} 140 $x->_out(qq{=pod\n\nL<"Object Methods">\n}), 141 qq{ "Object Methods"\n\n} 252 x(qq{L</"Object Methods">\n}), 253 qq{\n<p><a href="#Object_Methods" class="podlinkpod"\n>"Object Methods"</a></p>\n} 257 x(qq{L</Object Methods>\n}), 258 qq{\n<p><a href="#Object_Methods" class="podlinkpod"\n>"Object Methods [all...] |
| /openbsd-src/gnu/llvm/clang/lib/Tooling/DumpTool/ |
| H A D | ASTSrcLocProcessor.cpp | 168 std::vector<std::string> Methods; in CaptureMethods() local 192 Methods.push_back(Node->getName().str()); in CaptureMethods() 195 return Methods; in CaptureMethods()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 3513 Selector Sel, SmallVectorImpl<ObjCMethodDecl *> &Methods, in CollectMultipleMethodsInGlobalPool() argument 3529 Methods.push_back(M->getMethod()); in CollectMultipleMethodsInGlobalPool() 3533 if (!Methods.empty()) in CollectMultipleMethodsInGlobalPool() 3534 return Methods.size() > 1; in CollectMultipleMethodsInGlobalPool() 3545 Methods.push_back(M->getMethod()); in CollectMultipleMethodsInGlobalPool() 3548 return Methods.size() > 1; in CollectMultipleMethodsInGlobalPool() 3553 bool receiverIdOrClass, SmallVectorImpl<ObjCMethodDecl *> &Methods) { in AreMultipleMethodsInGlobalPool() argument 3558 for (auto *M : Methods) in AreMultipleMethodsInGlobalPool() 3588 SmallVector<ObjCMethodDecl *, 4> Methods; in LookupMethodInGlobalPool() local 3596 void Sema::DiagnoseMultipleMethodInGlobalPool(SmallVectorImpl<ObjCMethodDecl*> &Methods, in DiagnoseMultipleMethodInGlobalPool() argument [all …]
|
| H A D | SemaExprObjC.cpp | 2949 SmallVector<ObjCMethodDecl*, 4> Methods; in BuildInstanceMessage() local 2951 CollectMultipleMethodsInGlobalPool(Sel, Methods, true/*InstanceFirst*/, in BuildInstanceMessage() 2953 if (!Methods.empty()) { in BuildInstanceMessage() 2956 Method = Methods[0]; in BuildInstanceMessage() 2959 SelectBestMethod(Sel, ArgsIn, Method->isInstanceMethod(), Methods)) in BuildInstanceMessage() 2964 receiverIsIdLike, Methods)) in BuildInstanceMessage() 3009 SmallVector<ObjCMethodDecl*, 4> Methods; in BuildInstanceMessage() local 3010 CollectMultipleMethodsInGlobalPool(Sel, Methods, in BuildInstanceMessage() 3013 if (!Methods.empty()) { in BuildInstanceMessage() 3016 Method = Methods[0]; in BuildInstanceMessage() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 550 llvm::SmallVectorImpl<const ObjCMethodDecl *> &Methods) const { in getDesignatedInitializers() 563 Methods.push_back(MD); in getDesignatedInitializers() 567 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 …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeRecord.h | 697 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
|
| /openbsd-src/gnu/llvm/clang/include/clang/ExtractAPI/ |
| H A D | ExtractAPIVisitor.h | 67 const ObjCContainerDecl::method_range Methods);
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CIndexHigh.cpp | 24 SmallVectorImpl<const Decl *> &Methods) { in getTopOverriddenMethods() argument 34 Methods.push_back(D->getCanonicalDecl()); in getTopOverriddenMethods() 40 getTopOverriddenMethods(TU, cxcursor::getCursorDecl(*I), Methods); in getTopOverriddenMethods()
|
| /openbsd-src/share/snmp/ |
| H A D | SNMP-USM-AES-MIB.txt | 56 Cipher Modes of Operation, Methods and
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 449 ArrayRef<const ObjCMethodDecl*> Methods, 483 llvm::Constant *Methods, 494 ArrayRef<const ObjCMethodDecl*> Methods); 497 void EmitProtocolMethodList(T &&Methods, llvm::Constant *&Required, in EmitProtocolMethodList() argument 501 for (const auto *I : Methods) in EmitProtocolMethodList() 1157 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) override { in GenerateProtocolMethodList() argument 1176 MethodList.addInt(IntTy, Methods.size()); in GenerateProtocolMethodList() 1183 for (auto *M : Methods) { in GenerateProtocolMethodList() 2870 ArrayRef<const ObjCMethodDecl*> Methods, in GenerateMethodList() argument 2872 if (Methods.empty()) in GenerateMethodList() [all …]
|
| H A D | CGObjCMac.cpp | 1172 SmallVector<const ObjCMethodDecl *, 4> Methods[NumProtocolMethodLists]; member in __anon288f636e0111::__anon288f636e0211::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); 3360 SmallVector<const ObjCMethodDecl *, 16> Methods[NumMethodLists]; in GenerateCategory() local 3363 Methods[unsigned(MD->isClassMethod())].push_back(MD); in GenerateCategory() 3371 Methods[InstanceMethods])); in GenerateCategory() [all …]
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | APINotes.rst | 112 Each entry under 'Classes' and 'Protocols' can contain "Methods" and 115 :Methods: 124 Methods:
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 2289 MethodsMap Methods; member 2367 Info.Methods[SP->getRawName()].push_back(SP); in collectClassInfo() 2588 for (auto &MethodItr : Info.Methods) { in lowerRecordFieldList() 2591 std::vector<OneMethodRecord> Methods; in lowerRecordFieldList() local 2600 Methods.push_back(OneMethodRecord( in lowerRecordFieldList() 2606 assert(!Methods.empty() && "Empty methods map entry"); in lowerRecordFieldList() 2607 if (Methods.size() == 1) in lowerRecordFieldList() 2608 ContinuationBuilder.writeMemberType(Methods[0]); in lowerRecordFieldList() 2612 MethodOverloadListRecord MOLR(Methods); in lowerRecordFieldList() 2615 OverloadedMethodRecord OMR(Methods.size(), MethodList, Name); in lowerRecordFieldList()
|
| /openbsd-src/gnu/llvm/clang/lib/ExtractAPI/ |
| H A D | ExtractAPIVisitor.cpp | 453 const ObjCContainerDecl::method_range Methods) { in recordObjCMethods() argument 454 for (const auto *Method : Methods) { in recordObjCMethods()
|
| H A D | API.cpp | 175 return Container->Methods.emplace_back(std::move(Record)).get(); in addObjCMethod()
|
| /openbsd-src/gnu/llvm/clang/lib/APINotes/ |
| H A D | APINotesYAMLCompiler.cpp | 249 MethodsSeq Methods; member 273 IO.mapOptional("Methods", C.Methods); in mapping()
|
| /openbsd-src/gnu/llvm/clang/lib/ExtractAPI/Serialization/ |
| H A D | SymbolGraphSerializer.cpp | 711 serializeMembers(Record, Record.Methods); in serializeObjCContainerRecord() 729 serializeMembers(Record, Category->Methods); in serializeObjCContainerRecord()
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlclass.pod | 157 Methods are subroutines intended to be called in the context of class objects. 162 Methods always act as if C<use feature 'signatures'> is in effect, but C<$self>
|
| H A D | perlclassguts.pod | 91 exists in the C<PADNAMELIST> of its corresponding CV. Methods and other 144 =head2 Methods section in DATA STORAGE 391 =head2 C<$self> Access During Methods
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 3223 data_type_ref Methods) { in EmitKeyDataLength() argument 3226 for (const ObjCMethodList *Method = &Methods.Instance; Method; in EmitKeyDataLength() 3230 for (const ObjCMethodList *Method = &Methods.Factory; Method; in EmitKeyDataLength() 3254 data_type_ref Methods, unsigned DataLen) { in EmitData() argument 3259 LE.write<uint32_t>(Methods.ID); in EmitData() 3261 for (const ObjCMethodList *Method = &Methods.Instance; Method; in EmitData() 3267 for (const ObjCMethodList *Method = &Methods.Factory; Method; in EmitData() 3272 unsigned InstanceBits = Methods.Instance.getBits(); in EmitData() 3275 Methods.Instance.hasMoreThanOneDecl(); in EmitData() 3279 unsigned FactoryBits = Methods.Factory.getBits(); in EmitData() [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | UdtRecordCompleter.cpp | 288 for (const OneMethodRecord &method : method_list.Methods) in visitKnownMember()
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 6318 ArrayRef<ObjCMethodDecl *> Methods, in Write_method_list_t_initializer() argument 6322 if (Methods.size() > 0) { in Write_method_list_t_initializer() 6324 Write_method_list_t_TypeDecl(Result, Methods.size()); in Write_method_list_t_initializer() 6329 Result += "\t"; Result += utostr(Methods.size()); Result += ",\n"; in Write_method_list_t_initializer() 6330 for (unsigned i = 0, e = Methods.size(); i < e; i++) { in Write_method_list_t_initializer() 6331 ObjCMethodDecl *MD = Methods[i]; in Write_method_list_t_initializer() 6696 ArrayRef<ObjCMethodDecl *> Methods, in Write__extendedMethodTypes_initializer() argument 6699 if (Methods.size() == 0) in Write__extendedMethodTypes_initializer() 6706 for (unsigned i = 0, e = Methods.size(); i < e; i++) { in Write__extendedMethodTypes_initializer() 6707 ObjCMethodDecl *MD = Methods[i]; in Write__extendedMethodTypes_initializer()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 482 for (auto &M : Overloads.Methods) in visitKnownRecord()
|