Home
last modified time | relevance | path

Searched defs:BaseClass (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/corpus_examples/objc/
H A DClassExtension.m4 @interface BaseClass : RootObject interface
7 @interface BaseClass() { interface in int
15 @implementation BaseClass implementation
H A DClassCategory.m4 @interface BaseClass : RootObject interface
8 @interface BaseClass(Private) interface in Private
14 @implementation BaseClass implementation
H A DSharedInstance.m7 @interface BaseClass : RootObject interface
16 @implementation BaseClass implementation
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddclass.d41 extern (C++) struct BaseClass struct
51 // if BaseClass is an interface, these argument
57 //printf("BaseClass(this = %p, '%s')\n", this, type.toChars()); in this() argument
75 //printf("BaseClass.fillVtbl(this='%s', cd='%s')\n", sym.toChars(), cd.toChars()); in fillVtbl() argument
103 extern (D) void copyBaseInterfaces(BaseClasses* vtblInterfaces) in copyBaseInterfaces() argument
H A Daggregate.h213 struct BaseClass struct
223 DArray<BaseClass> baseInterfaces; // if BaseClass is an interface, these argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Daggregate.h229 struct BaseClass struct
239 DArray<BaseClass> baseInterfaces; // if BaseClass is an interface, these argument
H A Ddclass.c1832 BaseClass::BaseClass() in BaseClass() function
1842 BaseClass::BaseClass(Type *type) in BaseClass() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/
H A Dbenchmark.h1121 #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 Dbenchmark.h1158 #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/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.h30 using BaseClass = ScheduleDAGMILive; variable
H A DSIRegisterInfo.cpp2059 for (const TargetRegisterClass *BaseClass : BaseClasses) { in getPhysRegClass() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDeleteWithNonVirtualDtorChecker.cpp73 const auto *BaseClass = BaseClassRegion->getValueType()->getAsCXXRecordDecl(); in checkPreStmt() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp79 class BaseClass final : public FieldNode { class
83 BaseClass(const QualType &T) : FieldNode(nullptr), BaseClassT(T) { in BaseClass() function in __anon728dff9d0111::BaseClass
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDelayedDiagnostic.h68 BaseNonce _, CXXRecordDecl *BaseClass, in AccessedEntity()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h723 inline Loc ProgramState::getLValue(const CXXRecordDecl *BaseClass, in getLValue()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp140 const CXXRecordDecl *BaseClass = in computeObjectUnderConstruction() local
H A DMemRegion.cpp1160 static bool isValidBaseClass(const CXXRecordDecl *BaseClass, in isValidBaseClass()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h262 BaseClass, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp674 CXIdxBaseClassInfo BaseClass; in handleObjCInterface() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp3743 FieldDecl *Field, const Type *BaseClass) { in CheckInitializer()
5412 const Type *BaseClass = Init->getBaseClass(); in CheckRedundantInit() local
8984 CXXRecordDecl *BaseClass = Base->getType()->getAsCXXRecordDecl(); in shouldDeleteForBase() local
12828 auto *BaseClass = cast<CXXRecordDecl>(RT->getDecl()); in visitBase() local
H A DSemaDecl.cpp4404 BaseClass, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGClass.cpp511 const CXXRecordDecl *BaseClass; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp5731 auto *BaseClass = BaseSpec.getType()->getAsCXXRecordDecl(); in isBaseClassPublic() local