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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCRuntime.cpp 129 CallObjCEndCatch(bool MightThrow, llvm::FunctionCallee Fn)
130 : MightThrow(MightThrow), Fn(Fn) {}
131 bool MightThrow;
135 if (MightThrow)
ItaniumCXXABI.cpp 4394 CallEndCatch(bool MightThrow) : MightThrow(MightThrow) {}
4395 bool MightThrow;
4398 if (!MightThrow) {

Completed in 29 milliseconds