Searched refs:makeImplicitCast (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 88 ImplicitCastExpr *makeImplicitCast(const Expr *Arg, QualType Ty, 160 return makeImplicitCast(Arg, Ty, CK_LValueToRValue); in makeLvalueToRvalue() 172 ImplicitCastExpr *ASTMaker::makeImplicitCast(const Expr *Arg, QualType Ty, in makeImplicitCast() function in ASTMaker 195 return makeImplicitCast(Arg, Ty, CK_IntegralCast); in makeIntegralCast() 199 return makeImplicitCast(Arg, C.BoolTy, CK_IntegralToBoolean); in makeIntegralCastToBoolean() 269 SubExpr = M.makeImplicitCast( in create_call_once_funcptr_call() 274 SubExpr = M.makeImplicitCast(Call, Ty, CK_FunctionToPointerDecay); in create_call_once_funcptr_call() 482 M.makeImplicitCast(M.makeLvalueToRvalue(Deref, DerefType), DerefType, in create_call_once()
|