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

  /external/clang/lib/CodeGen/
CGDecl.cpp 320 flags.isForNormalCleanup() && this->useEHCleanupForArray;
338 bool NRVO = flags.isForNormalCleanup() && NRVOFlag;
    [all...]
CGClass.cpp     [all...]
CGObjC.cpp     [all...]
CodeGenFunction.h 203 bool isForNormalCleanup() const { return !isForEHCleanup(); }
    [all...]

Completed in 65 milliseconds