/external/clang/test/CodeGenCXX/ |
D | microsoft-abi-byval-thunks.cpp | 5 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…
|
D | const-init-cxx11.cpp | 441 struct Agg { int k; }; argument
|
/external/clang/test/CodeGen/ |
D | block-byref-aggr.c | 4 typedef struct { int v; } Agg; typedef
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | ConstantsContext.h | 160 ExtractValueConstantExpr(Constant *Agg, in ExtractValueConstantExpr() 185 InsertValueConstantExpr(Constant *Agg, Constant *Val, in InsertValueConstantExpr()
|
D | Constants.cpp | 1733 Constant *ConstantExpr::getInsertValue(Constant *Agg, Constant *Val, in getInsertValue() 1745 Constant *ConstantExpr::getExtractValue(Constant *Agg, in getExtractValue() 2099 Constant *Agg = getOperand(0); in replaceUsesOfWithOnConstant() local 2105 Constant *Agg = getOperand(0); in replaceUsesOfWithOnConstant() local
|
/external/clang/test/CXX/basic/basic.types/ |
D | p10.cpp | 69 struct Agg { struct 73 constexpr int f3(Agg a) { return a.a; } in f3() argument
|
/external/llvm/lib/IR/ |
D | ConstantsContext.h | 168 ExtractValueConstantExpr(Constant *Agg, ArrayRef<unsigned> IdxList, in ExtractValueConstantExpr() 200 InsertValueConstantExpr(Constant *Agg, Constant *Val, in InsertValueConstantExpr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | ConstantsContext.h | 175 ExtractValueConstantExpr(Constant *Agg, ArrayRef<unsigned> IdxList, in ExtractValueConstantExpr() 206 InsertValueConstantExpr(Constant *Agg, Constant *Val, in InsertValueConstantExpr()
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/ |
D | p7-cxx11-nowarn.cpp | 31 struct Agg { struct 48 …Agg<char> a1 = {1.0F}; // expected-warning {{type 'float' cannot be narrowed to 'char'}} expected… in float_to_int() argument
|
D | p7-0x.cpp | 30 struct Agg { struct 47 …Agg<char> a1 = {1.0F}; // expected-error {{type 'float' cannot be narrowed to 'char'}} expected-n… in float_to_int() argument
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | TargetFolder.h | 242 Constant *CreateExtractValue(Constant *Agg, in CreateExtractValue() 247 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
|
D | ConstantFolder.h | 225 Constant *CreateExtractValue(Constant *Agg, in CreateExtractValue() 230 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
|
D | NoFolder.h | 273 Instruction *CreateExtractValue(Constant *Agg, in CreateExtractValue() 278 Instruction *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
|
/external/clang/test/SemaCXX/ |
D | cxx98-compat.cpp | 117 …struct Agg { int a, b; } const &agg = { 1, 2 }; // expected-warning {{reference initialized from i… in RangeFor() struct
|
D | aggregate-initialization.cpp | 81 class Agg { class
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 256 Constant *CreateExtractValue(Constant *Agg, in CreateExtractValue() 261 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 264 Constant *CreateExtractValue(Constant *Agg, in CreateExtractValue() 269 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
|
D | NoFolder.h | 329 Instruction *CreateExtractValue(Constant *Agg, in CreateExtractValue() 334 Instruction *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
|
/external/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 232 Constant *CreateExtractValue(Constant *Agg, in CreateExtractValue() 237 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
|
D | NoFolder.h | 286 Instruction *CreateExtractValue(Constant *Agg, in CreateExtractValue() 291 Instruction *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 257 Constant *CreateExtractValue(Constant *Agg, in CreateExtractValue() 262 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
|
/external/llvm/tools/llvm-c-test/ |
D | echo.cpp | 634 LLVMValueRef Agg = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction() local 642 LLVMValueRef Agg = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/ |
D | echo.cpp | 706 LLVMValueRef Agg = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction() local 714 LLVMValueRef Agg = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction() local
|
/external/llvm/lib/Analysis/ |
D | CFLGraph.h | 440 auto *Agg = Inst.getOperand(0); in visitInsertValueInst() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | CFLGraph.h | 491 auto *Agg = Inst.getOperand(0); in visitInsertValueInst() local
|