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

  /external/libcxxabi/src/
cxa_thread_atexit.cpp 65 __thread DtorList* dtors = nullptr; member in namespace:__cxxabiv1::__anon27991
72 while (auto head = dtors) {
73 dtors = head->next;
113 // Initialize the dtors std::__libcpp_tls_key (uses __cxa_guard_*() for
131 head->next = dtors;
132 dtors = head;
  /external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
ProfilingUtils.cpp 150 std::vector<Constant *> dtors; local
156 dtors.push_back(cast<Constant>(InitList->getOperand(i)));
166 dtors.push_back(ConstantStruct::get(GlobalDtorElemTy, Elem));
168 cast<ArrayType>(GlobalDtors->getType()->getElementType()), dtors));
  /external/clang/test/CodeGenCXX/
microsoft-abi-structors.cpp 5 // RUN: FileCheck --check-prefix DTORS %s < %t
10 // RUN: %clang_cc1 -emit-llvm %s -o - -mconstructor-aliases -triple=x86_64-pc-win32 -fno-rtti -std=c++11 | FileCheck --check-prefix DTORS-X64 %s
50 // DTORS: define linkonce_odr x86_thiscallcc i8* @"\01??_GC@basic@@UAEPAXI@Z"(%"struct.basic::C"* %this, i32 %should_call_delete) {{.*}} comdat {{.*}} {
51 // DTORS: store i32 %should_call_delete, i32* %[[SHOULD_DELETE_VAR:[0-9a-z._]+]], align 4
52 // DTORS: store i8* %{{.*}}, i8** %[[RETVAL:[0-9a-z._]+]]
53 // DTORS: %[[SHOULD_DELETE_VALUE:[0-9a-z._]+]] = load i32, i32* %[[SHOULD_DELETE_VAR]]
54 // DTORS: call x86_thiscallcc void @"\01??1C@basic@@UAE@XZ"(%"struct.basic::C"* %[[THIS:[0-9a-z]+]])
55 // DTORS-NEXT: %[[CONDITION:[0-9]+]] = icmp eq i32 %[[SHOULD_DELETE_VALUE]], 0
56 // DTORS-NEXT: br i1 %[[CONDITION]], label %[[CONTINUE_LABEL:[0-9a-z._]+]], label %[[CALL_DELETE_LABEL:[0-9a-z._]+]]
58 // DTORS: [[CALL_DELETE_LABEL]
340 namespace dtors { namespace
    [all...]
cxx0x-initializer-stdinitializerlist.cpp 305 namespace dtors { namespace

Completed in 933 milliseconds