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 363 bool useEHCleanupForArray)
365 useEHCleanupForArray(useEHCleanupForArray) {}
370 bool useEHCleanupForArray;
374 bool useEHCleanupForArray =
375 flags.isForNormalCleanup() && this->useEHCleanupForArray;
377 CGF.emitDestroy(addr, type, destroyer, useEHCleanupForArray);
    [all...]
CGClass.cpp     [all...]
CGObjC.cpp     [all...]

Completed in 94 milliseconds