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

  /external/clang/lib/CodeGen/
CGDecl.cpp 358 bool useEHCleanupForArray)
360 useEHCleanupForArray(useEHCleanupForArray) {}
365 bool useEHCleanupForArray;
369 bool useEHCleanupForArray =
370 flags.isForNormalCleanup() && this->useEHCleanupForArray;
372 CGF.emitDestroy(addr, type, destroyer, useEHCleanupForArray);
    [all...]
CGClass.cpp     [all...]
CGObjC.cpp     [all...]

Completed in 109 milliseconds