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 218 virtual void emitThrow(CodeGenFunction &CGF, const CXXThrowExpr *E) = 0;
CGException.cpp 421 CGM.getCXXABI().emitThrow(*this, E);
    [all...]
ItaniumCXXABI.cpp 118 void emitThrow(CodeGenFunction &CGF, const CXXThrowExpr *E) override;
    [all...]
MicrosoftCXXABI.cpp 79 void emitThrow(CodeGenFunction &CGF, const CXXThrowExpr *E) override;
    [all...]

Completed in 493 milliseconds