HomeSort by relevance Sort by last modified time
    Searched full:destructor (Results 126 - 150 of 2255) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/clang/test/Analysis/
malloc.cpp 59 // no leak warning; freed in destructor
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
p1.cpp 15 ~DefArg(int k = 5) = default; // expected-error {{destructor cannot have any parameters}}
  /external/clang/test/PCH/
cxx0x-default-delete.cpp 37 quux qx; // expected-error{{private destructor}} expected-note@20{{private here}}
  /external/clang/test/SemaCXX/
scope-check.cpp 92 D d; // expected-note {{jump exits scope of variable with non-trivial destructor}}
215 C c0 = 42; // expected-note {{jump exits scope of variable with non-trivial destructor}}
229 const C &c1 = 42; // expected-note {{jump exits scope of variable with non-trivial destructor}}
244 const int &c1 = C(1).i; // expected-note {{jump exits scope of variable with non-trivial destructor}}
  /external/clang/test/SemaTemplate/
destructor-template.cpp 56 template <int i> ~Foo() {} // expected-error{{destructor cannot be declared as a template}}
  /external/icu4c/i18n/
currfmt.h 51 * Destructor.
nultrans.h 37 * Destructor.
remtrans.h 35 * Destructor.
uni2name.h 37 * Destructor.
  /external/icu4c/i18n/unicode/
measfmt.h 44 * Destructor.
measunit.h 46 * Destructor
  /external/icu4c/layout/
CharSubstitutionFilter.h 58 * The destructor.
  /external/javasqlite/src/main/java/SQLite/
Backup.java 26 * Destructor for object.
Vm.java 64 * Destructor for object.
  /external/libvpx/libvpx/vp8/common/
threading.h 32 #define ts_key_create(ts_key, destructor) {ts_key = TlsAlloc();};
54 #define ts_key_create(ts_key, destructor) \
77 #define ts_key_create(ts_key, destructor) pthread_key_create (&(ts_key), destructor);
  /external/llvm/lib/Support/
Process.cpp 26 // Empty virtual destructor to anchor the vtable for the process class.
38 // Visual Studio complains that the self_process destructor never exits. This
45 // The destructor for the self_process subclass must never actually be
50 llvm_unreachable("This destructor must never be executed!");
  /external/skia/include/gpu/
SkGrPixelRef.h 47 * cache and would like the pixel ref to unlock it in its destructor then transferCacheLock
  /external/skia/src/gpu/
GrTemplates.h 29 * destructor
  /external/webrtc/src/system_wrappers/source/
thread_win.h 52 // and in the destructor.
  /external/webrtc/test/
test_suite.h 33 // instead of putting complex code in your constructor/destructor.
  /frameworks/av/include/drm/
DrmInfoStatus.h 51 * Destructor for DrmInfoStatus
  /frameworks/base/core/jni/android/graphics/
Utils.h 40 /** Restore the file descriptor's offset in our destructor
  /frameworks/compile/mclinker/unittests/
FragmentRefTest.h 35 // Destructor can do clean-up work that doesn't throw exceptions here.
HashTableTest.h 29 // Destructor can do clean-up work that doesn't throw exceptions here.
LDSymbolTest.h 32 // Destructor can do clean-up work that doesn't throw exceptions here.

Completed in 879 milliseconds

1 2 3 4 56 7 8 91011>>