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

  /external/clang/test/Sema/
type-spec-struct-union.c 32 struct S4 { int y; } *s4_2 = 0; local
33 /* if (s4 == s4_2) return 1; */
  /external/llvm/test/DebugInfo/X86/
type_units_with_addresses.ll 41 ;struct S4_2 {};
45 ; S4_2<&::i> s4_2;
75 ; CHECK-NEXT: DW_AT_name {{.*}}"S4_2<&i>"
101 %struct.S4 = type { %struct.S4_1, %struct.S4_2 }
103 %struct.S4_2 = type { i8 }
137 !22 = !DIDerivedType(tag: DW_TAG_member, name: "s4_2", line: 36, size: 8, align: 8, offset: 8, file: !1, scope: !"_ZTS2S4", baseType: !"_ZTS4S4_2IXadL_Z1iEEE")
139 !24 = !DICompositeType(tag: DW_TAG_structure_type, name: "S4_2<&i>", line: 32, size: 8, align: 8, file: !1, elements: !2, templateParams: !25, identifier: "_ZTS4S4_2IXadL_Z1iEEE")
  /external/clang/test/CodeGenCXX/
x86_32-arguments.cpp 84 struct s4_2 : s4_0, s4_1 { }; struct in inherits:s4_0,s4_1
85 s4_2 f4() { return s4_2(); }

Completed in 123 milliseconds