HomeSort by relevance Sort by last modified time
    Searched defs:ElemTy (Results 1 - 12 of 12) sorted by null

  /external/clang/lib/AST/
APValue.cpp 325 QualType ElemTy = Ty->getAs<VectorType>()->getElementType();
326 getVectorElt(0).printPretty(Out, Ctx, ElemTy);
329 getVectorElt(i).printPretty(Out, Ctx, ElemTy);
386 QualType ElemTy;
389 ElemTy = VD->getType();
393 ElemTy = E->getType();
399 if (ElemTy->getAs<RecordType>()) {
406 ElemTy = Ctx.getRecordType(RD);
413 ElemTy = VD->getType();
418 ElemTy = Ctx.getAsArrayType(ElemTy)->getElementType()
    [all...]
RecordLayoutBuilder.cpp 412 QualType ElemTy = Context.getBaseElementType(AT);
413 const RecordType *RT = ElemTy->getAs<RecordType>();
515 QualType ElemTy = Context.getBaseElementType(AT);
516 const RecordType *RT = ElemTy->getAs<RecordType>();
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 766 llvm::Type *ElemTy = AType->getElementType();
784 RewriteType |= (C->getType() != ElemTy);
794 fillC = llvm::Constant::getNullValue(ElemTy);
797 RewriteType |= (fillC->getType() != ElemTy);
    [all...]
CodeGenModule.cpp     [all...]
CGExpr.cpp 558 QualType ElemTy = E->getType()->getAs<ComplexType>()->getElementType();
559 llvm::APFloat FVal(getContext().getFloatTypeSemantics(ElemTy), 1);
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp 832 QualType ElemTy = Ty;
837 ElemTy = Context.getBaseElementType(Ty);
841 RequireCompleteType(TyBeginLoc, ElemTy
    [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 104 EVT ElemTy = VT.getVectorElementType();
105 if (ElemTy != MVT::i64 && ElemTy != MVT::f64)
109 if (ElemTy == MVT::i32) {
    [all...]

Completed in 5792 milliseconds