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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
ItaniumCXXABI.cpp 162 void emitRethrow(CodeGenFunction &CGF, bool isNoReturn) override;
1281 void ItaniumCXXABI::emitRethrow(CodeGenFunction &CGF, bool isNoReturn) {
MicrosoftCXXABI.cpp 120 void emitRethrow(CodeGenFunction &CGF, bool isNoReturn) override;
880 void MicrosoftCXXABI::emitRethrow(CodeGenFunction &CGF, bool isNoReturn) {

Completed in 52 milliseconds