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

  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 389 QualType ETy = RTy->getPointeeType();
390 llvm::Type *PointeeType = ConvertTypeForMem(ETy);
391 unsigned AS = Context.getTargetAddressSpace(ETy);
397 QualType ETy = PTy->getPointeeType();
398 llvm::Type *PointeeType = ConvertTypeForMem(ETy);
401 unsigned AS = Context.getTargetAddressSpace(ETy);
  /external/llvm/lib/VMCore/
AsmWriter.cpp 829 Type *ETy = CA->getType()->getElementType();
837 TypePrinter.print(ETy, Out);
844 TypePrinter.print(ETy, Out);
886 Type *ETy = CP->getType()->getElementType();
890 TypePrinter.print(ETy, Out);
896 TypePrinter.print(ETy, Out);
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
  /external/llvm/lib/Target/CBackend/
CBackend.cpp 565 Type *ETy = CPA->getType()->getElementType();
566 bool isString = (ETy == Type::getInt8Ty(CPA->getContext()) ||
567 ETy == Type::getInt8Ty(CPA->getContext()));
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ObjCARC.cpp 217 Type *ETy = PTy->getElementType();
219 if (ETy->isIntegerTy(8))
237 if (PointerType *Pte = dyn_cast<PointerType>(ETy))
    [all...]

Completed in 2842 milliseconds