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 347 bool useEHCleanupForArray)
349 useEHCleanupForArray(useEHCleanupForArray) {}
354 bool useEHCleanupForArray;
358 bool useEHCleanupForArray =
359 flags.isForNormalCleanup() && this->useEHCleanupForArray;
361 CGF.emitDestroy(addr, type, destroyer, useEHCleanupForArray);
    [all...]
CGDeclCXX.cpp 439 bool useEHCleanupForArray) {
458 emitDestroy(addr, type, destroyer, useEHCleanupForArray);
CGClass.cpp     [all...]
CGObjC.cpp     [all...]
CodeGenFunction.h     [all...]

Completed in 55 milliseconds