Searched refs:MightThrow (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp156 CallObjCEndCatch(bool MightThrow, llvm::Value *Fn) : argument
157 MightThrow(MightThrow), Fn(Fn) {}
158 bool MightThrow; member in struct:__anon17849::CallObjCEndCatch
162 if (!MightThrow) {
H A DCGException.cpp862 CallEndCatch(bool MightThrow) : MightThrow(MightThrow) {} argument
863 bool MightThrow; member in struct:__anon17828::CallEndCatch
866 if (!MightThrow) {

Completed in 366 milliseconds