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

  /sdk/emulator/opengl/shared/emugl/common/
thread_store.h 42 // thread exit will likely crash, due to calling a destructor function
57 typedef void (Destructor)(void* value);
61 explicit ThreadStore(Destructor* destroy);
63 // NOTE: Destructor don't free the thread-local values, but are required
  /external/chromium_org/third_party/skia/src/core/
SkTLS.cpp 38 void SkTLS::Destructor(void* ptr) {
40 SkDebugf("SkTLS::Destructor(%p)\n", ptr);
  /external/skia/src/core/
SkTLS.cpp 38 void SkTLS::Destructor(void* ptr) {
40 SkDebugf("SkTLS::Destructor(%p)\n", ptr);
  /external/chromium_org/third_party/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/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/test/CodeGenCXX/
predefined-expr.cpp 39 // CHECK: private unnamed_addr constant [12 x i8] c"~Destructor\00"
40 // CHECK: private unnamed_addr constant [30 x i8] c"NS::Destructor::~Destructor()\00"
273 class Destructor {
275 ~Destructor() {
499 NS::Destructor destructor; local
  /external/clang/include/clang/AST/
ExprCXX.h     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp 91 // destructor name; see core issues 399 and 555. Issue 399 in
92 // particular shows where the current description of destructor name
115 // pseudo-destructor-expression or a member access expression, and
126 // If a pseudo-destructor-name (5.2.4) contains a nested-name-specifier,
217 // this is the destructor for that class.
325 && "only get destructor types from declspecs");
716 // If the class has a destructor, we must be able to call it.
720 CXXDestructorDecl *Destructor = LookupDestructor(RD);
721 if (!Destructor)
724 MarkFunctionReferenced(E->getExprLoc(), Destructor);
    [all...]
SemaInit.cpp     [all...]
SemaChecking.cpp     [all...]
SemaDeclCXX.cpp     [all...]

Completed in 307 milliseconds