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

  /external/clang/lib/CodeGen/
CGDecl.cpp 788 bool isByRef = D.hasAttr<BlocksAttr>();
789 emission.IsByRef = isByRef;
821 if (CGM.getCodeGenOpts().MergeAllConstants && !NRVO && !isByRef &&
860 if (isByRef)
867 if (isByRef)
    [all...]
CodeGenFunction.h     [all...]

Completed in 36 milliseconds