/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; }; struct
|
/external/clang/test/CodeGen/ |
D | block-byref-aggr.c | 4 typedef struct { int v; } Agg; typedef
|
/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 | 170 ExtractValueConstantExpr(Constant *Agg, ArrayRef<unsigned> IdxList, in ExtractValueConstantExpr() 202 InsertValueConstantExpr(Constant *Agg, Constant *Val, in InsertValueConstantExpr()
|
D | ConstantFold.cpp | 871 Constant *llvm::ConstantFoldExtractValueInstruction(Constant *Agg, in ConstantFoldExtractValueInstruction() 883 Constant *llvm::ConstantFoldInsertValueInstruction(Constant *Agg, in ConstantFoldInsertValueInstruction()
|
D | Instructions.cpp | 1540 static Type *getIndexedTypeInternal(Type *Agg, ArrayRef<IndexTy> IdxList) { in getIndexedTypeInternal() 1824 void InsertValueInst::init(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs, in init() 1879 Type *ExtractValueInst::getIndexedType(Type *Agg, in getIndexedType()
|
D | Constants.cpp | 2126 Constant *ConstantExpr::getInsertValue(Constant *Agg, Constant *Val, in getInsertValue() 2150 Constant *ConstantExpr::getExtractValue(Constant *Agg, ArrayRef<unsigned> Idxs, in getExtractValue()
|
/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/clang/test/SemaCXX/ |
D | aggregate-initialization.cpp | 73 class Agg { class
|
D | cxx98-compat.cpp | 117 …struct Agg { int a, b; } const &agg = { 1, 2 }; // expected-warning {{reference initialized from i… in RangeFor() struct
|
/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/lib/Analysis/ |
D | InstructionSimplify.cpp | 3547 static Value *SimplifyInsertValueInst(Value *Agg, Value *Val, in SimplifyInsertValueInst() 3575 Value *Agg, Value *Val, ArrayRef<unsigned> Idxs, const DataLayout &DL, in SimplifyInsertValueInst() 3584 static Value *SimplifyExtractValueInst(Value *Agg, ArrayRef<unsigned> Idxs, in SimplifyExtractValueInst() 3607 Value *llvm::SimplifyExtractValueInst(Value *Agg, ArrayRef<unsigned> Idxs, in SimplifyExtractValueInst()
|
D | ConstantFolding.cpp | 1802 Constant *Agg = Operands[J]->getAggregateElement(I); in ConstantFoldVectorCall() local
|
D | CFLAliasAnalysis.cpp | 430 auto *Agg = Inst.getOperand(0); in visitInsertValueInst() local
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 1887 Value *Agg = I.getAggregateOperand(); in visitExtractValueInst() local 1930 Value *Agg = I.getAggregateOperand(); in visitInsertValueInst() local
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4190 Value *Agg; in parseFunctionBody() local 4229 Value *Agg; in parseFunctionBody() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 2203 Value *Agg = EV.getAggregateOperand(); in visitExtractValueInst() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 3047 void emitSplitOps(Type *Ty, Value *&Agg, const Twine &Name) { in emitSplitOps()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 2704 Value *Agg = I.getAggregateOperand(); in visitExtractValueInst() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 2914 SDValue Agg = getValue(Op0); in visitInsertValue() local 2958 SDValue Agg = getValue(Op0); in visitExtractValue() local
|