Home
last modified time | relevance | path

Searched refs:CastTy (Results 1 – 7 of 7) sorted by relevance

/minix/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseExpr.cpp666 ParsedType CastTy; in ParseCastExpression() local
669 isTypeCast == IsTypeCast, CastTy, RParenLoc); in ParseCastExpression()
1596 ParsedType &CastTy, in ParseExprAfterUnaryExprOrTypeTrait() argument
1646 false, CastTy, RParenLoc); in ParseExprAfterUnaryExprOrTypeTrait()
1745 ParsedType CastTy; in ParseUnaryExprOrTypeTraitExpression() local
1749 CastTy, in ParseUnaryExprOrTypeTraitExpression()
1763 CastTy.getAsOpaquePtr(), in ParseUnaryExprOrTypeTraitExpression()
2044 bool isTypeCast, ParsedType &CastTy, in ParseParenExpression() argument
2055 CastTy = ParsedType(); in ParseParenExpression()
2204 CastTy = Ty.get(); in ParseParenExpression()
[all …]
H A DParseExprCXX.cpp2986 ParsedType &CastTy, in ParseCXXAmbiguousParenExpression() argument
2994 CastTy = ParsedType(); in ParseCXXAmbiguousParenExpression()
3093 DeclaratorInfo, CastTy, in ParseCXXAmbiguousParenExpression()
H A DParseDecl.cpp5935 ParsedType CastTy; in ParseTypeofSpecifier() local
5938 ParseExprAfterUnaryExprOrTypeTrait(OpTok, isCastExpr, CastTy, CastRange)); in ParseTypeofSpecifier()
5949 if (!CastTy) { in ParseTypeofSpecifier()
5958 DiagID, CastTy, in ParseTypeofSpecifier()
/minix/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp62 SVal SimpleSValBuilder::dispatchCast(SVal Val, QualType CastTy) { in dispatchCast() argument
64 return Val.getAs<Loc>() ? evalCastFromLoc(Val.castAs<Loc>(), CastTy) in dispatchCast()
65 : evalCastFromNonLoc(Val.castAs<NonLoc>(), CastTy); in dispatchCast()
/minix/external/bsd/llvm/dist/clang/include/clang/Parse/
H A DParser.h1358 ParsedType &CastTy,
1388 ParsedType &CastTy,
1392 ParenParseOption &ExprType, ParsedType &CastTy,
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp3499 QualType CastTy = llvm::StringSwitch<QualType>(Name) in shouldNotPrintDirectly() local
3506 if (!CastTy.isNull()) in shouldNotPrintDirectly()
3507 return std::make_pair(CastTy, Name); in shouldNotPrintDirectly()
3639 QualType CastTy; in checkFormatExpr() local
3640 std::tie(CastTy, CastTyName) = shouldNotPrintDirectly(S.Context, IntendedTy, E); in checkFormatExpr()
3641 if (!CastTy.isNull()) { in checkFormatExpr()
3642 IntendedTy = CastTy; in checkFormatExpr()
/minix/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.cpp462 EVT CastTy) const { in isLoadBitCastBeneficial()
463 if (LoadTy.getSizeInBits() != CastTy.getSizeInBits()) in isLoadBitCastBeneficial()
467 unsigned CastScalarSize = CastTy.getScalarType().getSizeInBits(); in isLoadBitCastBeneficial()