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 155 CallObjCEndCatch(bool MightThrow, llvm::Value *Fn) :
156 MightThrow(MightThrow), Fn(Fn) {}
157 bool MightThrow;
161 if (!MightThrow) {
CGException.cpp     [all...]

Completed in 55 milliseconds