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 836 bool isByRef = D.hasAttr<BlocksAttr>();
837 emission.IsByRef = isByRef;
868 if (CGM.getCodeGenOpts().MergeAllConstants && !NRVO && !isByRef &&
    [all...]
CodeGenFunction.h     [all...]

Completed in 173 milliseconds