/external/clang/test/Analysis/ |
dtor.cpp | 234 class Dtor { 236 ~Dtor() { 242 Dtor d;
|
/external/compiler-rt/lib/asan/ |
Android.mk | 99 -Wno-non-virtual-dtor \ 121 -Wno-non-virtual-dtor \ 212 -Wno-non-virtual-dtor \
|
/external/curl/tests/unit/ |
unit1300.c | 76 * 4: list dtor will be NULL 82 fail_unless(llist->dtor == test_curl_llist_dtor, 83 "list dtor shold initiate to test_curl_llist_dtor");
|
/external/google-breakpad/src/testing/gtest/test/ |
gtest-typed-test_test.cc | 41 // ctor/dtor, and SetUp()/TearDown() work correctly in typed tests and 91 // Tests that SetUpTestCase()/TearDownTestCase(), fixture ctor/dtor, 233 // Tests that SetUpTestCase()/TearDownTestCase(), fixture ctor/dtor,
|
/external/gtest/test/ |
gtest-typed-test_test.cc | 41 // ctor/dtor, and SetUp()/TearDown() work correctly in typed tests and 91 // Tests that SetUpTestCase()/TearDownTestCase(), fixture ctor/dtor, 233 // Tests that SetUpTestCase()/TearDownTestCase(), fixture ctor/dtor,
|
/external/llvm/test/CodeGen/X86/ |
seh-catchpad.ll | 133 ; CHECK-NEXT: .long "?dtor$[[finbb:[0-9]+]]@?0?main@4HA"@IMGREL 148 ; CHECK: "?dtor$[[finbb]]@?0?main@4HA": 149 ; CHECK: .seh_proc "?dtor$[[finbb]]@?0?main@4HA"
|
cleanuppad-inalloca.ll | 51 ; CHECK: "?dtor$2@?0?passes_two@4HA":
|
/external/ltrace/ |
dict.h | 181 * DTOR's verbatim. The memory pointed-to by DICT is not freed. */ 188 * VALUE_TYPE, using DTOR. */ 240 /* A dtor which calls 'free' on keys in a table. */
|
/external/protobuf/gtest/test/ |
gtest-typed-test_test.cc | 41 // ctor/dtor, and SetUp()/TearDown() work correctly in typed tests and 91 // Tests that SetUpTestCase()/TearDownTestCase(), fixture ctor/dtor, 233 // Tests that SetUpTestCase()/TearDownTestCase(), fixture ctor/dtor,
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
gtest-typed-test_test.cc | 41 // ctor/dtor, and SetUp()/TearDown() work correctly in typed tests and 91 // Tests that SetUpTestCase()/TearDownTestCase(), fixture ctor/dtor, 233 // Tests that SetUpTestCase()/TearDownTestCase(), fixture ctor/dtor,
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest-typed-test_test.cc | 41 // ctor/dtor, and SetUp()/TearDown() work correctly in typed tests and 91 // Tests that SetUpTestCase()/TearDownTestCase(), fixture ctor/dtor, 233 // Tests that SetUpTestCase()/TearDownTestCase(), fixture ctor/dtor,
|
/external/clang/test/Modules/ |
cxx-irgen.cpp | 70 // Trigger emission of B's vtable and deleting dtor.
|
/external/compiler-rt/lib/tsan/ |
Android.mk | 51 tsan_rtl_cppflags := -std=c++11 -Wall -Werror -Wno-unused-parameter -Wno-non-virtual-dtor \
|
/external/eigen/bench/btl/actions/ |
action_atv_product.hh | 67 MESSAGE("Action_atv_product Dtor");
|
action_symv.hh | 66 // Dtor
|
action_syr2.hh | 63 // Dtor
|
/external/eigen/bench/btl/generic_bench/timers/ |
portable_perf_analyzer.hh | 38 MESSAGE("Portable_Perf_Analyzer Dtor");
|
portable_perf_analyzer_old.hh | 37 MESSAGE("Portable_Perf_Analyzer Dtor");
|
x86_perf_analyzer.hh | 39 MESSAGE("X86_Perf_Analyzer Dtor");
|
/external/libchrome/base/files/ |
file_path_watcher.h | 45 // Stop watching. This is called from FilePathWatcher's dtor in order to
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
LogicalDylib.h | 59 // If possible, remove this and ~LogicalDylib once the work in the dtor is
|
/external/llvm/lib/CodeGen/ |
LiveStackAnalysis.cpp | 46 // Release VNInfo memory regions, VNInfo objects don't need to be dtor'd.
|
/external/llvm/test/Instrumentation/AddressSanitizer/ |
instrument_global.ll | 7 ; module ctor/dtor
|
/external/llvm/tools/llvm-config/ |
BuildVariables.inc.in | 24 #define LLVM_CXXFLAGS " -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wcovered-switch-default -Wnon-virtual-dtor -std=c++11 -fcolor-diagnostics -ffunction-sections -fdata-sections -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS"
|
/external/webrtc/third_party/winsdk_samples/ |
winsdk_samples.gyp | 96 '-Wno-delete-non-virtual-dtor',
|