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

  /external/clang/include/clang/Basic/
TargetCXXABI.h 133 bool isMicrosoft() const {
153 return !isMicrosoft();
164 return isMicrosoft();
  /external/clang/include/clang/AST/
VTableBuilder.h 274 bool isMicrosoft() const { return IsMicrosoftABI; }
366 return !VT->isMicrosoft();
540 static bool classof(const VTableContextBase *VT) { return VT->isMicrosoft(); }
  /external/clang/lib/CodeGen/
CGCXX.cpp 257 assert(!CGF.CGM.getTarget().getCXXABI().isMicrosoft() &&
CGException.cpp 62 getTarget().getCXXABI().isMicrosoft()) {
459 if (getTarget().getCXXABI().isMicrosoft())
537 if (getTarget().getCXXABI().isMicrosoft())
    [all...]
CGCleanup.cpp 478 if (flags.isForEHCleanup() && !CGF.getTarget().getCXXABI().isMicrosoft()) {
    [all...]
CGRecordLayoutBuilder.cpp 103 return Context.getTargetInfo().getCXXABI().isMicrosoft() ||
    [all...]
CGDebugInfo.cpp 613 if (CGM.getTarget().getCXXABI().isMicrosoft())
    [all...]
CGClass.cpp     [all...]
  /external/clang/lib/Sema/
SemaCast.cpp     [all...]
SemaType.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaExprCXX.cpp 786 if (Context.getTargetInfo().getCXXABI().isMicrosoft()) {
    [all...]
SemaTemplate.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp     [all...]
ASTContext.cpp     [all...]
Decl.cpp     [all...]
VTableBuilder.cpp     [all...]

Completed in 835 milliseconds