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

  /external/clang/include/clang/Basic/
TargetInfo.h 89 unsigned HasAlignMac68kSupport : 1;
470 bool hasAlignMac68kSupport() const {
471 return HasAlignMac68kSupport;
    [all...]
  /external/clang/lib/Sema/
SemaAttr.cpp 171 if (!this->Context.getTargetInfo().hasAlignMac68kSupport()) {

Completed in 143 milliseconds