Home
last modified time | relevance | path

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

123

/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-byval-thunks.cpp5 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…
Dconst-init-cxx11.cpp441 struct Agg { int k; }; struct
/external/clang/test/CodeGen/
Dblock-byref-aggr.c4 typedef struct { int v; } Agg; typedef
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantsContext.h160 ExtractValueConstantExpr(Constant *Agg, in ExtractValueConstantExpr()
185 InsertValueConstantExpr(Constant *Agg, Constant *Val, in InsertValueConstantExpr()
DConstants.cpp1733 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
/external/clang/test/CXX/basic/basic.types/
Dp10.cpp69 struct Agg { struct
73 constexpr int f3(Agg a) { return a.a; } in f3() argument
/external/llvm/lib/IR/
DConstantsContext.h168 ExtractValueConstantExpr(Constant *Agg, ArrayRef<unsigned> IdxList, in ExtractValueConstantExpr()
200 InsertValueConstantExpr(Constant *Agg, Constant *Val, in InsertValueConstantExpr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstantsContext.h175 ExtractValueConstantExpr(Constant *Agg, ArrayRef<unsigned> IdxList, in ExtractValueConstantExpr()
206 InsertValueConstantExpr(Constant *Agg, Constant *Val, in InsertValueConstantExpr()
/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/swiftshader/third_party/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/clang/test/SemaCXX/
Dcxx98-compat.cpp117 …struct Agg { int a, b; } const &agg = { 1, 2 }; // expected-warning {{reference initialized from i… in RangeFor() argument
Daggregate-initialization.cpp81 class Agg { class
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetFolder.h256 Constant *CreateExtractValue(Constant *Agg, in CreateExtractValue()
261 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DConstantFolder.h264 Constant *CreateExtractValue(Constant *Agg, in CreateExtractValue()
269 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
DNoFolder.h329 Instruction *CreateExtractValue(Constant *Agg, in CreateExtractValue()
334 Instruction *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
/external/llvm/include/llvm/IR/
DConstantFolder.h232 Constant *CreateExtractValue(Constant *Agg, in CreateExtractValue()
237 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
DNoFolder.h286 Instruction *CreateExtractValue(Constant *Agg, in CreateExtractValue()
291 Instruction *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
/external/llvm/include/llvm/Analysis/
DTargetFolder.h257 Constant *CreateExtractValue(Constant *Agg, in CreateExtractValue()
262 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
/external/llvm/tools/llvm-c-test/
Decho.cpp634 LLVMValueRef Agg = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction() local
642 LLVMValueRef Agg = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Decho.cpp706 LLVMValueRef Agg = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction() local
714 LLVMValueRef Agg = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction() local
/external/llvm/lib/Analysis/
DCFLGraph.h440 auto *Agg = Inst.getOperand(0); in visitInsertValueInst() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCFLGraph.h491 auto *Agg = Inst.getOperand(0); in visitInsertValueInst() local

123