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

1 2

  /external/skia/src/core/
SkTLS.h 80 static void Destructor(void* ptr);
SkTLS.cpp 45 void SkTLS::Destructor(void* ptr) {
47 SkDebugf("SkTLS::Destructor(%p)\n", ptr);
  /external/skia/src/ports/
SkTLS_pthread.cpp 16 (void)pthread_key_create(&gSkTLSKey, SkTLS::Destructor);
SkTLS_win.cpp 55 SkTLS::Destructor(ptr);
  /external/llvm/lib/ExecutionEngine/Orc/
ExecutionUtils.cpp 93 int LocalCXXRuntimeOverrides::CXAAtExitOverride(DestructorPtr Destructor,
97 CXXDestructorDataPairs.push_back(std::make_pair(Destructor, Arg));
  /frameworks/base/libs/hwui/utils/
LinearAllocator.h 123 typedef void (*Destructor)(void* addr);
125 Destructor dtor;
132 void addToDestructionList(Destructor, void* addr);
LinearAllocator.cpp 190 void LinearAllocator::addToDestructionList(Destructor dtor, void* addr) {
222 // First run the destructor as running the destructor will
224 // have been allocated after this void* if it has a destructor
  /system/connectivity/shill/
external_task.h 91 FRIEND_TEST(ExternalTaskTest, Destructor);
connection.h 163 FRIEND_TEST(ConnectionTest, Destructor);
external_task_unittest.cc 145 TEST_F(ExternalTaskTest, Destructor) {
connection_unittest.cc 731 // The destructor will remove the routes and addresses.
735 TEST_F(ConnectionTest, Destructor) {
769 // The destructor will remove the routes and addresses.
    [all...]
  /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/llvm/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 87 /// @brief Convenience class for recording constructor/destructor names for
175 static int CXAAtExitOverride(DestructorPtr Destructor, void *Arg,
  /external/libchrome/base/trace_event/
memory_dump_manager_unittest.cc 97 MOCK_METHOD0(Destructor, void());
104 Destructor();
    [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...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
SemaDecl.cpp 426 // constructor or destructor name (in such a case, the scope specifier
    [all...]
SemaInit.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
  /external/clang/include/clang/AST/
ExprCXX.h     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp 296 // A destructor is trivial if all the direct base classes of its class
378 // -- any direct or virtual base class [...] has a type with a destructor
380 // -- any non-static data member has a type with a destructor
406 // -- has a trivial destructor.
535 // If the destructor is explicitly defaulted and not trivial or not public
536 // or if the destructor is deleted, we clear HasIrrelevantDestructor in
540 // A destructor is trivial if [...] the destructor is not virtual.
608 // copy assignment operator and no user-defined destructor.
684 // copy assignment operator, move assignment operator, and destructor ar
    [all...]
ExprCXX.cpp 784 const CXXDestructorDecl *Destructor) {
785 return new (C) CXXTemporary(Destructor);
    [all...]
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h 837 /// expressions for which we have deferred checking the destructor.
    [all...]

Completed in 239 milliseconds

1 2