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

  /external/clang/lib/CodeGen/
CGCXXABI.h 235 virtual void emitThrow(CodeGenFunction &CGF, const CXXThrowExpr *E) = 0;
CGException.cpp 412 CGM.getCXXABI().emitThrow(*this, E);
    [all...]
ItaniumCXXABI.cpp 163 void emitThrow(CodeGenFunction &CGF, const CXXThrowExpr *E) override;
    [all...]
MicrosoftCXXABI.cpp 120 void emitThrow(CodeGenFunction &CGF, const CXXThrowExpr *E) override;
    [all...]

Completed in 282 milliseconds