/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
cxxabi.h | 444 // Helper for upcast. See if DST is us, or one of our bases. 454 // of our SRC_TYPE bases, indicate the virtuality. Returns 475 // bases are inherited by the type started from -- which is not 520 // Type information for a class with multiple and/or virtual bases. 525 unsigned int __base_count; // Number of direct bases. 527 // The array of bases uses the trailing array struct hack so this 530 __base_class_type_info __base_info[1]; // Array of bases.
|
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
cxxabi.h | 449 // Helper for upcast. See if DST is us, or one of our bases. 459 // of our SRC_TYPE bases, indicate the virtuality. Returns 480 // bases are inherited by the type started from -- which is not 525 // Type information for a class with multiple and/or virtual bases. 530 unsigned int __base_count; // Number of direct bases. 532 // The array of bases uses the trailing array struct hack so this 535 __base_class_type_info __base_info[1]; // Array of bases.
|
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
cxxabi.h | 449 // Helper for upcast. See if DST is us, or one of our bases. 459 // of our SRC_TYPE bases, indicate the virtuality. Returns 480 // bases are inherited by the type started from -- which is not 525 // Type information for a class with multiple and/or virtual bases. 530 unsigned int __base_count; // Number of direct bases. 532 // The array of bases uses the trailing array struct hack so this 535 __base_class_type_info __base_info[1]; // Array of bases.
|
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
cxxabi.h | 449 // Helper for upcast. See if DST is us, or one of our bases. 459 // of our SRC_TYPE bases, indicate the virtuality. Returns 480 // bases are inherited by the type started from -- which is not 525 // Type information for a class with multiple and/or virtual bases. 530 unsigned int __base_count; // Number of direct bases. 532 // The array of bases uses the trailing array struct hack so this 535 __base_class_type_info __base_info[1]; // Array of bases.
|
/cts/hostsidetests/security/securityPatch/CVE-2016-8431/ |
local_poc.h | 185 void *bases; member in struct:host1x
|
/cts/hostsidetests/security/securityPatch/CVE-2016-8432/ |
local_poc.h | 185 void *bases; member in struct:host1x
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Include/ |
BeagleBoard.h | 103 // SP804 Timer Bases
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/ |
Python.asdl | 14 | ClassDef(identifier name, expr* bases, stmt* body, expr* decorator_list)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/ |
ast.txt | 17 Class: name*, bases!, doc*, code, decorators& = None
|
/device/linaro/bootloader/edk2/BeagleBoardPkg/Include/ |
BeagleBoard.h | 103 // SP804 Timer Bases
|
/external/clang/include/clang/Sema/ |
MultiplexExternalSemaSource.h | 170 /// classes. If any bases are not given offsets, the bases will be laid 174 /// (either direct or not). If any bases are not given offsets, the bases will
|
/external/clang/lib/AST/ |
CXXABI.h | 42 /// pointers and no data except possibly virtual bases.
|
/external/clang/lib/CodeGen/ |
CGCXX.cpp | 77 for (const auto &I : Class->bases()) { 79 // We're in the base destructor, so skip virtual bases. 93 // If we didn't find any bases with a non-trivial destructor, then 96 // bases with non-trivial destructors.
|
CGClass.cpp | 157 assert(!Base->isVirtual() && "Should not see virtual bases here!"); 192 /// This should only be used for (1) non-virtual bases or (2) virtual bases 445 // variant calling the base variant in a class with virtual bases. 535 // The base constructor doesn't construct virtual bases. 546 // virtual bases, and we only do virtual bases for complete ctors. 810 // bases because (1) the addresses of parameter variables need to be [all...] |
CGExprConstant.cpp | 448 // Accumulate and sort bases, in order to visit them in address order, which 450 SmallVector<BaseInfo, 8> Bases; 451 Bases.reserve(CD->getNumBases()); 455 assert(!Base->isVirtual() && "should not have virtual bases here"); 458 Bases.push_back(BaseInfo(BD, BaseOffset, BaseNo)); 460 std::stable_sort(Bases.begin(), Bases.end()); 462 for (unsigned I = 0, N = Bases.size(); I != N; ++I) { 463 BaseInfo &Base = Bases[I]; [all...] |
/external/clang/test/CodeGenCXX/ |
constructors.cpp | 55 virtual bases (for now). This is necessary because a vbase
|
/external/clang/test/SemaCUDA/ |
implicit-member-target-collision.cu | 6 // Test 1: collision between two bases
|
/external/clang/test/SemaCXX/ |
empty-class-layout.cpp | 150 // Make sure we reserve enough space for both bases; PR11745.
|
/external/compiler-rt/test/msan/ |
dtor-multiple-inheritance.cc | 81 // Keep track of members inherited from virtual bases,
|
/external/freetype/include/freetype/ |
ftmoderr.h | 131 /***** LIST MODULE ERROR BASES *****/
|
/external/libevent/include/event2/ |
bufferevent_compat.h | 54 If multiple bases are in use, bufferevent_base_set() must be called before
|
/external/llvm/include/llvm/Analysis/ |
LoopUnrollAnalyzer.h | 60 /// \brief A cache of pointer bases and constant-folded offsets corresponding
|
/external/pdfium/third_party/freetype/include/freetype/ |
ftmoderr.h | 131 /***** LIST MODULE ERROR BASES *****/
|
/external/svox/pico/lib/ |
picodefs.h | 115 /* knowledge bases */
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
genlingware.pl | 37 D) knowledge bases 38 12. sequence of knowledge bases (byte arrays), each 4-byte aligned 111 \# collection of de-DE textana knowledge bases 122 \# pico knowledge bases:
|