/hardware/qcom/display/msm8909/liboverlay/ |
overlayMem.h | 53 /* dtor DO NOT call close so it can be copied */
|
/hardware/qcom/display/msm8960/liboverlay/ |
overlayMem.h | 52 /* dtor DO NOT call close so it can be copied */
|
/hardware/qcom/display/msm8994/liboverlay/ |
overlayMem.h | 53 /* dtor DO NOT call close so it can be copied */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ |
condition_variable | 176 // scoped unlock - unlocks in ctor, re-locks in dtor
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ |
condition_variable | 176 // scoped unlock - unlocks in ctor, re-locks in dtor
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
condition_variable | 176 // scoped unlock - unlocks in ctor, re-locks in dtor
|
/system/connectivity/shill/ |
external_task_unittest.cc | 95 // Make sure EXPECTations were met before the fixture's dtor.
|
json_store.h | 36 // TODO(quiche): Determine if we need a dtor. In particular, we'll
|
/system/update_engine/common/ |
mock_http_fetcher.cc | 36 "Call TerminateTransfer() before dtor.";
|
/toolchain/binutils/binutils-2.25/ld/scripttempl/ |
elf32cr16.sc | 111 .dtor ALIGN(4) :
|
elf32crx.sc | 114 .dtor ALIGN(4) :
|
i386beos.sc | 70 LONG (-1); *(.dtors); *(.dtor); LONG (0); }
|
mcorepe.sc | 77 LONG (-1); *(.dtors); *(.dtor); LONG (0); }
|
ppcpe.sc | 54 LONG (-1); *(.dtors); *(.dtor); LONG (0); }
|
/external/clang/lib/Analysis/ |
Consumed.cpp | [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
ExprEngineCallAndReturn.cpp | 658 const CXXDestructorCall &Dtor = cast<CXXDestructorCall>(Call); 661 const MemRegion *Target = Dtor.getCXXThisVal().getAsRegion(); 729 const CXXDestructorDecl *Dtor = dyn_cast<CXXDestructorDecl>(FD); 730 if (!Dtor) 733 const CXXRecordDecl *RD = Dtor->getParent(); [all...] |
/external/clang/lib/CodeGen/ |
CGDecl.cpp | 427 const CXXDestructorDecl *Dtor, 429 : Dtor(Dtor), NRVOFlag(NRVOFlag), Loc(addr) {} 431 const CXXDestructorDecl *Dtor; 436 // Along the exceptions path we always execute the dtor. 450 CGF.EmitCXXDestructorCall(Dtor, Dtor_Complete, 1337 CXXDestructorDecl *dtor = type->getAsCXXRecordDecl()->getDestructor(); local [all...] |
/build/tools/ |
warn.py | 335 { 'category':'C/C++', 'severity':severity.MEDIUM, 'members':[], 'option':'-Wctor-dtor-privacy', 336 'description':'Class seems unusable because of private ctor/dtor' , 339 { 'category':'C/C++', 'severity':severity.SKIP, 'members':[], 'option':'-Wctor-dtor-privacy', 340 'description':'Class seems unusable because of private ctor/dtor' , 342 { 'category':'C/C++', 'severity':severity.MEDIUM, 'members':[], 'option':'-Wctor-dtor-privacy', 343 'description':'Class seems unusable because of private ctor/dtor' , [all...] |
/external/v8/build/ |
standalone.gypi | 498 '-Wnon-virtual-dtor', 692 '-Wnon-virtual-dtor', 743 '-Wnon-virtual-dtor', [all...] |
/external/eigen/ |
CMakeLists.txt | 140 ei_add_cxx_compiler_flag("-Wnon-virtual-dtor") 154 ei_add_cxx_compiler_flag("-wd2304") # disbale ICC's "warning #2304: non-explicit constructor with single argument may cause implicit type conversion" produced by -Wnon-virtual-dtor
|
/external/llvm/tools/bugpoint/ |
ExtractFunction.cpp | 360 // Make sure that there is a global ctor/dtor array in both halves of the 361 // module if they both have static ctor/dtor functions.
|
/external/skia/gyp/ |
common_conditions.gypi | 237 '-Wnon-virtual-dtor', 362 '-Wnon-virtual-dtor',
|
/external/webrtc/webrtc/base/ |
BUILD.gn | 34 cflags_cc = [ "-Wno-non-virtual-dtor" ] 480 cflags_cc += [ "-Wno-non-virtual-dtor" ]
|
base.gyp | 415 '-Wnon-virtual-dtor', 419 '-Wnon-virtual-dtor',
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
vpx_codec.h | 496 void (*dtor)(struct vpx_codec_mmap *map); /**< destructor to call */ member in struct:vpx_codec_mmap 534 * or close()) then the vpx_codec_mmap_t::dtor member \ref MUST be populated.
|