/external/clang/test/CXX/basic/basic.types/ |
D | p10.cpp | 64 struct Agg { struct 68 constexpr int f3(Agg a) { return a.a; } in f3() argument
|
/external/llvm/lib/VMCore/ |
D | ConstantsContext.h | 169 ExtractValueConstantExpr(Constant *Agg, in ExtractValueConstantExpr() 195 InsertValueConstantExpr(Constant *Agg, Constant *Val, in InsertValueConstantExpr()
|
D | ConstantFold.cpp | 815 Constant *llvm::ConstantFoldExtractValueInstruction(Constant *Agg, in ConstantFoldExtractValueInstruction() 827 Constant *llvm::ConstantFoldInsertValueInstruction(Constant *Agg, in ConstantFoldInsertValueInstruction()
|
D | Instructions.cpp | 1343 Type *Agg = PTy->getElementType(); in getIndexedTypeInternal() local 1634 void InsertValueInst::init(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs, in init() 1689 Type *ExtractValueInst::getIndexedType(Type *Agg, in getIndexedType()
|
D | Constants.cpp | 1875 Constant *ConstantExpr::getInsertValue(Constant *Agg, Constant *Val, in getInsertValue() 1887 Constant *ConstantExpr::getExtractValue(Constant *Agg, in getExtractValue()
|
/external/clang/test/SemaCXX/ |
D | aggregate-initialization.cpp | 73 class Agg { class
|
/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/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/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2088 Value *Agg; in ParseFunctionBody() local 2109 Value *Agg; in ParseFunctionBody() local
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 2584 static Value *SimplifyInsertValueInst(Value *Agg, Value *Val, in SimplifyInsertValueInst() 2611 Value *llvm::SimplifyInsertValueInst(Value *Agg, Value *Val, in SimplifyInsertValueInst()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1268 Value *Agg = EV.getAggregateOperand(); in visitExtractValueInst() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 3015 SDValue Agg = getValue(Op0); in visitInsertValue() local 3059 SDValue Agg = getValue(Op0); in visitExtractValue() local
|