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 423 bool useEHCleanupForArray)
425 useEHCleanupForArray(useEHCleanupForArray) {}
430 bool useEHCleanupForArray;
434 bool useEHCleanupForArray =
435 flags.isForNormalCleanup() && this->useEHCleanupForArray;
437 CGF.emitDestroy(addr, type, destroyer, useEHCleanupForArray);
    [all...]
CGDeclCXX.cpp 603 bool useEHCleanupForArray, const VarDecl *VD) {
619 emitDestroy(addr, type, destroyer, useEHCleanupForArray);
CGClass.cpp     [all...]
CGObjC.cpp     [all...]
CodeGenFunction.h     [all...]

Completed in 256 milliseconds