Home
last modified time | relevance | path

Searched defs:ETy (Results 1 – 17 of 17) 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.cpp596 if (const EnumType *ETy = QT->getAs<EnumType>()) in fixType() local
/external/llvm/lib/Target/NVPTX/
DNVPTXLowerAlloca.cpp70 auto ETy = PTy->getElementType(); in runOnBasicBlock() local
DNVPTXAsmPrinter.cpp1033 Type *ETy = PTy->getElementType(); in printModuleLevelGV() local
1345 Type *ETy = PTy->getElementType(); in emitPTXGlobalVariable() local
1401 Type *ETy = STy->getElementType(i); in getOpenCLAlignment() local
1500 Type *ETy = PTy->getElementType(); in emitFunctionParamList() local
1555 Type *ETy = PTy->getElementType(); in emitFunctionParamList() local
1797 Type *ETy = CPV->getType(); in bufferLEByte() local
DNVPTXISelLowering.cpp991 Type *ETy = PTy->getElementType(); in getPrototype() local
/external/llvm/lib/Analysis/
DObjCARCInstKind.cpp100 Type *ETy = PTy->getElementType(); in GetFunctionClass() local
DScalarEvolution.cpp1994 Type *ETy = getEffectiveSCEVType(Ops[0]->getType()); in getAddExpr() local
2403 Type *ETy = getEffectiveSCEVType(Ops[0]->getType()); in getMulExpr() local
2848 Type *ETy = getEffectiveSCEVType(Operands[0]->getType()); in getAddRecExpr() local
2999 Type *ETy = getEffectiveSCEVType(Ops[0]->getType()); in getSMaxExpr() local
3102 Type *ETy = getEffectiveSCEVType(Ops[0]->getType()); in getUMaxExpr() local
8780 Type *ETy = getEffectiveSCEVType(PointerType::getUnqual(Ty)); in getElementSize() local
/external/clang/lib/CodeGen/
DCodeGenTypes.cpp496 QualType ETy = RTy->getPointeeType(); in ConvertType() local
504 QualType ETy = PTy->getPointeeType(); in ConvertType() local
DCodeGenTBAA.cpp147 if (const EnumType *ETy = dyn_cast<EnumType>(Ty)) { in getTBAAInfo() local
DCGCall.cpp1966 QualType ETy = ArrTy->getElementType(); in EmitFunctionProlog() local
/external/llvm/lib/Transforms/IPO/
DPassManagerBuilder.cpp146 void PassManagerBuilder::addExtensionsToPM(ExtensionPointTy ETy, in addExtensionsToPM()
/external/llvm/lib/IR/
DAsmWriter.cpp1194 Type *ETy = CA->getType()->getElementType(); in WriteConstantInternal() local
1222 Type *ETy = CA->getType()->getElementType(); in WriteConstantInternal() local
1272 Type *ETy = CV->getType()->getVectorElementType(); in WriteConstantInternal() local
DVerifier.cpp510 Type *ETy = STy->getTypeAtIndex(2); in visitGlobalVariable() local
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1563 StructType *ETy = dyn_cast<StructType>(InitList->getType()->getElementType()); in EmitXXStructorList() local
/external/clang/lib/AST/
DASTContext.cpp7604 if (const EnumType* ETy = LHS->getAs<EnumType>()) { in mergeTypes() local
7607 if (const EnumType* ETy = RHS->getAs<EnumType>()) { in mergeTypes() local
7908 if (const EnumType *ETy = T->getAs<EnumType>()) in getCorrespondingUnsignedType() local
/external/clang/lib/Sema/
DSemaStmt.cpp2598 QualType ETy = E->getType(); in ActOnIndirectGotoStmt() local