Searched refs:makeLvalueToRvalue (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | BodyFarm.cpp | 77 ImplicitCastExpr *makeLvalueToRvalue(const Expr *Arg, QualType Ty); 82 makeLvalueToRvalue(const VarDecl *Decl, 153 ImplicitCastExpr *ASTMaker::makeLvalueToRvalue(const Expr *Arg, QualType Ty) { in makeLvalueToRvalue() function in ASTMaker 158 ASTMaker::makeLvalueToRvalue(const VarDecl *Arg, in makeLvalueToRvalue() function in ASTMaker 161 return makeLvalueToRvalue(makeDeclRefExpr(Arg, in makeLvalueToRvalue() 421 ParamExpr = M.makeLvalueToRvalue(ParamExpr, PTy); in create_call_once() 450 M.makeImplicitCast(M.makeLvalueToRvalue(Deref, DerefType), DerefType, in create_call_once() 513 /*StmtClass=*/M.makeLvalueToRvalue(/*Expr=*/Block), in create_dispatch_once() 528 M.makeLvalueToRvalue( in create_dispatch_once() 540 M.makeLvalueToRvalue( in create_dispatch_once() [all …]
|