HomeSort by: relevance | last modified time | path
    Searched defs:isByRef (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
PredicateExpander.h 41 bool isByRef() const { return EmitCallsByRef; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetCallingConv.h 34 unsigned IsByRef : 1; ///< Passed in memory
62 : IsZExt(0), IsSExt(0), IsInReg(0), IsSRet(0), IsByVal(0), IsByRef(0),
88 bool isByRef() const { return IsByRef; }
89 void setByRef() { IsByRef = 1; }
170 assert(isByVal() && !isByRef());
174 assert(isByVal() && !isByRef());
179 assert(!isByVal() && isByRef());
183 assert(!isByVal() && isByRef());

Completed in 26 milliseconds