HomeSort by relevance Sort by last modified time
    Searched refs:EndCatchMightThrow (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 245 bool EndCatchMightThrow = (Handler.Variable == nullptr);
248 EndCatchMightThrow,
CGException.cpp 908 bool EndCatchMightThrow = CaughtType->isRecordType();
911 llvm::Value *AdjustedExn = CallBeginCatch(CGF, Exn, EndCatchMightThrow);
    [all...]

Completed in 1190 milliseconds