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

  /external/clang/include/clang/AST/
Type.h 109 /// * C99: const, volatile, and restrict
116 Restrict = 0x2,
118 CVRMask = Const | Volatile | Restrict
201 bool hasRestrict() const { return Mask & Restrict; }
203 Mask = (Mask & ~Restrict) | (flag ? Restrict : 0);
205 void removeRestrict() { Mask &= ~Restrict; }
206 void addRestrict() { Mask |= Restrict; }
571 /// "restrict" qualifier set, without looking through typedefs that may have
572 /// added "restrict" at a different level
    [all...]
ASTContext.h 770 /// \brief Return the uniqued reference to the type for a \c restrict
774 /// \c restrict.
776 return T.withFastQualifiers(Qualifiers::Restrict);
    [all...]
  /external/clang/lib/AST/
TypePrinter.cpp 122 if (TypeQuals & Qualifiers::Restrict) {
124 OS << "restrict";
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaOverload.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/v8/src/
messages.js 298 location.restrict();
620 * Restrict source location start and end positions to make the source slice
651 // If the [start, end[ interval is too big we restrict
685 "restrict", SourceLocationRestrict,
742 location.restrict();
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 173 milliseconds