HomeSort by relevance Sort by last modified time
    Searched full:zeroiid (Results 1 - 1 of 1) sorted by null

  /external/clang/test/CodeGenCXX/
microsoft-uuidof.cpp 47 // CHECK: @zeroiid = constant %struct._GUID* bitcast ({ i32, i16, i16, [8 x i8] }* @_GUID_00000000_0000_0000_0000_000000000000 to %struct._GUID*), align 4
48 const GUID& zeroiid = __uuidof(0); variable
102 // CHECK: %zeroiid = alloca %struct._GUID*, align 4
110 // CHECK: store %struct._GUID* bitcast ({ i32, i16, i16, [8 x i8] }* @_GUID_00000000_0000_0000_0000_000000000000 to %struct._GUID*), %struct._GUID** %zeroiid, align 4
111 const GUID& zeroiid = __uuidof(0); local

Completed in 184 milliseconds