/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/corpus_examples/objc/ |
H A D | ClassExtension.m | 4 @interface BaseClass : RootObject interface 7 @interface BaseClass() { interface in int 15 @implementation BaseClass implementation
|
H A D | ClassCategory.m | 4 @interface BaseClass : RootObject interface 8 @interface BaseClass(Private) interface in Private 14 @implementation BaseClass implementation
|
H A D | SharedInstance.m | 7 @interface BaseClass : RootObject interface 16 @implementation BaseClass implementation
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | dclass.d | 41 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 D | aggregate.h | 213 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 D | aggregate.h | 229 struct BaseClass struct 239 DArray<BaseClass> baseInterfaces; // if BaseClass is an interface, these argument
|
H A D | dclass.c | 1832 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 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/lib/Target/AMDGPU/ |
H A D | GCNIterativeScheduler.h | 30 using BaseClass = ScheduleDAGMILive; variable
|
H A D | SIRegisterInfo.cpp | 2059 for (const TargetRegisterClass *BaseClass : BaseClasses) { in getPhysRegClass() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DeleteWithNonVirtualDtorChecker.cpp | 73 const auto *BaseClass = BaseClassRegion->getValueType()->getAsCXXRecordDecl(); in checkPreStmt() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
H A D | UninitializedObjectChecker.cpp | 79 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 D | DelayedDiagnostic.h | 68 BaseNonce _, CXXRecordDecl *BaseClass, in AccessedEntity()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ProgramState.h | 723 inline Loc ProgramState::getLValue(const CXXRecordDecl *BaseClass, in getLValue()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCXX.cpp | 140 const CXXRecordDecl *BaseClass = in computeObjectUnderConstruction() local
|
H A D | MemRegion.cpp | 1160 static bool isValidBaseClass(const CXXRecordDecl *BaseClass, in isValidBaseClass()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBTypes.h | 262 BaseClass, enumerator
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CXIndexDataConsumer.cpp | 674 CXIdxBaseClassInfo BaseClass; in handleObjCInterface() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 3743 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 D | SemaDecl.cpp | 4404 BaseClass, enumerator
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGClass.cpp | 511 const CXXRecordDecl *BaseClass; member
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ExprConstant.cpp | 5731 auto *BaseClass = BaseSpec.getType()->getAsCXXRecordDecl(); in isBaseClassPublic() local
|