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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCRuntime.cpp 249 bool EndCatchMightThrow = (Handler.Variable == nullptr);
252 EndCatchMightThrow,
ItaniumCXXABI.cpp 4440 bool EndCatchMightThrow = CaughtType->isRecordType();
4443 llvm::Value *AdjustedExn = CallBeginCatch(CGF, Exn, EndCatchMightThrow);

Completed in 34 milliseconds