/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
|
D | ConstantFold.cpp | 885 Constant *llvm::ConstantFoldExtractValueInstruction(Constant *Agg, in ConstantFoldExtractValueInstruction() 913 Constant *llvm::ConstantFoldInsertValueInstruction(Constant *Agg, in ConstantFoldInsertValueInstruction()
|
/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()
|
D | ConstantFold.cpp | 870 Constant *llvm::ConstantFoldExtractValueInstruction(Constant *Agg, in ConstantFoldExtractValueInstruction() 882 Constant *llvm::ConstantFoldInsertValueInstruction(Constant *Agg, in ConstantFoldInsertValueInstruction()
|
/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 | ConstantFolder.h | 225 Constant *CreateExtractValue(Constant *Agg, in CreateExtractValue() 230 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
|
D | TargetFolder.h | 242 Constant *CreateExtractValue(Constant *Agg, in CreateExtractValue() 247 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() argument
|
D | aggregate-initialization.cpp | 81 class Agg { class
|
/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/llvm/lib/Analysis/ |
D | CFLGraph.h | 440 auto *Agg = Inst.getOperand(0); in visitInsertValueInst() local
|
D | InstructionSimplify.cpp | 3607 static Value *SimplifyInsertValueInst(Value *Agg, Value *Val, in SimplifyInsertValueInst() 3635 Value *Agg, Value *Val, ArrayRef<unsigned> Idxs, const DataLayout &DL, in SimplifyInsertValueInst() 3644 static Value *SimplifyExtractValueInst(Value *Agg, ArrayRef<unsigned> Idxs, in SimplifyExtractValueInst() 3667 Value *llvm::SimplifyExtractValueInst(Value *Agg, ArrayRef<unsigned> Idxs, in SimplifyExtractValueInst()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2232 Value *Agg; in ParseFunctionBody() local 2253 Value *Agg; in ParseFunctionBody() local
|
/external/python/cpython2/Lib/sqlite3/test/ |
D | dbapi.py | 794 class Agg: class
|
/external/python/cpython3/Lib/sqlite3/test/ |
D | dbapi.py | 774 class Agg: class
|