Searched
full:dtor (Results
276 -
300 of
662) sorted by null
<<11121314151617181920>>
/external/clang/lib/CodeGen/ |
CGCXX.cpp | 38 // Producing an alias to a base class ctor/dtor can degrade debug quality 43 // If sanitizing memory to check for use-after-dtor, do not emit as 315 // FIXME. Dtor_Base dtor is always direct!!
|
CGExprCXX.cpp | 209 if (const auto *Dtor = dyn_cast<CXXDestructorDecl>(CalleeDecl)) 211 Dtor, StructorType::Complete); 229 if (const CXXDestructorDecl *Dtor = dyn_cast<CXXDestructorDecl>(MD)) { 235 *this, Dtor, Dtor_Complete, This, cast<CXXMemberCallExpr>(CE)); 241 CGM.getAddrOfCXXStructor(Dtor, StructorType::Complete, FInfo, Ty); [all...] |
MicrosoftCXXABI.cpp | 72 case Dtor_Comdat: llvm_unreachable("emitting dtor comdat as function?"); 74 llvm_unreachable("bad dtor kind"); 117 const CXXDestructorDecl *Dtor) override; 209 bool useThunkForDtorVariant(const CXXDestructorDecl *Dtor, 292 const CXXDestructorDecl *Dtor, 392 llvm::Constant *Dtor, llvm::Constant *Addr) override; [all...] |
/external/clang/lib/Frontend/ |
ASTConsumers.cpp | 343 Out << "[c++ dtor] "; 345 Out << "(c++ dtor) "; 347 Out << "<c++ dtor> ";
|
/external/clang/test/CodeGenCXX/ |
microsoft-abi-structors.cpp | 136 // CHECK that the static in the dtor gets mangled correctly: 188 // C's dtor is in the non-primary base. 355 // Now try some virtual bases, where we need the complete dtor. 368 // The complete dtor should call the base dtors for D and the vbase A (once). 385 // deleting dtor (_G). The only way to call deleting dtors currently is through 446 // Dtor thunks for classes in anonymous namespaces should be internal, not
|
microsoft-abi-eh-cleanups.cpp | 28 // There should be one dtor call for unwinding from the second getA. 87 // Only one dtor in the invoke for arg1
|
static-init.cpp | 124 // using a delegate dtor call.
|
/external/opencv3/cmake/ |
OpenCVCompilerOptions.cmake | 67 add_extra_compiler_option(-Werror=non-virtual-dtor) 86 add_extra_compiler_option(-Wno-delete-non-virtual-dtor)
|
/external/pdfium/build/ |
standalone.gypi | 184 '-Wnon-virtual-dtor', 345 'GCC_WARN_NON_VIRTUAL_DESTRUCTOR': 'YES', # -Wnon-virtual-dtor
|
/external/webrtc/webrtc/modules/video_render/android/ |
video_render_android_native_opengl2.cc | 97 "AndroidNativeOpenGl2Renderer dtor"); 247 "AndroidNativeOpenGl2Channel dtor");
|
video_render_android_surface_view.cc | 40 "AndroidSurfaceViewRenderer dtor"); 247 "AndroidSurfaceViewChannel dtor");
|
/frameworks/native/include/gui/ |
ConsumerBase.h | 106 // onLastStrongRef gets called by RefBase just before the dtor of the most 110 // ConsuemrBase dtor because by the time that gets called the derived
|
/hardware/qcom/display/msm8084/liboverlay/ |
overlayMdp.h | 40 /* dtor close */ 165 /* dtor close*/
|
/hardware/qcom/display/msm8226/liboverlay/ |
overlayMdp.h | 40 /* dtor close */ 139 /* dtor close*/
|
/hardware/qcom/display/msm8909/liboverlay/ |
overlayMdp.h | 40 /* dtor close */ 137 /* dtor close*/
|
/hardware/qcom/display/msm8960/liboverlay/ |
overlayMdp.h | 40 /* dtor close */ 171 /* dtor close*/
|
/hardware/qcom/display/msm8994/liboverlay/ |
overlayMdp.h | 40 /* dtor close */ 137 /* dtor close*/
|
/toolchain/binutils/binutils-2.25/ld/scripttempl/ |
elfd30v.sc | 34 DTOR=" .dtors ${CONSTRUCTING-0} : 144 ${RELOCATING+${DTOR}}
|
xstormy16.sc | 89 DTOR=" .dtors ${CONSTRUCTING-0} : 171 ${RELOCATING+${DTOR}}
|
/bionic/libc/stdlib/ |
atexit.c | 77 * http://www.codesourcery.com/cxx-abi/abi.html#dso-dtor
|
/development/ndk/sources/android/ndk_helper/ |
interpolator.cpp | 33 //Dtor
|
/external/compiler-rt/lib/lsan/ |
lsan_common.h | 121 // Special case for "new T[0]" where T is a type with DTOR.
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_tls_get_addr.cc | 122 // This may happen inside the DTOR of main thread, so just ignore it.
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
CMakeLists.txt | 55 -Wno-non-virtual-dtor)
|
/external/compiler-rt/lib/tsan/tests/rtl/ |
tsan_test_util.h | 67 // A thread is started in CTOR and joined in DTOR.
|
Completed in 1022 milliseconds
<<11121314151617181920>>