HomeSort by relevance Sort by last modified time
    Searched refs:isSRetAfterThis (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 241 bool isSRetAfterThis() const {
  /external/clang/lib/CodeGen/
CGVTables.cpp 324 int ThisArgNo = RetAI.isIndirect() && !RetAI.isSRetAfterThis() ? 1 : 0;
    [all...]
CodeGenFunction.cpp 691 if (CurFnInfo->getReturnInfo().isSRetAfterThis())
    [all...]
CGCall.cpp     [all...]
TargetInfo.cpp     [all...]

Completed in 51 milliseconds