Home
last modified time | relevance | path

Searched defs:FromTy (Results 1 – 12 of 12) sorted by relevance

/external/clang/lib/Sema/
DSemaFixItUtils.cpp52 const QualType FromTy, in tryToFixConversion()
DSemaType.cpp4698 TypeSourceInfo *Sema::GetTypeForDeclaratorCast(Declarator &D, QualType FromTy) { in GetTypeForDeclaratorCast()
DSemaOverload.cpp9080 QualType FromTy = Conv.Bad.getFromType(); in DiagnoseBadConversion() local
/external/clang/lib/StaticAnalyzer/Core/
DSValBuilder.cpp406 QualType FromTy) { in shouldBeModeledWithNoOp()
/external/llvm/include/llvm/Target/
DTargetLowering.h1652 virtual bool isTruncateFree(Type *FromTy, Type *ToTy) const { in isTruncateFree()
1661 virtual bool allowTruncateForTailCall(Type *FromTy, Type *ToTy) const { in allowTruncateForTailCall()
1708 virtual bool isZExtFree(Type *FromTy, Type *ToTy) const { in isZExtFree()
1712 virtual bool isZExtFree(EVT FromTy, EVT ToTy) const { in isZExtFree()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h230 QualType FromTy; variable
/external/swiftshader/third_party/LLVM/lib/Analysis/
DDIBuilder.cpp194 DIType DIBuilder::createQualifiedType(unsigned Tag, DIType FromTy) { in createQualifiedType()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp694 DIType FromTy = DTy.getTypeDerivedFrom(); in constructTypeDIE() local
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp818 const DIType *FromTy = resolve(DTy->getBaseType()); in constructTypeDIE() local
/external/llvm/lib/IR/
DDIBuilder.cpp204 DIDerivedType *DIBuilder::createQualifiedType(unsigned Tag, DIType *FromTy) { in createQualifiedType()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp644 auto *FromTy = getOrCreateType(Qc.apply(CGM.getContext(), T), Unit); in CreateQualifiedType() local
/external/clang/lib/AST/
DASTImporter.cpp3001 QualType FromTy = D->getType(); in VisitFunctionDecl() local