Home
last modified time | relevance | path

Searched defs:Agg (Results 1 – 15 of 15) sorted by relevance

/external/clang/test/CXX/basic/basic.types/
Dp10.cpp64 struct Agg { struct
68 constexpr int f3(Agg a) { return a.a; } in f3() argument
/external/llvm/lib/VMCore/
DConstantsContext.h169 ExtractValueConstantExpr(Constant *Agg, in ExtractValueConstantExpr()
195 InsertValueConstantExpr(Constant *Agg, Constant *Val, in InsertValueConstantExpr()
DConstantFold.cpp815 Constant *llvm::ConstantFoldExtractValueInstruction(Constant *Agg, in ConstantFoldExtractValueInstruction()
827 Constant *llvm::ConstantFoldInsertValueInstruction(Constant *Agg, in ConstantFoldInsertValueInstruction()
DInstructions.cpp1343 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()
DConstants.cpp1875 Constant *ConstantExpr::getInsertValue(Constant *Agg, Constant *Val, in getInsertValue()
1887 Constant *ConstantExpr::getExtractValue(Constant *Agg, in getExtractValue()
/external/clang/test/SemaCXX/
Daggregate-initialization.cpp73 class Agg { class
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
Dp7-cxx11-nowarn.cpp31 struct Agg { struct
48Agg<char> a1 = {1.0F}; // expected-warning {{type 'float' cannot be narrowed to 'char'}} expected… in float_to_int() argument
Dp7-0x.cpp30 struct Agg { struct
47Agg<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/
DTargetFolder.h242 Constant *CreateExtractValue(Constant *Agg, in CreateExtractValue()
247 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
DConstantFolder.h225 Constant *CreateExtractValue(Constant *Agg, in CreateExtractValue()
230 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
DNoFolder.h273 Instruction *CreateExtractValue(Constant *Agg, in CreateExtractValue()
278 Instruction *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2088 Value *Agg; in ParseFunctionBody() local
2109 Value *Agg; in ParseFunctionBody() local
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp2584 static Value *SimplifyInsertValueInst(Value *Agg, Value *Val, in SimplifyInsertValueInst()
2611 Value *llvm::SimplifyInsertValueInst(Value *Agg, Value *Val, in SimplifyInsertValueInst()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1268 Value *Agg = EV.getAggregateOperand(); in visitExtractValueInst() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp3015 SDValue Agg = getValue(Op0); in visitInsertValue() local
3059 SDValue Agg = getValue(Op0); in visitExtractValue() local