HomeSort by relevance Sort by last modified time
    Searched refs:MightThrow (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 156 CallObjCEndCatch(bool MightThrow, llvm::Value *Fn) :
157 MightThrow(MightThrow), Fn(Fn) {}
158 bool MightThrow;
162 if (!MightThrow) {
ItaniumCXXABI.cpp     [all...]

Completed in 48 milliseconds