Searched refs:makeImplicitCast (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 87 ImplicitCastExpr *makeImplicitCast(const Expr *Arg, QualType Ty, 159 return makeImplicitCast(Arg, Ty, CK_LValueToRValue); in makeLvalueToRvalue() 171 ImplicitCastExpr *ASTMaker::makeImplicitCast(const Expr *Arg, QualType Ty, in makeImplicitCast() function in ASTMaker 194 return makeImplicitCast(Arg, Ty, CK_IntegralCast); in makeIntegralCast() 198 return makeImplicitCast(Arg, C.BoolTy, CK_IntegralToBoolean); in makeIntegralCastToBoolean() 268 SubExpr = M.makeImplicitCast( in create_call_once_funcptr_call() 273 SubExpr = M.makeImplicitCast(Call, Ty, CK_FunctionToPointerDecay); in create_call_once_funcptr_call() 481 M.makeImplicitCast(M.makeLvalueToRvalue(Deref, DerefType), DerefType, in create_call_once()
|