Home
last modified time | relevance | path

Searched defs:ETy (Results 1 – 16 of 16) sorted by relevance

/external/clang/lib/Analysis/
DFormatString.cpp282 if (const EnumType *ETy = argTy->getAs<EnumType>()) in matchesType() local
299 if (const EnumType *ETy = argTy->getAs<EnumType>()) in matchesType() local
DScanfFormatString.cpp416 if (const EnumType *ETy = PT->getAs<EnumType>()) in fixType() local
DPrintfFormatString.cpp534 if (const EnumType *ETy = QT->getAs<EnumType>()) in fixType() local
/external/llvm/lib/Transforms/ObjCARC/
DARCInstKind.cpp98 Type *ETy = PTy->getElementType(); in GetFunctionClass() local
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1036 Type *ETy = PTy->getElementType(); in printModuleLevelGV() local
1340 Type *ETy = PTy->getElementType(); in emitPTXGlobalVariable() local
1394 Type *ETy = STy->getElementType(i); in getOpenCLAlignment() local
1493 Type *ETy = PTy->getElementType(); in emitFunctionParamList() local
1548 Type *ETy = PTy->getElementType(); in emitFunctionParamList() local
1766 const Type *ETy = CPV->getType(); in bufferLEByte() local
DNVPTXISelLowering.cpp972 Type *ETy = PTy->getElementType(); in getPrototype() local
/external/clang/lib/CodeGen/
DCodeGenTypes.cpp415 QualType ETy = RTy->getPointeeType(); in ConvertType() local
423 QualType ETy = PTy->getPointeeType(); in ConvertType() local
DCodeGenTBAA.cpp147 if (const EnumType *ETy = dyn_cast<EnumType>(Ty)) { in getTBAAInfo() local
DCGCall.cpp1852 QualType ETy = ArrTy->getElementType(); in EmitFunctionProlog() local
/external/llvm/lib/Transforms/IPO/
DPassManagerBuilder.cpp126 void PassManagerBuilder::addExtensionsToPM(ExtensionPointTy ETy, in addExtensionsToPM()
/external/llvm/lib/IR/
DAsmWriter.cpp1177 Type *ETy = CA->getType()->getElementType(); in WriteConstantInternal() local
1205 Type *ETy = CA->getType()->getElementType(); in WriteConstantInternal() local
1255 Type *ETy = CV->getType()->getVectorElementType(); in WriteConstantInternal() local
DVerifier.cpp483 Type *ETy = STy->getTypeAtIndex(2); in visitGlobalVariable() local
/external/llvm/lib/Analysis/
DScalarEvolution.cpp1962 Type *ETy = getEffectiveSCEVType(Ops[0]->getType()); in getAddExpr() local
2370 Type *ETy = getEffectiveSCEVType(Ops[0]->getType()); in getMulExpr() local
2822 Type *ETy = getEffectiveSCEVType(Operands[0]->getType()); in getAddRecExpr() local
2927 Type *ETy = getEffectiveSCEVType(Ops[0]->getType()); in getSMaxExpr() local
3031 Type *ETy = getEffectiveSCEVType(Ops[0]->getType()); in getUMaxExpr() local
7768 Type *ETy = getEffectiveSCEVType(PointerType::getUnqual(Ty)); in getElementSize() local
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1498 StructType *ETy = dyn_cast<StructType>(InitList->getType()->getElementType()); in EmitXXStructorList() local
/external/clang/lib/AST/
DASTContext.cpp7213 if (const EnumType* ETy = LHS->getAs<EnumType>()) { in mergeTypes() local
7216 if (const EnumType* ETy = RHS->getAs<EnumType>()) { in mergeTypes() local
7517 if (const EnumType *ETy = T->getAs<EnumType>()) in getCorrespondingUnsignedType() local
/external/clang/lib/Sema/
DSemaStmt.cpp2552 QualType ETy = E->getType(); in ActOnIndirectGotoStmt() local