Searched refs:makeLvalueToRvalue (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 79 ImplicitCastExpr *makeLvalueToRvalue(const Expr *Arg, QualType Ty); 84 makeLvalueToRvalue(const VarDecl *Decl, 159 ImplicitCastExpr *ASTMaker::makeLvalueToRvalue(const Expr *Arg, QualType Ty) { in makeLvalueToRvalue() function in ASTMaker 164 ASTMaker::makeLvalueToRvalue(const VarDecl *Arg, in makeLvalueToRvalue() function in ASTMaker 167 return makeLvalueToRvalue(makeDeclRefExpr(Arg, in makeLvalueToRvalue() 453 ParamExpr = M.makeLvalueToRvalue(ParamExpr, PTy); in create_call_once() 482 M.makeImplicitCast(M.makeLvalueToRvalue(Deref, DerefType), DerefType, in create_call_once() 544 /*StmtClass=*/M.makeLvalueToRvalue(/*Expr=*/Block), in create_dispatch_once() 559 M.makeLvalueToRvalue( in create_dispatch_once() 571 M.makeLvalueToRvalue( in create_dispatch_once() [all …]
|