Home
last modified time | relevance | path

Searched defs:Agg (Results 1 – 25 of 74) sorted by relevance

123

/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-byval-thunks.cpp5 struct Agg { struct
18 // CHECK32: (%"struct.byval_thunk::C"* %this, <{ %"struct.byval_thunk::Agg" }>* inalloc…
34 struct Agg { struct
47 // CHECK32: (<{ %"struct.stdcall_thunk::C"*, %"struct.stdcall_thunk::Agg" }>* inalloca)
66 struct Agg { struct
78 // CHECK32-LABEL: define linkonce_odr %"struct.sret_thunk::Agg"* @"\01?foo@C@sret_thunk@@W3AA?AUAgg…
/external/llvm-project/clang/test/CodeGenCXX/
Dmicrosoft-abi-byval-thunks.cpp5 struct Agg { struct
18 // CHECK32: (%"struct.byval_thunk::C"* %this, <{ %"struct.byval_thunk::Agg" }>* inalloc…
34 struct Agg { struct
47 // CHECK32: (<{ %"struct.stdcall_thunk::C"*, %"struct.stdcall_thunk::Agg" }>* inalloca …
66 struct Agg { struct
78 // CHECK32-LABEL: define linkonce_odr dso_local %"struct.sret_thunk::Agg"* @"?foo@C@sret_thunk@@W3A…
Dmember-expr-references-variable.cpp3 struct Agg { const char * x; const char * y; constexpr Agg() : x(0), y(0) {} }; in Agg() struct
Dcxx2a-consteval.cpp105 struct Agg { struct
112 consteval Agg retAgg() { in retAgg() argument
/external/llvm-project/clang/test/SemaCXX/
Dms-initlist-narrowing.cpp6 struct Agg { struct
12Agg<float> f8 = {1E50}; // expected-error {{constant expression evaluates to 1.000000e+50 which c… in f() argument
Dcxx98-compat.cpp121 …struct Agg { int a, b; } const &agg = { 1, 2 }; // expected-warning {{reference initialized from i… in RangeFor() argument
/external/llvm-project/clang/test/CodeGen/
Dblock-byref-aggr.c4 typedef struct { int v; } Agg; typedef
/external/clang/test/CodeGen/
Dblock-byref-aggr.c4 typedef struct { int v; } Agg; typedef
/external/llvm-project/clang/test/CXX/basic/basic.types/
Dp10.cpp69 struct Agg { struct
73 constexpr int f3(Agg a) { return a.a; } in f3() argument
/external/clang/test/CXX/basic/basic.types/
Dp10.cpp69 struct Agg { struct
73 constexpr int f3(Agg a) { return a.a; } in f3() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantsContext.h174 ExtractValueConstantExpr(Constant *Agg, ArrayRef<unsigned> IdxList, in ExtractValueConstantExpr()
205 InsertValueConstantExpr(Constant *Agg, Constant *Val, in InsertValueConstantExpr()
/external/llvm/lib/IR/
DConstantsContext.h168 ExtractValueConstantExpr(Constant *Agg, ArrayRef<unsigned> IdxList, in ExtractValueConstantExpr()
200 InsertValueConstantExpr(Constant *Agg, Constant *Val, in InsertValueConstantExpr()
/external/llvm-project/llvm/lib/IR/
DConstantsContext.h221 ExtractValueConstantExpr(Constant *Agg, ArrayRef<unsigned> IdxList, in ExtractValueConstantExpr()
252 InsertValueConstantExpr(Constant *Agg, Constant *Val, in InsertValueConstantExpr()
/external/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
Dp7-cxx11-nowarn.cpp31 struct Agg { struct
48Agg<char> a1 = {1.0F}; // expected-warning {{type 'float' cannot be narrowed to 'char'}} expected… in float_to_int() argument
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
Dp7-cxx11-nowarn.cpp31 struct Agg { struct
48Agg<char> a1 = {1.0F}; // expected-warning {{type 'float' cannot be narrowed to 'char'}} expected… in float_to_int() argument
Dp7-0x.cpp30 struct Agg { struct
47Agg<char> a1 = {1.0F}; // expected-error {{type 'float' cannot be narrowed to 'char'}} expected-n… in float_to_int() argument
/external/clang/test/SemaCXX/
Dcxx98-compat.cpp117 …struct Agg { int a, b; } const &agg = { 1, 2 }; // expected-warning {{reference initialized from i… in RangeFor() struct
Daggregate-initialization.cpp81 class Agg { class
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantFolder.h267 Constant *CreateExtractValue(Constant *Agg, in CreateExtractValue()
272 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
/external/llvm-project/llvm/include/llvm/IR/
DNoFolder.h307 Instruction *CreateExtractValue(Constant *Agg, in CreateExtractValue()
312 Instruction *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
DConstantFolder.h272 Constant *CreateExtractValue(Constant *Agg, in CreateExtractValue()
277 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
/external/llvm/include/llvm/IR/
DConstantFolder.h232 Constant *CreateExtractValue(Constant *Agg, in CreateExtractValue()
237 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetFolder.h259 Constant *CreateExtractValue(Constant *Agg, in CreateExtractValue()
264 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
/external/llvm/include/llvm/Analysis/
DTargetFolder.h257 Constant *CreateExtractValue(Constant *Agg, in CreateExtractValue()
262 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
/external/llvm-project/llvm/include/llvm/Analysis/
DTargetFolder.h266 Constant *CreateExtractValue(Constant *Agg, in CreateExtractValue()
271 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()

123