/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 | 70 struct Agg { struct 74 constexpr int f3(Agg a) { return a.a; } in f3() argument
|
/external/llvm/lib/IR/ |
D | ConstantsContext.h | 172 ExtractValueConstantExpr(Constant *Agg, in ExtractValueConstantExpr() 198 InsertValueConstantExpr(Constant *Agg, Constant *Val, in InsertValueConstantExpr()
|
D | ConstantFold.cpp | 839 Constant *llvm::ConstantFoldExtractValueInstruction(Constant *Agg, in ConstantFoldExtractValueInstruction() 851 Constant *llvm::ConstantFoldInsertValueInstruction(Constant *Agg, in ConstantFoldInsertValueInstruction()
|
D | Instructions.cpp | 1375 Type *Agg = PTy->getElementType(); in getIndexedTypeInternal() local 1660 void InsertValueInst::init(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs, in init() 1715 Type *ExtractValueInst::getIndexedType(Type *Agg, in getIndexedType()
|
D | Constants.cpp | 2042 Constant *ConstantExpr::getInsertValue(Constant *Agg, Constant *Val, in getInsertValue() 2062 Constant *ConstantExpr::getExtractValue(Constant *Agg, 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 | 114 …struct Agg { int a, b; } const &agg = { 1, 2 }; // expected-warning {{reference initialized from i… in RangeFor() argument
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 249 Constant *CreateExtractValue(Constant *Agg, in CreateExtractValue() 254 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
|
/external/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 225 Constant *CreateExtractValue(Constant *Agg, in CreateExtractValue() 230 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
|
D | NoFolder.h | 285 Instruction *CreateExtractValue(Constant *Agg, in CreateExtractValue() 290 Instruction *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
|
/external/clang/test/CodeGenCXX/ |
D | const-init-cxx11.cpp | 431 struct Agg { int k; }; struct
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2457 Value *Agg; in ParseFunctionBody() local 2478 Value *Agg; in ParseFunctionBody() local
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 1886 Value *Agg = I.getAggregateOperand(); in visitExtractValueInst() local 1929 Value *Agg = I.getAggregateOperand(); in visitInsertValueInst() local
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 1747 Constant *Agg = Operands[J]->getAggregateElement(I); in ConstantFoldVectorCall() local
|
D | InstructionSimplify.cpp | 2801 static Value *SimplifyInsertValueInst(Value *Agg, Value *Val, in SimplifyInsertValueInst() 2828 Value *llvm::SimplifyInsertValueInst(Value *Agg, Value *Val, in SimplifyInsertValueInst()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 2003 Value *Agg = EV.getAggregateOperand(); in visitExtractValueInst() local
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 2510 Value *Agg = I.getAggregateOperand(); in visitExtractValueInst() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 2829 void emitSplitOps(Type *Ty, Value *&Agg, const Twine &Name) { in emitSplitOps()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 3275 SDValue Agg = getValue(Op0); in visitInsertValue() local 3319 SDValue Agg = getValue(Op0); in visitExtractValue() local
|