HomeSort by relevance Sort by last modified time
    Searched full:destructor (Results 276 - 300 of 3416) sorted by null

<<11121314151617181920>>

  /external/chromium_org/ui/aura/
window_observer.h 87 // destructor). This is called before the window is removed from its parent.
91 // destructor). This is called after the window is removed from its parent.
  /external/clang/include/clang/AST/
GlobalDecl.h 26 /// a CXXDestructorDecl and the destructor type (Base, Complete) or
118 // copy assignment operator, and destructor are all trivial.
  /external/clang/test/CodeGenCXX/
destructors.cpp 19 // Base with non-trivial destructor
26 // Field with non-trivial destructor
78 // destructor throws, the remaining destructors aren't run. Fix it,
94 // complete destructor alias tested above
126 struct A { ~A(); char ***m; }; // non-trivial destructor
127 struct B { ~B(); }; // non-trivial destructor
128 struct Empty { }; // trivial destructor, empty
129 struct NonEmpty { int x; }; // trivial destructor, non-empty
microsoft-abi-methods.cpp 78 // Make sure that the Base destructor call in the Child denstructor uses
84 // Make sure that the Base destructor definition uses the right CC:
  /external/clang/test/SemaCXX/
cxx0x-deleted-default-ctor.cpp 77 no_dtor nd; // expected-note {{field 'nd' has a deleted destructor}}
80 struct bad_base_dtor : no_dtor { // expected-note {{base class 'no_dtor' has a deleted destructor}}
deprecated.cpp 61 // expected-warning@-1 {{definition of implicit copy constructor for 'Dtor' is deprecated because it has a user-declared destructor}}
62 // expected-warning@-2 {{definition of implicit copy assignment operator for 'Dtor' is deprecated because it has a user-declared destructor}}
discrim-union.cpp 79 // FIXME: declare a destructor iff any element has a nontrivial destructor
return-noreturn.cpp 4 // A destructor may be marked noreturn and should still influence the CFG.
75 // destructor instead of temporaries.
  /external/harfbuzz_ng/src/hb-icu-le/
cmaps.cpp 161 // parent destructor does it all
198 // parent destructor does it all
  /external/icu4c/layout/
LEInsertionList.h 43 * The destructor
77 * The destructor.
  /external/icu4c/samples/layout/
cmaps.cpp 167 // parent destructor does it all
204 // parent destructor does it all
  /external/icu4c/test/letest/
cmaps.cpp 161 // parent destructor does it all
198 // parent destructor does it all
  /external/v8/src/
smart-array-pointer.h 36 // destructor is called.
52 // When the destructor of the scoped pointer is executed the plain pointer
  /ndk/tests/device/test-stlport_shared-exception/jni/
arraynew.cpp 99 // A class with a non-trivial destructor -- it needs a cookie.
130 // There should be a cookie when using a non-trivial destructor.
  /ndk/tests/device/test-stlport_static-exception/jni/
arraynew.cpp 99 // A class with a non-trivial destructor -- it needs a cookie.
130 // There should be a cookie when using a non-trivial destructor.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_construct.h 107 * a trivial destructor, the compiler should optimize all of this
123 * destroy() even if _Tp has a trivial destructor.
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_construct.h 107 * a trivial destructor, the compiler should optimize all of this
123 * destroy() even if _Tp has a trivial destructor.
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_construct.h 107 * a trivial destructor, the compiler should optimize all of this
123 * destroy() even if _Tp has a trivial destructor.
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_construct.h 107 * a trivial destructor, the compiler should optimize all of this
123 * destroy() even if _Tp has a trivial destructor.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_construct.h 107 * a trivial destructor, the compiler should optimize all of this
123 * destroy() even if _Tp has a trivial destructor.
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3intstream.c 3 /// The only methods required are an allocator and a destructor.
  /external/chromium/base/memory/
scoped_temp_dir.h 11 // deletion occurs during the destructor, no further error handling is possible
  /external/chromium/chrome/browser/prefs/
pref_change_registrar.cc 13 // If you see an invalid memory access in this destructor, this
  /external/chromium/chrome/browser/ui/views/
repost_form_warning_view.cc 30 // RepostFormWarningView, constructor & destructor:
  /external/chromium/crypto/
cssm_init.h 43 // The constructor initializes data_ to zero and the destructor releases the

Completed in 945 milliseconds

<<11121314151617181920>>