OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dtor
(Results
401 - 425
of
662
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/toolchain/binutils/binutils-2.25/ld/scripttempl/
elfxtensa.sc
265
DTOR
=".dtors ${CONSTRUCTING-0} :
469
${SMALL_DATA_DTOR-${RELOCATING+${
DTOR
}}}
494
${SMALL_DATA_DTOR+${RELOCATING+${
DTOR
}}}
nds32elf.sc
239
DTOR
=".dtors ${CONSTRUCTING-0} :
521
${SMALL_DATA_DTOR-${RELOCATING+${
DTOR
}}}
550
${SMALL_DATA_DTOR+${RELOCATING+${
DTOR
}}}
pe.sc
98
LONG (-1); *(.dtors); *(.
dtor
); *(SORT(.dtors.*)); LONG (0); }
pep.sc
99
LONG (-1); LONG (-1); *(.dtors); *(.
dtor
); *(SORT(.dtors.*)); LONG (0); LONG (0); }
/development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotRenderer.cpp
40
//
Dtor
/development/ndk/sources/android/ndk_helper/
GLContext.cpp
71
//
Dtor
tapCamera.cpp
87
//
Dtor
/external/clang/docs/
MemorySanitizer.rst
163
#. Pass addition Clang option ``-fsanitize-memory-use-after-
dtor
`` during
/external/clang/lib/Parse/
RAIIObjectsForParser.h
279
/// restore - This can be used to restore the state early, before the
dtor
/external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp
558
const CFGAutomaticObjDtor &
Dtor
= Source.castAs<CFGAutomaticObjDtor>();
559
return PathDiagnosticLocation::createEnd(
Dtor
.getTriggerStmt(),
563
const CFGDeleteDtor &
Dtor
= Source.castAs<CFGDeleteDtor>();
564
return PathDiagnosticLocation(
Dtor
.getDeleteExpr(), SM, CallerCtx);
[
all
...]
/external/clang/lib/StaticAnalyzer/
README.txt
82
Before entering a C++ method (or ctor/
dtor
), the 'this' region is bound
/external/compiler-rt/
CMakeLists.txt
285
append_list_if(COMPILER_RT_HAS_WNON_VIRTUAL_DTOR_FLAG -Wno-non-virtual-
dtor
SANITIZER_COMMON_CFLAGS)
/external/compiler-rt/lib/sanitizer_common/
sanitizer_addrhashmap.h
39
// this will remove the data from the map in Handle
dtor
/external/icu/icu4c/source/layout/
LETableReference.h
79
LE_TRACE_TR("INFO: new
dtor
")
/external/llvm/lib/CodeGen/
DFAPacketizer.cpp
183
// VLIWPacketizerList
Dtor
/external/llvm/test/CodeGen/WebAssembly/
vtable.ll
12
; Each with a virtual
dtor
and method foo.
/external/llvm/test/DebugInfo/Generic/
PR20038.ll
45
; to there being no work in D2 (calling another member function from the
dtor
/external/webrtc/webrtc/voice_engine/
voe_codec_impl.cc
45
"~VoECodecImpl() -
dtor
");
voe_volume_control_impl.cc
46
"VoEVolumeControlImpl::~VoEVolumeControlImpl() -
dtor
");
/external/xmlrpcpp/src/
XmlRpcServerConnection.cpp
42
XmlRpcUtil::log(4,"XmlRpcServerConnection
dtor
.");
/frameworks/av/media/ndk/
NdkMediaExtractor.cpp
68
ALOGV("
dtor
");
/frameworks/base/core/jni/android/graphics/pdf/
PdfEditor.cpp
21
#pragma GCC diagnostic ignored "-Wdelete-non-virtual-
dtor
"
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
usage.dox
206
associated file descriptor) the <code>
dtor
</code> and <code>priv</code>
/system/core/metricsd/
Android.mk
66
metrics_CPPFLAGS := -Wno-non-virtual-
dtor
\
/system/update_engine/
update_engine.gyp
44
'-Wnon-virtual-
dtor
',
Completed in 1668 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>