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

  /external/chromium_org/chrome/common/extensions/docs/examples/api/fileSystemProvider/basic/
background.js 56 // Restrict to direct children only.
  /external/clang/include/clang/AST/
Type.h 109 /// * C99: const, volatile, and restrict
116 Restrict = 0x2,
118 CVRMask = Const | Volatile | Restrict
239 bool hasRestrict() const { return Mask & Restrict; }
241 Mask = (Mask & ~Restrict) | (flag ? Restrict : 0);
243 void removeRestrict() { Mask &= ~Restrict; }
244 void addRestrict() { Mask |= Restrict; }
614 /// "restrict" qualifier set, without looking through typedefs that may have
615 /// added "restrict" at a different level
    [all...]
ASTContext.h 881 /// \brief Return the uniqued reference to the type for a \c restrict
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fileSystemProvider/archive/
background.js 86 // Restrict to direct children only.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
key_util.js 380 * @param {boolean=} opt_modifiers Restrict printout to only modifiers. Defaults
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaType.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/AST/
TypePrinter.cpp 124 if (TypeQuals & Qualifiers::Restrict) {
126 OS << "restrict";
    [all...]
  /external/chromium_org/v8/src/
messages.js 331 location.restrict();
626 * Restrict source location start and end positions to make the source slice
657 // If the [start, end[ interval is too big we restrict
691 "restrict", SourceLocationRestrict,
748 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 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 366 milliseconds