HomeSort by: relevance | last modified time | path
    Searched refs:EmitVAListRef (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp 2258 Address CodeGenFunction::EmitVAListRef(const Expr* E) {
CodeGenFunction.h 2587 // EmitVAListRef - Emit a "reference" to a va_list; this is either the address
2589 Address EmitVAListRef(const Expr *E);
2698 /// \c EmitVAListRef or \c EmitMSVAListRef.
2707 /// either \c EmitVAListRef or \c EmitMSVAListRef.
CGCall.cpp 5511 : EmitVAListRef(VE->getSubExpr());
CGBuiltin.cpp 2536 : EmitVAListRef(E->getArg(0)).getPointer(),
2539 Value *DstPtr = EmitVAListRef(E->getArg(0)).getPointer();
2540 Value *SrcPtr = EmitVAListRef(E->getArg(1)).getPointer();

Completed in 67 milliseconds