HomeSort by relevance Sort by last modified time
    Searched refs:useEHCleanupForArray (Results 1 - 5 of 5) 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...]
CGDeclCXX.cpp 443 bool useEHCleanupForArray) {
459 emitDestroy(addr, type, destroyer, useEHCleanupForArray);
CGClass.cpp     [all...]
CGObjC.cpp     [all...]
CodeGenFunction.h     [all...]

Completed in 292 milliseconds