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

  /external/skia/src/core/
SkTLS.cpp 45 void SkTLS::Destructor(void* ptr) {
47 SkDebugf("SkTLS::Destructor(%p)\n", ptr);
  /frameworks/base/libs/hwui/utils/
LinearAllocator.h 123 typedef void (*Destructor)(void* addr);
125 Destructor dtor;
132 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/CodeGen/
CGOpenMPRuntime.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp 92 // destructor name; see core issues 399 and 555. Issue 399 in
93 // particular shows where the current description of destructor name
119 // pseudo-destructor-expression or a member access expression, and
130 // If a pseudo-destructor-name (5.2.4) contains a nested-name-specifier,
222 // this is the destructor for that class.
330 && "only get destructor types from declspecs");
771 // If the class has a destructor, we must be able to call it.
773 if (CXXDestructorDecl *Destructor = LookupDestructor(RD)) {
774 MarkFunctionReferenced(E->getExprLoc(), Destructor);
775 CheckDestructorAccess(E->getExprLoc(), Destructor,
    [all...]
SemaInit.cpp     [all...]
SemaChecking.cpp     [all...]
SemaDeclCXX.cpp     [all...]

Completed in 413 milliseconds