Home
last modified time | relevance | path

Searched refs:EmitVAListRef (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2258 Address CodeGenFunction::EmitVAListRef(const Expr* E) { in EmitVAListRef() function in CodeGenFunction
H A DCodeGenFunction.h2589 Address EmitVAListRef(const Expr *E);
H A DCGCall.cpp5511 : EmitVAListRef(VE->getSubExpr()); in EmitVAArg()
H A DCGBuiltin.cpp2536 : EmitVAListRef(E->getArg(0)).getPointer(), in EmitBuiltinExpr()
2539 Value *DstPtr = EmitVAListRef(E->getArg(0)).getPointer(); in EmitBuiltinExpr()
2540 Value *SrcPtr = EmitVAListRef(E->getArg(1)).getPointer(); in EmitBuiltinExpr()