Searched defs:FromTy (Results 1 – 12 of 12) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaFixItUtils.cpp | 52 const QualType FromTy, in tryToFixConversion()
|
D | SemaType.cpp | 4698 TypeSourceInfo *Sema::GetTypeForDeclaratorCast(Declarator &D, QualType FromTy) { in GetTypeForDeclaratorCast()
|
D | SemaOverload.cpp | 9080 QualType FromTy = Conv.Bad.getFromType(); in DiagnoseBadConversion() local
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | SValBuilder.cpp | 406 QualType FromTy) { in shouldBeModeledWithNoOp()
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 1652 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/ |
D | SymbolManager.h | 230 QualType FromTy; variable
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | DIBuilder.cpp | 194 DIType DIBuilder::createQualifiedType(unsigned Tag, DIType FromTy) { in createQualifiedType()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 694 DIType FromTy = DTy.getTypeDerivedFrom(); in constructTypeDIE() local
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 818 const DIType *FromTy = resolve(DTy->getBaseType()); in constructTypeDIE() local
|
/external/llvm/lib/IR/ |
D | DIBuilder.cpp | 204 DIDerivedType *DIBuilder::createQualifiedType(unsigned Tag, DIType *FromTy) { in createQualifiedType()
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 644 auto *FromTy = getOrCreateType(Qc.apply(CGM.getContext(), T), Unit); in CreateQualifiedType() local
|
/external/clang/lib/AST/ |
D | ASTImporter.cpp | 3001 QualType FromTy = D->getType(); in VisitFunctionDecl() local
|