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

  /external/clang/include/clang/AST/
Type.h 107 /// * C99: const, volatile, and restrict
114 Restrict = 0x2,
116 CVRMask = Const | Volatile | Restrict
199 bool hasRestrict() const { return Mask & Restrict; }
201 Mask = (Mask & ~Restrict) | (flag ? Restrict : 0);
203 void removeRestrict() { Mask &= ~Restrict; }
204 void addRestrict() { Mask |= Restrict; }
548 /// "restrict" qualifier set, without looking through typedefs that may have
549 /// added "restrict" at a different level
    [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 71 milliseconds