/netbsd-src/external/mit/isl/dist/interface/ |
H A D | cpp.h | 19 struct Method { struct 30 Method(const isl_class &clazz, FunctionDecl *fd, argument 64 /* A data structure expressing how Method::on_arg_list should combine argument
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/APINotes/ |
H A D | APINotesYAMLCompiler.cpp | 149 struct Method { struct 150 StringRef Selector; 151 MethodKind Kind; 152 ParamsSeq Params; 153 NullabilitySeq Nullability; 154 Optional<NullabilityKind> NullabilityOfRet; 155 Optional<RetainCountConventionKind> RetainCountConvention; 156 AvailabilityItem Availability; 157 Optional<bool> SwiftPrivate; 158 StringRef SwiftName; [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ExprObjC.cpp | 29 ObjCMethodDecl *Method, SourceRange SR) in ObjCArrayLiteral() 41 QualType T, ObjCMethodDecl *Method, in Create() 112 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in ObjCMessageExpr() 131 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in ObjCMessageExpr() 147 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in ObjCMessageExpr() 179 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in Create() 198 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in Create() 217 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in Create()
|
H A D | ExprClassification.cpp | 386 if (const ObjCMethodDecl *Method = in ClassifyInternal() local 540 if (const auto *Method = dyn_cast<CXXMethodDecl>(Member)) in ClassifyMemberExpr() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/ |
H A D | benchmark.h | 1121 #define BENCHMARK_PRIVATE_DECLARE_F(BaseClass, Method) \ argument 1132 #define BENCHMARK_TEMPLATE1_PRIVATE_DECLARE_F(BaseClass, Method, a) \ argument 1143 #define BENCHMARK_TEMPLATE2_PRIVATE_DECLARE_F(BaseClass, Method, a, b) \ argument 1155 #define BENCHMARK_TEMPLATE_PRIVATE_DECLARE_F(BaseClass, Method, ...) \ argument 1169 #define BENCHMARK_DEFINE_F(BaseClass, Method) \ argument 1173 #define BENCHMARK_TEMPLATE1_DEFINE_F(BaseClass, Method, a) \ argument 1177 #define BENCHMARK_TEMPLATE2_DEFINE_F(BaseClass, Method, a, b) \ argument 1182 #define BENCHMARK_TEMPLATE_DEFINE_F(BaseClass, Method, ...) \ argument 1186 #define BENCHMARK_TEMPLATE_DEFINE_F(BaseClass, Method, a) BENCHMARK_TEMPLATE1_DEFINE_F(BaseClass, M… argument 1189 #define BENCHMARK_REGISTER_F(BaseClass, Method) \ argument [all …]
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/ |
H A D | benchmark.h | 1158 #define BENCHMARK_PRIVATE_DECLARE_F(BaseClass, Method) \ argument 1169 #define BENCHMARK_TEMPLATE1_PRIVATE_DECLARE_F(BaseClass, Method, a) \ argument 1180 #define BENCHMARK_TEMPLATE2_PRIVATE_DECLARE_F(BaseClass, Method, a, b) \ argument 1192 #define BENCHMARK_TEMPLATE_PRIVATE_DECLARE_F(BaseClass, Method, ...) \ argument 1207 #define BENCHMARK_DEFINE_F(BaseClass, Method) \ argument 1211 #define BENCHMARK_TEMPLATE1_DEFINE_F(BaseClass, Method, a) \ argument 1215 #define BENCHMARK_TEMPLATE2_DEFINE_F(BaseClass, Method, a, b) \ argument 1220 #define BENCHMARK_TEMPLATE_DEFINE_F(BaseClass, Method, ...) \ argument 1224 #define BENCHMARK_TEMPLATE_DEFINE_F(BaseClass, Method, a) \ argument 1228 #define BENCHMARK_REGISTER_F(BaseClass, Method) \ argument [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/ |
H A D | gmock-generated-function-mockers.h | 135 #define GMOCK_MOCKER_(arity, constness, Method) \ argument 139 #define GMOCK_METHOD0_(tn, constness, ct, Method, ...) \ argument 163 #define GMOCK_METHOD1_(tn, constness, ct, Method, ...) \ argument 189 #define GMOCK_METHOD2_(tn, constness, ct, Method, ...) \ argument 219 #define GMOCK_METHOD3_(tn, constness, ct, Method, ...) \ argument 254 #define GMOCK_METHOD4_(tn, constness, ct, Method, ...) \ argument 292 #define GMOCK_METHOD5_(tn, constness, ct, Method, ...) \ argument 334 #define GMOCK_METHOD6_(tn, constness, ct, Method, ...) \ argument 380 #define GMOCK_METHOD7_(tn, constness, ct, Method, ...) \ argument 429 #define GMOCK_METHOD8_(tn, constness, ct, Method, ...) \ argument [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 149 Selector Sel, const ObjCMethodDecl *Method) { in validateBoxingMethod() 283 ObjCMethodDecl *Method = S.NSNumberDecl->lookupClassMethod(Sel); in getNSNumberFactoryMethod() local 345 ObjCMethodDecl *Method = getNSNumberFactoryMethod(*this, AtLoc, NumberType, in BuildObjCNumericLiteral() local 809 ObjCMethodDecl *Method = NSArrayDecl->lookupClassMethod(Sel); in BuildObjCArrayLiteral() local 971 ObjCMethodDecl *Method = NSDictionaryDecl->lookupClassMethod(Sel); in BuildObjCDictionaryLiteral() local 1179 ObjCMethodDecl *Method, in HelperToDiagnoseMismatchedMethodsInGlobalPool() 1207 ObjCMethodDecl *Method, in DiagnoseMismatchedSelectors() 1239 ObjCMethodDecl *Method = M->getMethod(); in LookupDirectMethodInMethodList() local 1299 ObjCMethodDecl *Method = LookupInstanceMethodInGlobalPool(Sel, in ParseObjCSelectorExpression() local 1456 ObjCMethodDecl *Method, in getBaseMessageSendResultType() [all …]
|
H A D | SemaDeclObjC.cpp | 1760 for (const auto *Method : CAT->methods()) { in DiagnoseClassExtensionDupMethods() local 2583 void Sema::CheckConflictingOverridingMethod(ObjCMethodDecl *Method, in CheckConflictingOverridingMethod() 3283 static bool isMethodContextSameForKindofLookup(ObjCMethodDecl *Method, in isMethodContextSameForKindofLookup() 3304 ObjCMethodDecl *Method) { in addMethodToGlobalList() 3419 void Sema::AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, in AddMethodToGlobalPool() 3462 static bool FilterMethodsByTypeBound(ObjCMethodDecl *Method, in FilterMethodsByTypeBound() 3640 for (const ObjCMethodList *Method = &Methods.first; Method; in LookupImplementedMethodInGlobalPool() local 3647 for (const ObjCMethodList *Method = &Methods.second; Method; in LookupImplementedMethodInGlobalPool() local 3659 StringRef Typo, const ObjCMethodDecl * Method) { in HelperSelectorsForTypoCorrection() 4000 ObjCMethodDecl *Method = in ActOnAtEnd() local [all …]
|
H A D | SemaCodeComplete.cpp | 224 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) in ResultBuilder() local 396 } else if (const auto *Method = dyn_cast<ObjCMethodDecl>(S.CurContext)) { in enterReturn() local 921 else if (const auto *Method = dyn_cast<ObjCMethodDecl>(ND)) in getDeclUsageType() local 1019 if (const auto *Method = dyn_cast<ObjCMethodDecl>(R.Declaration)) in AdjustResultPriorityForDecl() local 1325 if (const auto *Method = dyn_cast<CXXMethodDecl>(R.Declaration)) in AddResult() local 1987 for (auto *Method : CR->methods()) { in AddOverrideResults() local 1997 for (auto *Method : BR->methods()) { in AddOverrideResults() local 2369 else if (const auto *Method = dyn_cast<ObjCMethodDecl>(SemaRef.CurContext)) in AddOrdinaryNameResults() local 2610 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { in AddOrdinaryNameResults() local 2681 else if (const auto *Method = dyn_cast<ObjCMethodDecl>(ND)) { in AddResultTypeChunk() local [all …]
|
/netbsd-src/sys/external/bsd/acpica/dist/debugger/ |
H A D | dbutils.c | 414 ACPI_PARSE_OBJECT *Method; in AcpiDbSecondPassParse() local
|
H A D | dbmethod.c | 351 ACPI_NAMESPACE_NODE *Method; in AcpiDbDisassembleMethod() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DynamicTypePropagation.cpp | 744 const ObjCMethodDecl *Method = nullptr; in findMethodDecl() local 777 const ObjCMethodDecl *Method, ArrayRef<QualType> TypeArgs, in getReturnTypeForMethod() 814 const ObjCMethodDecl *Method = in checkPreObjCMessage() local 980 const ObjCMethodDecl *Method = in checkPostObjCMessage() local
|
H A D | ContainerModeling.cpp | 795 for (const auto *Method : CRD->methods()) { in hasSubscriptOperator() local 811 for (const auto *Method : CRD->methods()) { in frontModifiable() local 826 for (const auto *Method : CRD->methods()) { in backModifiable() local
|
/netbsd-src/external/apache2/llvm/dist/clang/examples/CallSuperAttribute/ |
H A D | CallSuperAttrInfo.cpp | 115 for (const auto *Method : MarkedMethods) { in HandleTranslationUnit() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 528 OneMethodRecord &Method) { in visitKnownMember() 537 OverloadedMethodRecord &Method) { in visitKnownMember()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeDumpVisitor.cpp | 473 OneMethodRecord &Method) { in visitKnownMember() 485 OverloadedMethodRecord &Method) { in visitKnownMember()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | Thunk.h | 168 const CXXMethodDecl *Method; member
|
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/objc/ |
H A D | runtime.h | 60 typedef struct objc_method *Method; typedef
|
/netbsd-src/external/gpl3/gcc/dist/libobjc/objc/ |
H A D | runtime.h | 60 typedef struct objc_method *Method; typedef
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | CXXInheritance.h | 232 CXXMethodDecl *Method = nullptr; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIARawSymbol.cpp | 204 #define RAW_ID_METHOD_DUMP(Stream, Method, Session, FieldId, ShowFlags, \ argument 210 #define RAW_METHOD_DUMP(Stream, Method) \ argument 214 #define RAW_METHOD_DUMP_AS(Stream, Method, Type) \ argument
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountChecker.h | 385 auto Method = dyn_cast_or_null<ObjCMethodDecl>(SFC->getDecl()); in isSynthesizedAccessor() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | CalledOnceCheck.cpp | 631 } else if (const auto *Method = dyn_cast<ObjCMethodDecl>(AnalyzedDecl)) { in initDataStructures() local 1050 if (const auto *Method = dyn_cast<ObjCMethodDecl>(ParamContext)) { in shouldBeCalledOnce() local 1076 bool shouldBeCalledOnce(const ObjCMethodDecl *Method, in shouldBeCalledOnce() 1102 const ObjCMethodDecl *Method = Message->getMethodDecl(); in shouldBeCalledOnce() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/ |
H A D | USRFindingAction.cpp | 195 for (const auto *Method : InstantiatedMethods) { in addUSRsOfInstantiatedMethods() local
|