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 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...]
CGDeclCXX.cpp 526 bool useEHCleanupForArray, const VarDecl *VD) {
540 emitDestroy(addr, type, destroyer, useEHCleanupForArray);
CGClass.cpp     [all...]
CodeGenFunction.h     [all...]
CGObjC.cpp     [all...]

Completed in 79 milliseconds