HomeSort by: relevance | last modified time | path
    Searched refs:NormalCleanupDest (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCleanup.cpp 634 assert(condition->getOperand(0) == CGF.NormalCleanupDest.getPointer());
869 NormalCleanupDest = Address::invalid();
1302 if (!NormalCleanupDest.isValid())
1303 NormalCleanupDest =
1305 return NormalCleanupDest;
CodeGenFunction.cpp 470 if (NormalCleanupDest.isValid() && isCoroutine()) {
473 cast<llvm::AllocaInst>(NormalCleanupDest.getPointer()), DT);
474 NormalCleanupDest = Address::invalid();
CodeGenFunction.h 617 Address NormalCleanupDest = Address::invalid();
CGObjCMac.cpp 4498 addIfPresent(AllocasToIgnore, CGF.NormalCleanupDest);

Completed in 129 milliseconds