HomeSort by relevance Sort by last modified time
    Searched full:destructors (Results 226 - 250 of 951) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/gyp/
common_conditions.gypi 369 # 'WARNING_CFLAGS': '-Wexit-time-destructors',
  /external/v8/src/
lazy-instance.h 187 // TODO(pliard): Handle instances destruction (using global destructors).
zone.h 156 // (unused) destructors for classes derived from ZoneObject, which
  /ndk/sources/cxx-stl/gabi++/include/
cxxabi.h 116 // The ARM ABI mandates that constructors and destructors
  /system/extras/tests/bionic/libc/
Android.mk 208 # This test tries to see if static destructors are called
  /external/chromium_org/third_party/tcmalloc/vendor/doc/
heap_checker.html 104 checks that memory isn't lost in global destructors. In particular,
245 destructors have run. When false, do it after all
355 cleanup in the destructors of global variables. If you don't wish to
  /external/clang/include/clang/AST/
DeclarationName.h 45 /// for constructors, destructors, and conversion functions.
274 /// constructors, destructors, and conversion functions.
392 // Type info for constructors, destructors and conversion functions.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/
collect2 
  /external/chromium_org/third_party/sqlite/src/doc/
lemon.html 386 also facilitates the use of destructors for reclaiming memory
597 destructors work. The example shows a non-terminal named
615 <p>By appropriate use of destructors, it is possible to
625 make the argument available to C-code action routines, destructors,
806 destructors.</p>
    [all...]
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 71 // Background on MSVC destructors
82 // The base and complete destructors are the same as in Itanium, although the
87 // The deleting destructors accept an i32 bitfield as a second parameter. Bit
92 // For virtual destructors, only one entry is reserved in the vftable, and it
100 // lacks a definition for the destructor, non-base destructors must always
    [all...]
CGClass.cpp 77 /// when the type is known to be complete (e.g. in complete destructors).
735 // destructors for those members and bases that were fully
    [all...]
  /external/chromium_org/third_party/libxml/src/
gentest.py 278 # Do not test destructors
318 # Provide the type generators and destructors for the parameters
437 # Provide the type destructors for the return values
  /external/clang/docs/
Block-ABI-Apple.rst 851 copied objects with constructor/destructors. The (1<<26) bit is set and
881 and of course the constructors/destructors for ``const`` copied C++ objects.
885 copied objects with constructor/destructors, and again the (1<<26) bit is set
    [all...]
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 85 // Don't call destructors on MachineInstr and MachineOperand. All of their
88 // Do call MachineBasicBlock destructors, it contains std::vectors.
201 // destructors.
    [all...]
  /external/chromium/base/metrics/
field_trial_unittest.cc 38 // Test registration, and also check that destructors are called for trials
  /external/chromium_org/base/containers/
stack_container.h 56 // constructors and destructors to be automatically called. Define a POD
  /external/chromium_org/base/memory/
weak_ptr.h 24 // // variable's destructors are executed, rendering them invalid.
  /external/chromium_org/chrome/browser/resources/net_internals/
timeline_view.js 256 // having very un-Javascript-like destructors for when we load new,
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_theme_service.h 241 // A notification from various GObject destructors that we should
  /external/chromium_org/chrome_frame/test/
chrome_frame_test_utils.h 318 // in object destructors that would run after CloseAllIEWindows
  /external/chromium_org/ppapi/thunk/
enter.h 50 // and that the lock is only released after all other destructors have run.
  /external/chromium_org/third_party/cld/base/
macros.h 202 // destructors, assignment operators, base classes, private or
  /external/chromium_org/third_party/icu/source/test/intltest/
itutil.cpp 386 // destructors
  /external/chromium_org/third_party/libwebp/dec/
buffer.c 172 // constructors / destructors
  /external/chromium_org/third_party/skia/include/core/
SkTemplates.h 310 * Does NOT call any constructors/destructors on T (T must be POD).

Completed in 1116 milliseconds

1 2 3 4 5 6 7 8 91011>>