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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp 1059 ReturnValuePointer =
1063 ReturnValuePointer);
1074 ReturnValuePointer = Address(Addr, getPointerAlign());
CGDecl.cpp 1601 bool UsePointerValue = NRVO && ReturnValuePointer.isValid();
1606 DebugAddr = ReturnValuePointer;
CodeGenFunction.h 359 /// ReturnValuePointer - The temporary alloca to hold a pointer to sret.
361 Address ReturnValuePointer = Address::invalid();

Completed in 30 milliseconds