/external/chromium_org/tools/clang/plugins/ |
FindBadConstructsConsumer.cpp | 23 "destructors that are declared protected or private."; 26 "destructors that are declared protected or private."; 29 "destructors should declare their destructor virtual."; 99 // Only check for "heavy" constructors/destructors in header files; 367 // Ignore non-user-declared destructors. 547 // ensure that there are no public destructors in the class hierarchy. This 583 // destructors. This checks for situations involving multiple 608 // Find all public destructors. This will record the class hierarchy
|
/external/clang/test/Analysis/inlining/ |
containers.cpp | 1 // RUN: %clang_cc1 -analyze -std=c++11 -analyzer-checker=core,unix.Malloc,debug.ExprInspection -analyzer-config c++-inlining=destructors -analyzer-config c++-container-inlining=false -verify %s 2 // RUN: %clang_cc1 -analyze -std=c++11 -analyzer-checker=core,unix.Malloc,debug.ExprInspection -analyzer-config c++-inlining=destructors -analyzer-config c++-container-inlining=true -DINLINE=1 -verify %s
|
/external/clang/test/CodeGenCXX/ |
ctor-dtor-alias.cpp | 11 // one of the destructors as linkonce_odr, producing a different comdat. 62 // see both destructors.
|
/external/clang/lib/Analysis/ |
CFG.cpp | 88 /// - For every normal (without jump) end of scope add to CFGBlock destructors 90 /// - For every jump add to CFGBlock destructors for objects 413 // Visitors to walk an AST and generate destructors of temporaries in [all...] |
/external/bison/tests/ |
glr-regression.at | 748 ## No users destructors if stack 0 deleted. See ## 752 AT_SETUP([No users destructors if stack 0 deleted]) 764 static int destructors = 0; 773 destructors += 1; 779 ambig0 'a' { destructors += 2; USE ($2); } 780 | ambig1 start { destructors += 1; } 781 | ambig2 start { destructors += 1; } 803 if (tokens != destructors) 805 fprintf (stderr, "Tokens = %d, Destructors = %d\n", tokens, destructors); [all...] |
/external/clang/test/Analysis/ |
dtor.cpp | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc,debug.ExprInspection -analyzer-config c++-inlining=destructors,cfg-temporary-dtors=true -Wno-null-dereference -verify %s 154 // The destructors should have invalidated i and j. 326 // The destructors should have invalidated i and j.
|
/bionic/libc/arch-arm/bionic/ |
__aeabi.c | 44 * __aeabi_atexit() to register static destructors explicitly.
|
/bionic/libc/bionic/ |
libc_init_dynamic.cpp | 106 // The executable may have its own destructors listed in its .fini_array
|
libc_init_static.cpp | 104 // The executable may have its own destructors listed in its .fini_array
|
/development/ndk/platforms/ |
README.CRT.TXT | 63 used to list of ELF constructors and destructors. The sections are: 91 Linux systems to hold a list of destructors. The toolchains should 92 place all destructors in .fini_array instead. 217 __dso_handle will not have their C++ destructors run correctly when the
|
/external/chromium_org/base/threading/ |
thread_local_storage_unittest.cc | 62 // Destructors should never be called with a NULL.
|
/external/chromium_org/extensions/browser/api/socket/ |
socket.cc | 35 // Derived destructors should make sure the socket has been closed.
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
MediaList.h | 116 // Cleared in the ~CSSMediaRule and ~CSSImportRule destructors when oilpan is not enabled.
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
SQLCallbackWrapper.h | 66 // destructors are called in their owner threads.
|
/external/chromium_org/third_party/android_crazy_linker/src/src/ |
crazy_linker_library_list.h | 76 // destructors are run, its dependencies are unloaded, then the
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
posix.cc | 90 // exit() would call the destructors of all global variables in the whole
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
heap-checker-bcad.cc | 37 // destructors.
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
heap-checker-bcad.cc | 37 // destructors.
|
/external/chromium_org/third_party/webrtc/base/ |
basictypes.h | 129 // it is leaked so that its destructors are not called at exit.
|
posix.cc | 73 // exit() would call the destructors of all global variables in the whole
|
/external/chromium_org/ui/gfx/win/ |
window_impl.h | 74 // Subclasses must call this method from their destructors to ensure that
|
/external/clang/include/clang/AST/ |
VTableBuilder.h | 74 "Don't use MakeFunction with destructors!"); 92 "Don't use MakeUnusedFunction with destructors!"); 295 // This assumes that all the destructors present in the vtable 524 // Complete destructors don't have a slot in a vftable, so no thunks needed.
|
/external/clang/lib/CodeGen/ |
CGCXX.cpp | 47 // For exported destructors, we need a full definition. 74 // Skip base classes with trivial destructors. 88 // bases with non-trivial destructors. 351 /// call to virtual destructors. It returns 0 if it could not do it.
|
/external/clang/test/Profile/ |
cxx-class.cpp | 1 // Tests for instrumentation of C++ methods, constructors, and destructors.
|
/external/deqp/modules/gles2/ |
tes2TestPackage.cpp | 70 // Destroy children first since destructors may access context.
|