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

  /external/skia/src/core/
SkTLS.cpp 38 void SkTLS::Destructor(void* ptr) {
40 SkDebugf("SkTLS::Destructor(%p)\n", ptr);
  /frameworks/base/libs/hwui/utils/
LinearAllocator.h 68 * Adds the pointer to the tracking list to have its destructor called
108 typedef void (*Destructor)(void* addr);
110 Destructor dtor;
115 void addToDestructionList(Destructor, void* addr);
  /external/clang/test/CodeGenCXX/
predefined-expr.cpp 39 // CHECK-DAG: private unnamed_addr constant [12 x i8] c"~Destructor\00"
40 // CHECK-DAG: 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 93 // destructor name; see core issues 399 and 555. Issue 399 in
94 // particular shows where the current description of destructor name
120 // pseudo-destructor-expression or a member access expression, and
131 // If a pseudo-destructor-name (5.2.4) contains a nested-name-specifier,
223 // this is the destructor for that class.
331 && "only get destructor types from declspecs");
772 // If the class has a destructor, we must be able to call it.
774 if (CXXDestructorDecl *Destructor = LookupDestructor(RD)) {
775 MarkFunctionReferenced(E->getExprLoc(), Destructor);
776 CheckDestructorAccess(E->getExprLoc(), Destructor,
    [all...]
SemaInit.cpp     [all...]
SemaChecking.cpp     [all...]
SemaDeclCXX.cpp     [all...]

Completed in 922 milliseconds