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

  /external/clang/lib/CodeGen/
CGCXXABI.h 224 virtual void emitRethrow(CodeGenFunction &CGF, bool isNoReturn) = 0;
CGException.cpp 415 CGM.getCXXABI().emitRethrow(*this, /*isNoReturn=*/true);
    [all...]
ItaniumCXXABI.cpp 170 void emitRethrow(CodeGenFunction &CGF, bool isNoReturn) override;
    [all...]
MicrosoftCXXABI.cpp 119 void emitRethrow(CodeGenFunction &CGF, bool isNoReturn) override;
    [all...]

Completed in 551 milliseconds