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 339 bool useEHCleanupForArray)
341 useEHCleanupForArray(useEHCleanupForArray) {}
346 bool useEHCleanupForArray;
350 bool useEHCleanupForArray =
351 flags.isForNormalCleanup() && this->useEHCleanupForArray;
353 CGF.emitDestroy(addr, type, destroyer, useEHCleanupForArray);
    [all...]
CGClass.cpp     [all...]
CGObjC.cpp     [all...]

Completed in 26 milliseconds