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

  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 137 if (const EnumType *ETy = dyn_cast<EnumType>(Ty)) {
143 ETy->getDecl()->getTypedefNameForAnonDecl())
151 ETy->getDecl()->getLinkage() != ExternalLinkage)
158 MContext.mangleCXXRTTIName(QualType(ETy, 0), Out);
CodeGenTypes.cpp 387 QualType ETy = RTy->getPointeeType();
388 llvm::Type *PointeeType = ConvertTypeForMem(ETy);
389 unsigned AS = Context.getTargetAddressSpace(ETy);
395 QualType ETy = PTy->getPointeeType();
396 llvm::Type *PointeeType = ConvertTypeForMem(ETy);
399 unsigned AS = Context.getTargetAddressSpace(ETy);
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 1030 Type *ETy = PTy->getElementType();
    [all...]
NVPTXISelLowering.cpp 401 Type *ETy = PTy->getElementType();
405 unsigned sz = getTargetData()->getTypeAllocSize(ETy);
414 ComputeValueVTs(*this, ETy, vtparts);
    [all...]
  /external/llvm/include/llvm/Transforms/IPO/
PassManagerBuilder.h 122 void addExtensionsToPM(ExtensionPointTy ETy, PassManagerBase &PM) const;
  /external/llvm/lib/Transforms/IPO/
PassManagerBuilder.cpp 73 void PassManagerBuilder::addExtensionsToPM(ExtensionPointTy ETy,
76 if ((*GlobalExtensions)[i].first == ETy)
79 if (Extensions[i].first == ETy)
  /external/clang/lib/Analysis/
FormatString.cpp 258 if (const EnumType *ETy = argTy->getAs<EnumType>())
259 argTy = ETy->getDecl()->getIntegerType();
275 if (const EnumType *ETy = argTy->getAs<EnumType>())
276 argTy = ETy->getDecl()->getIntegerType();
PrintfFormatString.cpp 416 if (const EnumType *ETy = QT->getAs<EnumType>())
417 QT = ETy->getDecl()->getIntegerType();
ScanfFormatString.cpp 365 if (const EnumType *ETy = QT->getAs<EnumType>())
366 QT = ETy->getDecl()->getIntegerType();
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 319 DIE *constructEnumTypeDIE(DIEnumerator ETy);
AsmPrinter.cpp     [all...]
DwarfCompileUnit.cpp     [all...]
  /external/llvm/lib/VMCore/
AsmWriter.cpp 845 Type *ETy = CA->getType()->getElementType();
847 TypePrinter.print(ETy, Out);
854 TypePrinter.print(ETy, Out);
873 Type *ETy = CA->getType()->getElementType();
875 TypePrinter.print(ETy, Out);
882 TypePrinter.print(ETy, Out);
923 Type *ETy = CV->getType()->getVectorElementType();
925 TypePrinter.print(ETy, Out);
931 TypePrinter.print(ETy, Out);
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
ObjCARC.cpp 221 Type *ETy = PTy->getElementType();
223 if (ETy->isIntegerTy(8))
241 if (PointerType *Pte = dyn_cast<PointerType>(ETy))
    [all...]

Completed in 1809 milliseconds