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

/freebsd-10.0-release/contrib/llvm/tools/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:__anon3071::CallObjCEndCatch
161 if (!MightThrow) {
H A DCGException.cpp908 CallEndCatch(bool MightThrow) : MightThrow(MightThrow) {} argument
909 bool MightThrow; member in struct:__anon3050::CallEndCatch
912 if (!MightThrow) {

Completed in 585 milliseconds