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

/external/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp157 CallObjCEndCatch(bool MightThrow, llvm::Value *Fn) : argument
158 MightThrow(MightThrow), Fn(Fn) {}
159 bool MightThrow; member in struct:__anon1307::final
163 if (!MightThrow) {
H A DItaniumCXXABI.cpp3531 CallEndCatch(bool MightThrow) : MightThrow(MightThrow) {} argument
3532 bool MightThrow; member in struct:__anon1338::final
3535 if (!MightThrow) {

Completed in 83 milliseconds