Home
last modified time | relevance | path

Searched refs:Restrict (Results 1 – 25 of 227) sorted by relevance

12345678910

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DPrettyPrinter.h70 Nullptr(LO.CPlusPlus11), Restrict(LO.C99), Alignof(LO.CPlusPlus11), in PrintingPolicy()
199 unsigned Restrict : 1; member
H A DType.h149 Restrict = 0x2,
151 CVRMask = Const | Volatile | Restrict
272 bool hasRestrict() const { return Mask & Restrict; }
273 bool hasOnlyRestrict() const { return Mask == Restrict; }
274 void removeRestrict() { Mask &= ~Restrict; }
275 void addRestrict() { Mask |= Restrict; }
751 return (getLocalFastQualifiers() & Qualifiers::Restrict);
854 addFastQualifiers(Qualifiers::Restrict);
857 return withFastQualifiers(Qualifiers::Restrict);
6526 removeLocalFastQualifiers(Qualifiers::Restrict);
/netbsd-src/external/gpl3/gcc.old/dist/config/
H A Dhwcaps.m411 # Restrict the test to Solaris, other assemblers (e.g. AIX as) have -nH
/netbsd-src/external/gpl3/gcc/dist/config/
H A Dhwcaps.m411 # Restrict the test to Solaris, other assemblers (e.g. AIX as) have -nH
/netbsd-src/external/gpl3/binutils/dist/config/
H A Dhwcaps.m412 # Restrict the test to Solaris, other assemblers (e.g. AIX as) have -nH
/netbsd-src/external/gpl3/gdb.old/dist/config/
H A Dhwcaps.m411 # Restrict the test to Solaris, other assemblers (e.g. AIX as) have -nH
/netbsd-src/external/gpl3/binutils.old/dist/config/
H A Dhwcaps.m411 # Restrict the test to Solaris, other assemblers (e.g. AIX as) have -nH
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp140 return (Record->getOptions() & PointerOptions::Restrict) != in isRestrictedType()
/netbsd-src/external/ibm-public/postfix/dist/conf/
H A Daliases202 # Restrict local(8) mail delivery to external com-
206 # Restrict local(8) mail delivery to external files.
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Daliases154 # Restrict \fBlocal\fR(8) mail delivery to external commands.
156 # Restrict \fBlocal\fR(8) mail delivery to external files.
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h363 Restrict = 0x00001000, enumerator
H A DTypeRecord.h336 return !!(Attrs & uint32_t(PointerOptions::Restrict)); in isRestrict()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/genopts/
H A Dloongarch.opt.in73 Restrict the use of hardware floating-point instructions to 32-bit operations.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dloongarch.opt80 Restrict the use of hardware floating-point instructions to 32-bit operations.
/netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/
H A DCodeViewTypes.rst114 Restrict = 0x10, // pointer is marked restrict
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTypePrinter.cpp153 if (TypeQuals & Qualifiers::Restrict) { in AppendTypeQualList()
510 Policy.Restrict); in printConstantArrayAfter()
545 AppendTypeQualList(OS, T->getIndexTypeCVRQualifiers(), Policy.Restrict); in printVariableArrayAfter()
2169 AppendTypeQualList(OS, quals, Policy.Restrict); in print()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Danalyzer.opt107 Restrict the analyzer to run just the named checker.
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp83 PUSH_FLAG(PointerOptions, Restrict, Options, "restrict"); in pointerOptions()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Danalyzer.opt163 Restrict the analyzer to run just the named checker.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.opt369 Restrict the use of hardware floating-point instructions to 32-bit operations.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.opt369 Restrict the use of hardware floating-point instructions to 32-bit operations.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ScheduleBtVer2.td52 1>; // Restrict move elimination to zero regs.
65 1>; // Restrict move elimination to zero regs.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp339 IO.bitSetCase(Options, "Restrict", PointerOptions::Restrict); in bitset()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dx86-tune.def310 /* X86_TUNE_ONE_IF_CONV_INSNS: Restrict a number of cmov insns in
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A DChangeLog-2012137 (load_debug_section): Restrict search to section subset.

12345678910