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

/external/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp155 CallObjCEndCatch(bool MightThrow, llvm::Value *Fn) : argument
156 MightThrow(MightThrow), Fn(Fn) {}
157 bool MightThrow; member in struct:__anon16130::CallObjCEndCatch
161 if (!MightThrow) {
H A DCGException.cpp915 CallEndCatch(bool MightThrow) : MightThrow(MightThrow) {} argument
916 bool MightThrow; member in struct:__anon16109::CallEndCatch
919 if (!MightThrow) {

Completed in 129 milliseconds