HomeSort by relevance Sort by last modified time
    Searched refs:Destructor (Results 1 - 20 of 20) sorted by null

  /external/skia/src/core/
SkTLS.h 81 static void Destructor(void* ptr);
SkTLS.cpp 38 void SkTLS::Destructor(void* ptr) {
40 SkDebugf("SkTLS::Destructor(%p)\n", ptr);
  /external/skia/src/ports/
SkThread_win.cpp 114 SkTLS::Destructor(ptr);
SkThread_pthread.cpp 19 destructor ordering problems.
206 (void)pthread_key_create(&gSkTLSKey, SkTLS::Destructor);
  /external/clang/test/CodeGenCXX/
predefined-expr.cpp 37 // CHECK: private unnamed_addr constant [12 x i8] c"~Destructor\00"
38 // CHECK: private unnamed_addr constant [30 x i8] c"NS::Destructor::~Destructor()\00"
271 class Destructor {
273 ~Destructor() {
480 NS::Destructor destructor; local
  /external/skia/legacy/src/xml/
SkJSDisplayable.cpp 62 static void Destructor(JSContext *cx, JSObject *obj);
209 gDisplayableClasses[type].finalize = SkJSDisplayable::Destructor;
214 void SkJSDisplayable::Destructor(JSContext *cx, JSObject *obj) {
  /external/skia/src/xml/
SkJSDisplayable.cpp 62 static void Destructor(JSContext *cx, JSObject *obj);
209 gDisplayableClasses[type].finalize = SkJSDisplayable::Destructor;
214 void SkJSDisplayable::Destructor(JSContext *cx, JSObject *obj) {
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
SemaExprCXX.cpp 51 // destructor name; see core issues 399 and 555. Issue 399 in
52 // particular shows where the current description of destructor name
75 // pseudo-destructor-expression or a member access expression, and
86 // If a pseudo-destructor-name (5.2.4) contains a nested-name-specifier,
183 // this is the destructor for that class.
277 && "only get destructor types from declspecs");
631 // If the class has a destructor, we must be able to call it.
635 CXXDestructorDecl *Destructor = LookupDestructor(RD);
636 if (!Destructor)
639 MarkFunctionReferenced(E->getExprLoc(), Destructor);
    [all...]
SemaInit.cpp     [all...]
SemaDecl.cpp 318 // constructor or destructor name (in such a case, the scope specifier
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaExpr.cpp 651 // or a non-trivial destructor, with no corresponding parameter,
    [all...]
TreeTransform.h 430 /// and destructor names and then (if needed) rebuilds the declaration name.
    [all...]
  /external/chromium/webkit/glue/media/
simple_data_source_unittest.cc 213 EXPECT_CALL(*callback, Destructor());
  /external/valgrind/unittest/
posix_tests.cc 1164 void Destructor(void *ptr) {
1181 pthread_key_create(&key, Destructor);
  /external/clang/include/clang/AST/
ExprCXX.h 830 /// Destructor - The destructor that needs to be called.
831 const CXXDestructorDecl *Destructor;
833 CXXTemporary(const CXXDestructorDecl *destructor)
834 : Destructor(destructor) { }
838 const CXXDestructorDecl *Destructor);
840 const CXXDestructorDecl *getDestructor() const { return Destructor; }
842 Destructor = Dtor;
848 /// This ensures the destructor is called for the temporary. It should only b
    [all...]
  /external/ceres-solver/docs/
changes.tex 193 \item Destructor for \texttt{TrustRegionStrategy} was not virtual (Markus Moll)
  /external/clang/lib/AST/
ExprCXX.cpp 708 const CXXDestructorDecl *Destructor) {
709 return new (C) CXXTemporary(Destructor);
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 360 /// spec checks delayed, plus the overridden destructor.
657 /// expressions for which we have deferred checking the destructor.
861 // won't emit the diagnostic in its own destructor.
    [all...]

Completed in 241 milliseconds