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 83 unsigned HasAlignMac68kSupport : 1;
385 bool hasAlignMac68kSupport() const {
386 return HasAlignMac68kSupport;
  /external/clang/lib/Sema/
SemaAttr.cpp 165 if (!PP.getTargetInfo().hasAlignMac68kSupport()) {

Completed in 22 milliseconds