Searched refs:MightThrow (Results 1 - 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ | ||
H A D | CGObjCRuntime.cpp | 155 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 D | CGException.cpp | 915 CallEndCatch(bool MightThrow) : MightThrow(MightThrow) {} argument 916 bool MightThrow; member in struct:__anon16109::CallEndCatch 919 if (!MightThrow) { |
Completed in 129 milliseconds