Searched refs:makeImplicitCast (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 86 ImplicitCastExpr *makeImplicitCast(const Expr *Arg, QualType Ty, 154 return makeImplicitCast(Arg, Ty, CK_LValueToRValue); in makeLvalueToRvalue() 166 ImplicitCastExpr *ASTMaker::makeImplicitCast(const Expr *Arg, QualType Ty, in makeImplicitCast() function in ASTMaker 179 return makeImplicitCast(Arg, Ty, CK_IntegralCast); in makeIntegralCast() 183 return makeImplicitCast(Arg, C.BoolTy, CK_IntegralToBoolean); in makeIntegralCastToBoolean() 253 SubExpr = M.makeImplicitCast( in create_call_once_funcptr_call() 258 SubExpr = M.makeImplicitCast(Call, Ty, CK_FunctionToPointerDecay); in create_call_once_funcptr_call() 450 M.makeImplicitCast(M.makeLvalueToRvalue(Deref, DerefType), DerefType, in create_call_once()
|