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 308 bool useEHCleanupForArray)
310 useEHCleanupForArray(useEHCleanupForArray) {}
315 bool useEHCleanupForArray;
319 bool useEHCleanupForArray =
320 flags.isForNormalCleanup() && this->useEHCleanupForArray;
322 CGF.emitDestroy(addr, type, destroyer, useEHCleanupForArray);
    [all...]
CGDeclCXX.cpp 347 bool useEHCleanupForArray) {
362 emitDestroy(addr, type, destroyer, useEHCleanupForArray);
CGClass.cpp     [all...]
CGObjC.cpp     [all...]
CodeGenFunction.h     [all...]

Completed in 1842 milliseconds