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

  /external/clang/lib/CodeGen/
CGCall.h 127 bool ReturnsRetained;
141 bool ReturnsRetained, bool HasRegParm, unsigned RegParm,
157 bool isReturnsRetained() const { return ReturnsRetained; }
183 ID.AddBoolean(ReturnsRetained);
CGCall.cpp 293 bool _NoReturn, bool returnsRetained,
300 NoReturn(_NoReturn), ReturnsRetained(returnsRetained),
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]

Completed in 441 milliseconds