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 407 bool useEHCleanupForArray)
409 useEHCleanupForArray(useEHCleanupForArray) {}
414 bool useEHCleanupForArray;
418 bool useEHCleanupForArray =
419 flags.isForNormalCleanup() && this->useEHCleanupForArray;
421 CGF.emitDestroy(addr, type, destroyer, useEHCleanupForArray);
    [all...]
CGDeclCXX.cpp 584 bool useEHCleanupForArray, const VarDecl *VD) {
600 emitDestroy(addr, type, destroyer, useEHCleanupForArray);
CGClass.cpp     [all...]
CGObjC.cpp     [all...]
CodeGenFunction.h     [all...]

Completed in 65 milliseconds