Home
last modified time | relevance | path

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

12

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclObjC.cpp3234 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 …]
HDSemaOverload.cpp5727 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()
HDSemaDeclCXX.cpp6285 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/
HDDeclObjC.cpp466 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 …]
HDVTableBuilder.cpp183 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/
HDCGObjCGNU.cpp423 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 …]
HDCGObjCMac.cpp1119 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/
HDlua_api.md51 **Methods**:
135 ## Methods section
/NextBSD/sys/kern/
HDserdev_if.m36 # and intelligent multi-port serial drivers. Methods specifically deal
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriter.cpp2862 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 …]
HDASTReader.cpp6989 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/
HDREADME-P2P301 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/
HDoo.fr21 \ 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/
HDofw_if.m203 # Methods for OF method calls (optional)
/NextBSD/contrib/ofed/libibverbs/
HDREADME142 series. Methods were added to struct ibv_context to implement the
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
HDRewriteModernObjC.cpp6427 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/
HDbsdreferences.bib90 title = {Evaluation of Source Code Copy Detection Methods on Freebsd},
/NextBSD/contrib/groff/contrib/groffer/
HDREADME_SH108 the object's data. Methods are functions that have an object as first
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclObjC.h1178 llvm::SmallVectorImpl<const ObjCMethodDecl *> &Methods) const;
/NextBSD/contrib/gdb/gdb/doc/
HDstabs.texinfo2400 * 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/
HDSema.h3099 SmallVectorImpl<ObjCMethodDecl*>& Methods,
3106 void DiagnoseMultipleMethodInGlobalPool(SmallVectorImpl<ObjCMethodDecl*> &Methods,
/NextBSD/crypto/heimdal/lib/wind/
HDrfc3490.txt1054 there will be security as well as operational implications. Methods
/NextBSD/sys/contrib/dev/acpica/
HDchanges.txt3425 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/
HDChangeLog-19943883 * decl.c (start_method): Methods defined in the class body are
/NextBSD/contrib/amd/doc/
HDam-utils.texi8598 Thanks to the Formal Methods Group at Imperial College for suffering

12