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 347 bool useEHCleanupForArray)
349 useEHCleanupForArray(useEHCleanupForArray) {}
354 bool useEHCleanupForArray;
358 bool useEHCleanupForArray =
359 flags.isForNormalCleanup() && this->useEHCleanupForArray;
361 CGF.emitDestroy(addr, type, destroyer, useEHCleanupForArray);
    [all...]
CGClass.cpp     [all...]
CGObjC.cpp     [all...]

Completed in 29 milliseconds