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

1 23 4 5 6 7 8 91011>>

  /external/clang/test/Analysis/
dtor.cpp 36 // destructor called here
49 // destructor called here
66 // destructor called here
83 // destructor called here
94 // destructor called here
105 // destructor called here
123 // destructor called here
248 // inlined destructor kept us from finding the return statement,
  /external/clang/test/CXX/expr/expr.unary/expr.delete/
p5.cpp 4 // deletion and the complete class has a non-trivial destructor or a
31 delete a; // expected-error{{calling a private destructor of class 'T3_A'}}
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/
p5-cxx0x.cpp 41 PD(), // expected-error {{private destructor}}
42 PD()) pd1; // expected-error {{private destructor}}
46 PD(), // expected-error {{temporary of type 'PD' has private destructor}}
55 decltype(pd_ref) pd_ref2 = pd_ref; // expected-error {{private destructor}}
113 decltype(0, *pd_ptr) *dd_ptr2; // expected-error {{private destructor}}
  /external/llvm/include/llvm/Support/
FileOutputBuffer.h 32 /// not committed, the file will be deleted in the FileOutputBuffer destructor.
68 /// buffer. If commit() is not called before this object's destructor
69 /// is called, the file is deleted in the destructor. The optional parameter
74 /// If this object was previously committed, the destructor just deletes
75 /// this object. If this object was not committed, the destructor
  /external/chromium/base/threading/
thread_local_storage_win.cc 14 // pointers to the destructor for each TLS that we allocate.
29 // An array of destructor function pointers for the slots. If
30 // a slot has a destructor, it will be stored in its corresponding
59 ThreadLocalStorage::Slot::Slot(TLSDestructorFunc destructor)
62 Initialize(destructor);
65 bool ThreadLocalStorage::Slot::Initialize(TLSDestructorFunc destructor) {
76 // Setup our destructor.
77 tls_destructors_[slot_] = destructor;
84 // So all we need to do is wipe the destructor.
131 // Windows doesn't support a per-thread destructor with it
    [all...]
thread_local_storage_unittest.cc 70 // Create a TLS index with a destructor. Create a set of
71 // threads that set the TLS, while the destructor cleans it up.
95 // Verify that the destructor was called and that we reset.
  /packages/inputmethods/LatinIME/native/jni/src/
words_priority_queue_pool.h 28 // Note: using placement new() requires the caller to call the destructor explicitly.
38 // Non virtual inline destructor -- never inherit this class
40 // Note: these explicit calls to the destructor match the calls to placement new() above.
  /external/bison/tests/
actions.at 404 %destructor
408 %destructor
412 %destructor
416 %destructor
420 %destructor
425 %destructor
763 ## Default tagless %printer and %destructor. ##
766 # Check that the right %printer and %destructor are called, that they're not
769 AT_SETUP([Default tagless %printer and %destructor])
791 %destructor {
    [all...]
  /external/clang/test/CXX/except/except.handle/
p16.cpp 28 // destructor
  /external/clang/test/CXX/stmt.stmt/stmt.dcl/
p3.cpp 33 Y y; // expected-note{{jump bypasses variable with a non-trivial destructor}}
  /external/clang/test/SemaCXX/
value-dependent-exprs.cpp 31 __attribute__((destructor(1 + I)))
  /external/icu4c/i18n/
tolowtrn.cpp 34 * Destructor.
tolowtrn.h 38 * Destructor.
toupptrn.cpp 34 * Destructor.
toupptrn.h 38 * Destructor.
  /external/icu4c/layout/
LEGlyphFilter.h 24 * Destructor.
  /external/icu4c/samples/translit/answers/
unaccent.cpp 18 * Destructor
  /external/icu4c/samples/translit/
unaccent.cpp 20 * Destructor
  /external/icu4c/test/intltest/
apicoll.h 29 * - constructor/destructor
39 * - constructor/destructor
62 * - constructor/destructor
89 * - constructor/destructor
  /external/libxml2/include/libxml/
dict.h 28 * Constructor and destructor.
  /external/skia/include/gpu/
GrTextContext.h 32 void flush(); // optional; automatically called by destructor
  /external/stlport/src/
stdio_streambuf.h 51 public: // Constructor, destructor.
55 // The destructor flushes the stream, but does not close it.
74 public: // Constructor, destructor.
86 public: // Constructor, destructor.
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.h 51 public: // Constructor, destructor.
55 // The destructor flushes the stream, but does not close it.
74 public: // Constructor, destructor.
86 public: // Constructor, destructor.
  /ndk/tests/device/test-stlport_shared-exception/jni/
ehopt1.cpp 2 // into the following try block, so we lost its destructor call.
  /ndk/tests/device/test-stlport_static-exception/jni/
ehopt1.cpp 2 // into the following try block, so we lost its destructor call.

Completed in 6027 milliseconds

1 23 4 5 6 7 8 91011>>