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 150 CallObjCEndCatch(bool MightThrow, llvm::Value *Fn) :
151 MightThrow(MightThrow), Fn(Fn) {}
152 bool MightThrow;
156 if (!MightThrow) {
CGException.cpp 904 CallEndCatch(bool MightThrow) : MightThrow(MightThrow) {}
905 bool MightThrow;
    [all...]

Completed in 212 milliseconds