HomeSort by: relevance | last modified time | path
    Searched refs:BeginCatchFn (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGException.cpp 1411 llvm::FunctionCallee beginCatchFn,
1414 assert((!!beginCatchFn) == (!!endCatchFn) &&
1418 BeginCatchFn = beginCatchFn;
1480 if (BeginCatchFn) {
1482 CGF.EmitNounwindRuntimeCall(BeginCatchFn, exn);
CodeGenFunction.h 703 llvm::FunctionCallee BeginCatchFn;
715 llvm::FunctionCallee beginCatchFn,

Completed in 20 milliseconds