OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dtor
(Results
351 - 375
of
662
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/toolchain/binutils/binutils-2.25/ld/scripttempl/
elfm68hc12.sc
42
DTOR
=" .dtors ${CONSTRUCTING-0} :
362
${RELOCATING+${
DTOR
}}
elfxgate.sc
42
DTOR
=" .dtors ${CONSTRUCTING-0} :
362
${RELOCATING+${
DTOR
}}
/external/clang/include/clang/Basic/
DiagnosticGroups.td
74
def : DiagGroup<"ctor-
dtor
-privacy">;
80
def DeleteNonVirtualDtor : DiagGroup<"delete-non-virtual-
dtor
">;
277
def NonVirtualDtor : DiagGroup<"non-virtual-
dtor
">;
[
all
...]
/external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp
183
if (const CXXDestructorCall *
Dtor
= dyn_cast<CXXDestructorCall>(&Call)) {
185
if (!
Dtor
->isBaseDestructor())
188
const MemRegion *Target =
Dtor
->getCXXThisVal().getAsRegion();
192
const Decl *D =
Dtor
->getDecl();
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp
[
all
...]
/external/clang/test/CodeGenCXX/
microsoft-abi-thunks.cpp
104
F f; // Just make sure we don't crash, e.g. mangling the complete
dtor
.
nrvo.cpp
85
// %lpad: landing pad for ctor of 'y',
dtor
of 'y'
/external/compiler-rt/lib/asan/tests/
CMakeLists.txt
34
-Wno-non-virtual-
dtor
)
/external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h
36
// stack, which causes the
dtor
to be run, which frees all the alloca'd memory.
/external/llvm/lib/IR/
LLVMContextImpl.cpp
72
// NOTE: We need to delete the contents of OwnedModules, but Module's
dtor
/external/llvm/test/CodeGen/X86/
seh-except-finally.ll
87
; CHECK-NEXT: .long "?
dtor
$2@?0?use_both@4HA"@IMGREL
/external/lzma/CPP/7zip/Bundles/LzmaCon/
makefile.gcc
3
# -Wall -Werror -Wno-delete-non-virtual-
dtor
/external/mksh/
Makefrag.inc
12
CFLAGS= -fno-exceptions -Wno-multichar -fpic -fPIE -ffunction-sections -fdata-sections -funwind-tables -fstack-protector -Wa,--noexecstack -Werror=format-security -fno-short-enums -Wno-unused-but-set-variable -fno-builtin-sin -fno-strict-volatile-bitfields -Wno-psabi -fmessage-length=0 -W -Wall -Wno-unused -Winit-self -Wpointer-arith -Werror=return-type -Werror=non-virtual-
dtor
-Werror=address -Werror=sequence-point -g -Wstrict-aliasing=2 -fgcse-after-reload -frerun-cse-after-loop -frename-registers -Os -fomit-frame-pointer -fno-strict-aliasing -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fstack-protector-strong -fwrapv
/external/opencv3/3rdparty/tbb/
CMakeLists.txt
215
string(REPLACE "-Werror=non-virtual-
dtor
" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
/external/sfntly/cpp/src/sfntly/port/
refcount.h
104
// Make gcc -Wnon-virtual-
dtor
happy.
/external/webrtc/talk/app/webrtc/java/jni/
androidvideocapturer_jni.cc
70
LOG(LS_INFO) << "AndroidVideoCapturerJni
dtor
";
/external/webrtc/webrtc/modules/audio_device/android/
audio_record_jni.cc
110
ALOGD("~
dtor
%s", GetThreadInfo().c_str());
audio_track_jni.cc
103
ALOGD("~
dtor
%s", GetThreadInfo().c_str());
/external/webrtc/webrtc/modules/video_render/android/
video_render_android_impl.cc
56
"VideoRenderAndroid
dtor
");
/frameworks/av/media/ndk/
NdkMediaFormat.cpp
73
ALOGV("
dtor
");
/frameworks/base/core/jni/
Android.mk
8
LOCAL_CFLAGS += -Wno-non-virtual-
dtor
/frameworks/base/core/jni/android/graphics/pdf/
PdfRenderer.cpp
25
#pragma GCC diagnostic ignored "-Wdelete-non-virtual-
dtor
"
/frameworks/base/libs/hwui/
Layer.h
299
* so the
dtor
knows not to do any GL work
/frameworks/rs/
rsDefines.h
485
static const char kRsDtor[] = ".rs.
dtor
";
/hardware/qcom/display/msm8084/liboverlay/
overlayCtrlData.h
53
/*
dtor
close */
Completed in 1141 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>