| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | PrettyPrinter.h | 69 Restrict(LO.C99), Alignof(LO.CPlusPlus11), in PrintingPolicy() 204 unsigned Restrict : 1; member
|
| H A D | Type.h | 150 Restrict = 0x2, 152 CVRMask = Const | Volatile | Restrict 283 bool hasRestrict() const { return Mask & Restrict; } 284 bool hasOnlyRestrict() const { return Mask == Restrict; } 285 void removeRestrict() { Mask &= ~Restrict; } 286 void addRestrict() { Mask |= Restrict; } 824 return (getLocalFastQualifiers() & Qualifiers::Restrict); 929 addFastQualifiers(Qualifiers::Restrict); 932 return withFastQualifiers(Qualifiers::Restrict); 6745 removeLocalFastQualifiers(Qualifiers::Restrict);
|
| H A D | ASTContext.h | 1254 return T.withFastQualifiers(Qualifiers::Restrict); in getRestrictType()
|
| /openbsd-src/gnu/gcc/gcc/config/crx/ |
| H A D | crx.opt | 32 Restrict doloop to the given nesting level
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypePointer.cpp | 141 return (Record->getOptions() & PointerOptions::Restrict) != in isRestrictedType()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 368 Restrict = 0x00001000, enumerator
|
| H A D | TypeRecord.h | 337 return !!(Attrs & uint32_t(PointerOptions::Restrict)); in isRestrict()
|
| /openbsd-src/gnu/gcc/gcc/config/mips/ |
| H A D | mips.opt | 194 Restrict the use of hardware floating-point instructions to 32-bit operations
|
| /openbsd-src/gnu/llvm/llvm/docs/PDB/ |
| H A D | CodeViewTypes.rst | 114 Restrict = 0x10, // pointer is marked restrict
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | TypePrinter.cpp | 164 if (TypeQuals & Qualifiers::Restrict) { in AppendTypeQualList() 528 Policy.Restrict); in printConstantArrayAfter() 561 AppendTypeQualList(OS, T->getIndexTypeCVRQualifiers(), Policy.Restrict); in printVariableArrayAfter() 2257 AppendTypeQualList(OS, quals, Policy.Restrict); in print()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 86 PUSH_FLAG(PointerOptions, Restrict, Options, "restrict"); in pointerOptions()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ScheduleBtVer2.td | 52 1>; // Restrict move elimination to zero regs. 65 1>; // Restrict move elimination to zero regs.
|
| H A D | X86ScheduleZnver3.td | 163 0>; // Restrict move elimination to zero regs. 341 0>; // Restrict move elimination to zero regs.
|
| H A D | X86ScheduleZnver4.td | 155 0>; // Restrict move elimination to zero regs. 340 0>; // Restrict move elimination to zero regs.
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | VOP1Instructions.td | 365 // Restrict src0 to be VGPR 647 // Restrict src0 to be VGPR
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | HowToAddABuilder.rst | 195 Restrict what you build and test
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 339 IO.bitSetCase(Options, "Restrict", PointerOptions::Restrict); in bitset()
|
| /openbsd-src/gnu/usr.bin/perl/lib/unicore/ |
| H A D | mktables.lst | 256 lib/IdStatus/Restrict.pl
|
| /openbsd-src/gnu/usr.bin/binutils/gas/ |
| H A D | ChangeLog | 101 Update "mapping". Restrict some @ modifiers to 32 bit.
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbAstBuilder.cpp | 581 if ((pointer.getOptions() & PointerOptions::Restrict) != PointerOptions::None) in CreatePointerType()
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-debuginfo-analyzer.rst | 568 =Restrict: Restrict specifier.
|
| /openbsd-src/gnu/usr.bin/binutils/opcodes/ |
| H A D | ChangeLog-0203 | 1238 (mcrxr64, tlbivaxe, tlbsxe, tlbsxe.): Restrict to 64-bit 1240 (extsw): Restrict to 64-bit PPC instruction sets.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
| H A D | ChangeLog-0203 | 1238 (mcrxr64, tlbivaxe, tlbsxe, tlbsxe.): Restrict to 64-bit 1240 (extsw): Restrict to 64-bit PPC instruction sets.
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlmod.pod | 182 local $bar = 2; # Restrict changes to block
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | common.opt | 325 Restrict target load migration not to re-use registers in any basic block
|