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

  /external/clang/include/clang/AST/
Type.h 110 /// * C99: const, volatile, and restrict
117 Restrict = 0x2,
119 CVRMask = Const | Volatile | Restrict
240 bool hasRestrict() const { return Mask & Restrict; }
242 Mask = (Mask & ~Restrict) | (flag ? Restrict : 0);
244 void removeRestrict() { Mask &= ~Restrict; }
245 void addRestrict() { Mask |= Restrict; }
615 /// "restrict" qualifier set, without looking through typedefs that may have
616 /// added "restrict" at a different level
    [all...]
ASTContext.h 842 /// \brief Return the uniqued reference to the type for a \c restrict
846 /// \c restrict.
848 return T.withFastQualifiers(Qualifiers::Restrict);
    [all...]
  /external/clang/lib/AST/
TypePrinter.cpp 123 if (TypeQuals & Qualifiers::Restrict) {
125 OS << "restrict";
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaType.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/chromium_org/v8/src/
messages.js 329 location.restrict();
652 * Restrict source location start and end positions to make the source slice
683 // If the [start, end[ interval is too big we restrict
717 "restrict", SourceLocationRestrict,
    [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 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 380 milliseconds