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

  /src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
CGFunctionInfo.h 398 bool getIndirectByVal() const {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCall.cpp 2405 if (AI.getIndirectByVal())
2434 if (AI.getIndirectByVal())
4816 if (!ArgInfo.getIndirectByVal() ||
4821 if ((ArgInfo.getIndirectByVal() &&
4829 else if ((ArgInfo.getIndirectByVal() &&
CodeGenFunction.cpp 1058 if (!CurFnInfo->getReturnInfo().getIndirectByVal()) {
TargetInfo.cpp 259 << " ByVal=" << getIndirectByVal()
1977 if (Info.isIndirect() && !Info.getIndirectByVal())

Completed in 67 milliseconds