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

  /external/clang/test/CodeGen/
block-byref-aggr.c 3 // CHECK: [[AGG:%.*]] = type { i32 }
4 typedef struct { int v; } Agg;
5 Agg makeAgg(void);
11 __block Agg a = {100};
17 // CHECK-NEXT: [[TEMP:%.*]] = alloca [[AGG]], align 4
19 // CHECK-NEXT: [[T0:%.*]] = getelementptr [[AGG]]* [[TEMP]], i32 0, i32 0
25 // CHECK-NEXT: [[T2:%.*]] = bitcast [[AGG]]* [[T1]] to i8*
26 // CHECK-NEXT: [[T3:%.*]] = bitcast [[AGG]]* [[TEMP]] to i8*
37 __block Agg a, b;
43 // CHECK-NEXT: [[TEMP:%.*]] = alloca [[AGG]], align
    [all...]
  /external/clang/test/SemaCXX/
aggregate-initialization.cpp 73 class Agg {
80 Agg agg1;
81 Agg agg2;
cxx98-compat.cpp 114 struct Agg { int a, b; } const &agg = { 1, 2 }; // expected-warning {{reference initialized from initializer list is incompatible with C++98}} local
  /external/clang/test/CXX/basic/basic.types/
p10.cpp 64 struct Agg {
68 constexpr int f3(Agg a) { return a.a; }
109 struct LitMemBase : Agg {
110 Agg agg; member in struct:LitMemBase
122 Agg agg[24]; member in struct:ArrGood
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-cxx11-nowarn.cpp 31 struct Agg {
48 Agg<char> a1 = {1.0F}; // expected-warning {{type 'float' cannot be narrowed to 'char'}} expected-note {{override}}
49 Agg<char> a2 = {1.0}; // expected-warning {{ cannot be narrowed }} expected-note {{override}}
50 Agg<char> a3 = {1.0L}; // expected-warning {{ cannot be narrowed }} expected-note {{override}}
55 Agg<char> a4 = {f}; // expected-warning {{ cannot be narrowed }} expected-note {{override}}
56 Agg<char> a5 = {d}; // expected-warning {{ cannot be narrowed }} expected-note {{override}}
57 Agg<char> a6 = {ld}; // expected-warning {{ cannot be narrowed }} expected-note {{override}}
59 Agg<char> ce1 = { Convert<float>(1.0) }; // expected-warning {{type 'float' cannot be narrowed to 'char'}} expected-note {{override}}
60 Agg<char> ce2 = { ConvertVar<double>() }; // expected-warning {{type 'double' cannot be narrowed to 'char'}} expected-note {{override}}
75 Agg<float> f1 = {f}; // OK (no-op
    [all...]
p7-0x.cpp 30 struct Agg {
47 Agg<char> a1 = {1.0F}; // expected-error {{type 'float' cannot be narrowed to 'char'}} expected-note {{override}}
48 Agg<char> a2 = {1.0}; // expected-error {{ cannot be narrowed }} expected-note {{override}}
49 Agg<char> a3 = {1.0L}; // expected-error {{ cannot be narrowed }} expected-note {{override}}
54 Agg<char> a4 = {f}; // expected-error {{ cannot be narrowed }} expected-note {{override}}
55 Agg<char> a5 = {d}; // expected-error {{ cannot be narrowed }} expected-note {{override}}
56 Agg<char> a6 = {ld}; // expected-error {{ cannot be narrowed }} expected-note {{override}}
58 Agg<char> ce1 = { Convert<float>(1.0) }; // expected-error {{type 'float' cannot be narrowed to 'char'}} expected-note {{override}}
59 Agg<char> ce2 = { ConvertVar<double>() }; // expected-error {{type 'double' cannot be narrowed to 'char'}} expected-note {{override}}
74 Agg<float> f1 = {f}; // OK (no-op
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 260 milliseconds