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 94 unsigned HasAlignMac68kSupport : 1;
335 /// hasAlignMac68kSupport - Check whether this target support '#pragma options
337 bool hasAlignMac68kSupport() const {
338 return HasAlignMac68kSupport;
  /external/clang/lib/Sema/
SemaAttr.cpp 176 if (!PP.getTargetInfo().hasAlignMac68kSupport()) {

Completed in 20 milliseconds