HomeSort by relevance Sort by last modified time
    Searched refs:Agg (Results 1 - 22 of 22) sorted by null

  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-0x.cpp 30 struct Agg {
39 Agg<char> a1 = {1.0F}; // expected-error {{ cannot be narrowed }} expected-note {{override}}
40 Agg<char> a2 = {1.0}; // expected-error {{ cannot be narrowed }} expected-note {{override}}
41 Agg<char> a3 = {1.0L}; // expected-error {{ cannot be narrowed }} expected-note {{override}}
46 Agg<char> a4 = {f}; // expected-error {{ cannot be narrowed }} expected-note {{override}}
47 Agg<char> a5 = {d}; // expected-error {{ cannot be narrowed }} expected-note {{override}}
48 Agg<char> a6 = {ld}; // expected-error {{ cannot be narrowed }} expected-note {{override}}
63 Agg<float> f1 = {f}; // OK (no-op)
64 Agg<float> f2 = {d}; // expected-error {{ cannot be narrowed }} expected-note {{override}}
65 Agg<float> f3 = {ld}; // expected-error {{ cannot be narrowed }} expected-note {{override}
    [all...]
  /external/clang/test/SemaCXX/
aggregate-initialization.cpp 73 class Agg {
80 Agg agg1;
81 Agg agg2;
  /external/clang/test/CXX/basic/basic.types/
p10.cpp 46 struct Agg {
50 constexpr int f3(Agg a) { return a.a; }
86 struct LitMemBase : Agg {
87 Agg agg; member in struct:LitMemBase
99 Agg agg[24]; member in struct:ArrGood
  /external/llvm/lib/VMCore/
ConstantFold.h 42 Constant *ConstantFoldExtractValueInstruction(Constant *Agg,
44 Constant *ConstantFoldInsertValueInstruction(Constant *Agg, Constant *Val,
Constants.cpp     [all...]
ConstantsContext.h 160 ExtractValueConstantExpr(Constant *Agg,
165 Op<0>() = Agg;
185 InsertValueConstantExpr(Constant *Agg, Constant *Val,
190 Op<0>() = Agg;
ConstantFold.cpp     [all...]
Instructions.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
ConstantFolding.h 67 Constant *ConstantFoldInsertValueInstruction(Constant *Agg, Constant *Val,
InstructionSimplify.h 131 Value *SimplifyInsertValueInst(Value *Agg, Value *Val,
  /external/llvm/include/llvm/Support/
ConstantFolder.h 225 Constant *CreateExtractValue(Constant *Agg,
227 return ConstantExpr::getExtractValue(Agg, IdxList);
230 Constant *CreateInsertValue(Constant *Agg, Constant *Val,
232 return ConstantExpr::getInsertValue(Agg, Val, IdxList);
NoFolder.h 273 Instruction *CreateExtractValue(Constant *Agg,
275 return ExtractValueInst::Create(Agg, IdxList);
278 Instruction *CreateInsertValue(Constant *Agg, Constant *Val,
280 return InsertValueInst::Create(Agg, Val, IdxList);
TargetFolder.h 242 Constant *CreateExtractValue(Constant *Agg,
244 return Fold(ConstantExpr::getExtractValue(Agg, IdxList));
247 Constant *CreateInsertValue(Constant *Agg, Constant *Val,
249 return Fold(ConstantExpr::getInsertValue(Agg, Val, IdxList));
IRBuilder.h     [all...]
  /external/llvm/include/llvm/
Instructions.h     [all...]
Constants.h     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 274 static Constant *getAggregateConstantElement(Constant *Agg, Constant *Idx) {
279 if (ConstantStruct *CS = dyn_cast<ConstantStruct>(Agg)) {
281 } else if (ConstantArray *CA = dyn_cast<ConstantArray>(Agg)) {
283 } else if (ConstantVector *CP = dyn_cast<ConstantVector>(Agg)) {
285 } else if (isa<ConstantAggregateZero>(Agg)) {
286 if (StructType *STy = dyn_cast<StructType>(Agg->getType())) {
290 dyn_cast<SequentialType>(Agg->getType())) {
293 } else if (isa<UndefValue>(Agg)) {
294 if (StructType *STy = dyn_cast<StructType>(Agg->getType())) {
298 dyn_cast<SequentialType>(Agg->getType()))
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 3270 milliseconds