| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaDeclObjC.cpp | 3234 Selector Sel, SmallVectorImpl<ObjCMethodDecl *> &Methods, bool instance) { in CollectMultipleMethodsInGlobalPool() argument 3245 Methods.push_back(M->getMethod()); in CollectMultipleMethodsInGlobalPool() 3246 return Methods.size() > 1; in CollectMultipleMethodsInGlobalPool() 3261 SmallVector<ObjCMethodDecl *, 4> Methods; in AreMultipleMethodsInGlobalPool() local 3262 Methods.push_back(BestMethod); in AreMultipleMethodsInGlobalPool() 3266 Methods.push_back(M); in AreMultipleMethodsInGlobalPool() 3267 if (Methods.size() > 1) in AreMultipleMethodsInGlobalPool() 3268 DiagnoseMultipleMethodInGlobalPool(Methods, Sel, R, receiverIdOrClass); in AreMultipleMethodsInGlobalPool() 3285 SmallVector<ObjCMethodDecl *, 4> Methods; in LookupMethodInGlobalPool() local 3293 void Sema::DiagnoseMultipleMethodInGlobalPool(SmallVectorImpl<ObjCMethodDecl*> &Methods, in DiagnoseMultipleMethodInGlobalPool() argument [all …]
|
| HD | SemaOverload.cpp | 5727 SmallVector<ObjCMethodDecl*, 4> Methods; in SelectBestMethod() local 5728 if (!CollectMultipleMethodsInGlobalPool(Sel, Methods, IsInstance)) in SelectBestMethod() 5731 for (unsigned b = 0, e = Methods.size(); b < e; b++) { in SelectBestMethod() 5733 ObjCMethodDecl *Method = Methods[b]; in SelectBestMethod() 5795 else if (Match && NumNamedArgs == 0 && Methods.size() > 1) { in SelectBestMethod() 5798 for (unsigned b = 0, e = Methods.size(); b < e; b++) { in SelectBestMethod() 5799 QualType ReturnT = Methods[b]->getReturnType(); in SelectBestMethod() 5801 return Methods[b]; in SelectBestMethod()
|
| HD | SemaDeclCXX.cpp | 6285 const llvm::SmallPtrSetImpl<const CXXMethodDecl *>& Methods) { in CheckMostOverridenMethods() argument 6287 return Methods.count(MD->getCanonicalDecl()); in CheckMostOverridenMethods() 6291 if (CheckMostOverridenMethods(*I, Methods)) in CheckMostOverridenMethods() 6347 llvm::SmallPtrSetImpl<const CXXMethodDecl *>& Methods) { in AddMostOverridenMethods() argument 6349 Methods.insert(MD->getCanonicalDecl()); in AddMostOverridenMethods() 6353 AddMostOverridenMethods(*I, Methods); in AddMostOverridenMethods()
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | DeclObjC.cpp | 466 llvm::SmallVectorImpl<const ObjCMethodDecl *> &Methods) const { in getDesignatedInitializers() 479 Methods.push_back(MD); in getDesignatedInitializers() 483 Methods.push_back(MD); in getDesignatedInitializers() 1049 SmallVectorImpl<const ObjCMethodDecl *> &Methods, in CollectOverriddenMethodsRecurse() argument 1069 Methods.push_back(Overridden); in CollectOverriddenMethodsRecurse() 1074 CollectOverriddenMethodsRecurse(P, Method, Methods, MovedToSuper); in CollectOverriddenMethodsRecurse() 1086 Methods.push_back(Overridden); in CollectOverriddenMethodsRecurse() 1092 CollectOverriddenMethodsRecurse(P, Method, Methods, MovedToSuper); in CollectOverriddenMethodsRecurse() 1098 CollectOverriddenMethodsRecurse(P, Method, Methods, MovedToSuper); in CollectOverriddenMethodsRecurse() 1101 CollectOverriddenMethodsRecurse(Cat, Method, Methods, MovedToSuper); in CollectOverriddenMethodsRecurse() [all …]
|
| HD | VTableBuilder.cpp | 183 const OverridingMethods& Methods = I->second; in FinalOverriders() local 185 for (OverridingMethods::const_iterator I = Methods.begin(), in FinalOverriders() 186 E = Methods.end(); I != E; ++I) { in FinalOverriders() 1108 OverriddenMethodsSetTy *Methods; member 1112 return Methods->insert(MD).second; in visit()
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGObjCGNU.cpp | 423 llvm::Constant *Methods, 1480 std::vector<llvm::Constant*> Methods; in GenerateMethodList() local 1495 Methods.push_back(llvm::ConstantStruct::get(ObjCMethodTy, Elements)); in GenerateMethodList() 1500 Methods.size()); in GenerateMethodList() 1502 Methods); in GenerateMethodList() 1513 Methods.clear(); in GenerateMethodList() 1514 Methods.push_back(llvm::ConstantPointerNull::get( in GenerateMethodList() 1516 Methods.push_back(llvm::ConstantInt::get(Int32Ty, MethodTypes.size())); in GenerateMethodList() 1517 Methods.push_back(MethodArray); in GenerateMethodList() 1520 return MakeGlobal(ObjCMethodListTy, Methods, ".objc_method_list"); in GenerateMethodList() [all …]
|
| HD | CGObjCMac.cpp | 1119 ArrayRef<llvm::Constant*> Methods); 1129 ArrayRef<llvm::Constant*> Methods); 1144 ArrayRef<llvm::Constant*> Methods); 1324 ArrayRef<llvm::Constant*> Methods); 2863 ArrayRef<llvm::Constant*> Methods) { in EmitMethodDescList() argument 2865 if (Methods.empty()) in EmitMethodDescList() 2869 Values[0] = llvm::ConstantInt::get(ObjCTypes.IntTy, Methods.size()); in EmitMethodDescList() 2871 Methods.size()); in EmitMethodDescList() 2872 Values[1] = llvm::ConstantArray::get(AT, Methods); in EmitMethodDescList() 3099 ArrayRef<llvm::Constant*> Methods) { in EmitMetaClass() argument [all …]
|
| /NextBSD/contrib/libucl/doc/ |
| HD | lua_api.md | 51 **Methods**: 135 ## Methods section
|
| /NextBSD/sys/kern/ |
| HD | serdev_if.m | 36 # and intelligent multi-port serial drivers. Methods specifically deal
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTWriter.cpp | 2862 data_type_ref Methods) { in EmitKeyDataLength() argument 2868 for (const ObjCMethodList *Method = &Methods.Instance; Method; in EmitKeyDataLength() 2872 for (const ObjCMethodList *Method = &Methods.Factory; Method; in EmitKeyDataLength() 2896 data_type_ref Methods, unsigned DataLen) { in EmitData() argument 2900 LE.write<uint32_t>(Methods.ID); in EmitData() 2902 for (const ObjCMethodList *Method = &Methods.Instance; Method; in EmitData() 2908 for (const ObjCMethodList *Method = &Methods.Factory; Method; in EmitData() 2913 unsigned InstanceBits = Methods.Instance.getBits(); in EmitData() 2916 Methods.Instance.hasMoreThanOneDecl(); in EmitData() 2920 unsigned FactoryBits = Methods.Factory.getBits(); in EmitData() [all …]
|
| HD | ASTReader.cpp | 6989 static void addMethodsToPool(Sema &S, ArrayRef<ObjCMethodDecl *> Methods, in addMethodsToPool() argument 6991 for (unsigned I = 0, N = Methods.size(); I != N; ++I) { in addMethodsToPool() 6992 S.addMethodToGlobalList(&List, Methods[I]); in addMethodsToPool()
|
| /NextBSD/contrib/wpa/wpa_supplicant/ |
| HD | README-P2P | 301 p2p_service_add asp <auto accept> <adv id> <status 0/1> <Config Methods> 324 Config Methods - Mandatory ASCII hex-encoded u16 (bitmask of WSC config 335 p2p_service_rep asp <auto accept> <adv id> <status 0/1> <Config Methods> 354 Config Methods - Mandatory ASCII hex-encoded u16 (bitmask of WSC config 704 Set WPS Configuration Methods.
|
| /NextBSD/sys/boot/ficl/softwords/ |
| HD | oo.fr | 21 \ 5. Methods can be overridden, and subclasses can add methods. 44 \ Methods expect an object couple ( instance class ) 65 \ Methods are now structured as follows:
|
| /NextBSD/sys/dev/ofw/ |
| HD | ofw_if.m | 203 # Methods for OF method calls (optional)
|
| /NextBSD/contrib/ofed/libibverbs/ |
| HD | README | 142 series. Methods were added to struct ibv_context to implement the
|
| /NextBSD/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| HD | RewriteModernObjC.cpp | 6427 ArrayRef<ObjCMethodDecl *> Methods, in Write_method_list_t_initializer() argument 6431 if (Methods.size() > 0) { in Write_method_list_t_initializer() 6433 Write_method_list_t_TypeDecl(Result, Methods.size()); in Write_method_list_t_initializer() 6438 Result += "\t"; Result += utostr(Methods.size()); Result += ",\n"; in Write_method_list_t_initializer() 6439 for (unsigned i = 0, e = Methods.size(); i < e; i++) { in Write_method_list_t_initializer() 6440 ObjCMethodDecl *MD = Methods[i]; in Write_method_list_t_initializer() 6805 ArrayRef<ObjCMethodDecl *> Methods, in Write__extendedMethodTypes_initializer() argument 6808 if (Methods.size() == 0) in Write__extendedMethodTypes_initializer() 6815 for (unsigned i = 0, e = Methods.size(); i < e; i++) { in Write__extendedMethodTypes_initializer() 6816 ObjCMethodDecl *MD = Methods[i]; in Write__extendedMethodTypes_initializer()
|
| /NextBSD/share/doc/papers/ |
| HD | bsdreferences.bib | 90 title = {Evaluation of Source Code Copy Detection Methods on Freebsd},
|
| /NextBSD/contrib/groff/contrib/groffer/ |
| HD | README_SH | 108 the object's data. Methods are functions that have an object as first
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | DeclObjC.h | 1178 llvm::SmallVectorImpl<const ObjCMethodDecl *> &Methods) const;
|
| /NextBSD/contrib/gdb/gdb/doc/ |
| HD | stabs.texinfo | 2400 * Methods:: Method definition 2405 * Virtual Methods:: 2627 @node Methods 2868 @node Virtual Methods 2869 @section Virtual Methods
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | Sema.h | 3099 SmallVectorImpl<ObjCMethodDecl*>& Methods, 3106 void DiagnoseMultipleMethodInGlobalPool(SmallVectorImpl<ObjCMethodDecl*> &Methods,
|
| /NextBSD/crypto/heimdal/lib/wind/ |
| HD | rfc3490.txt | 1054 there will be security as well as operational implications. Methods
|
| /NextBSD/sys/contrib/dev/acpica/ |
| HD | changes.txt | 3425 Standard Predefined Names (Objects or Control Methods): 4804 value and thus must be implemented as Control Methods. These include all 7201 change. References to all other named objects (Methods, Devices, Scopes, 9566 commands Object and Methods. 12867 Methods must run to completion, or the system may be left in an
|
| /NextBSD/contrib/gcc/cp/ |
| HD | ChangeLog-1994 | 3883 * decl.c (start_method): Methods defined in the class body are
|
| /NextBSD/contrib/amd/doc/ |
| HD | am-utils.texi | 8598 Thanks to the Formal Methods Group at Imperial College for suffering
|