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

  /external/clang/test/CodeGenCXX/
microsoft-abi-structors.cpp 5 // RUN: FileCheck --check-prefix DTORS %s < %t
9 // RUN: %clang_cc1 -emit-llvm %s -o - -mconstructor-aliases -triple=x86_64-pc-win32 -fno-rtti | FileCheck --check-prefix DTORS-X64 %s
49 // DTORS: define linkonce_odr x86_thiscallcc i8* @"\01??_GC@basic@@UAEPAXI@Z"(%"struct.basic::C"* %this, i32 %should_call_delete) {{.*}} comdat {{.*}} {
50 // DTORS: store i32 %should_call_delete, i32* %[[SHOULD_DELETE_VAR:[0-9a-z._]+]], align 4
51 // DTORS: store i8* %{{.*}}, i8** %[[RETVAL:[0-9a-z._]+]]
52 // DTORS: %[[SHOULD_DELETE_VALUE:[0-9a-z._]+]] = load i32, i32* %[[SHOULD_DELETE_VAR]]
53 // DTORS: call x86_thiscallcc void @"\01??1C@basic@@UAE@XZ"(%"struct.basic::C"* %[[THIS:[0-9a-z]+]])
54 // DTORS-NEXT: %[[CONDITION:[0-9]+]] = icmp eq i32 %[[SHOULD_DELETE_VALUE]], 0
55 // DTORS-NEXT: br i1 %[[CONDITION]], label %[[CONTINUE_LABEL:[0-9a-z._]+]], label %[[CALL_DELETE_LABEL:[0-9a-z._]+]]
57 // DTORS: [[CALL_DELETE_LABEL]
339 namespace dtors { namespace
    [all...]
cxx0x-initializer-stdinitializerlist.cpp 305 namespace dtors { namespace

Completed in 146 milliseconds