HomeSort by relevance Sort by last modified time
    Searched defs:HasThisReturn (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
CGCXXABI.h 106 virtual bool HasThisReturn(GlobalDecl GD) const { return false; }
223 /// 'this' if HasThisReturn(GlobalDecl(Ctor, T)) is true or 'void' otherwise
243 /// 'this' if HasThisReturn(GlobalDecl(Dtor, T)) is true or 'void' otherwise
264 /// initialized with the type of 'this' if HasThisReturn(CGF.CurGD) is true or
MicrosoftCXXABI.cpp 34 bool HasThisReturn(GlobalDecl GD) const;
340 bool MicrosoftCXXABI::HasThisReturn(GlobalDecl GD) const {
470 /// HasThisReturn only specifies a contract, not the implementation
471 if (HasThisReturn(CGF.CurGD))
    [all...]
ItaniumCXXABI.cpp 188 bool HasThisReturn(GlobalDecl GD) const {
770 // HasThisReturn(GlobalDecl(Ctor, Type)) is true
    [all...]

Completed in 33 milliseconds