Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DPrettyPrinter.h69 Restrict(LO.C99), Alignof(LO.CPlusPlus11), in PrintingPolicy()
204 unsigned Restrict : 1; member
H A DType.h150 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 DASTContext.h1254 return T.withFastQualifiers(Qualifiers::Restrict); in getRestrictType()
/openbsd-src/gnu/gcc/gcc/config/crx/
H A Dcrx.opt32 Restrict doloop to the given nesting level
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp141 return (Record->getOptions() & PointerOptions::Restrict) != in isRestrictedType()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h368 Restrict = 0x00001000, enumerator
H A DTypeRecord.h337 return !!(Attrs & uint32_t(PointerOptions::Restrict)); in isRestrict()
/openbsd-src/gnu/gcc/gcc/config/mips/
H A Dmips.opt194 Restrict the use of hardware floating-point instructions to 32-bit operations
/openbsd-src/gnu/llvm/llvm/docs/PDB/
H A DCodeViewTypes.rst114 Restrict = 0x10, // pointer is marked restrict
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DTypePrinter.cpp164 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 DMinimalTypeDumper.cpp86 PUSH_FLAG(PointerOptions, Restrict, Options, "restrict"); in pointerOptions()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ScheduleBtVer2.td52 1>; // Restrict move elimination to zero regs.
65 1>; // Restrict move elimination to zero regs.
H A DX86ScheduleZnver3.td163 0>; // Restrict move elimination to zero regs.
341 0>; // Restrict move elimination to zero regs.
H A DX86ScheduleZnver4.td155 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 DVOP1Instructions.td365 // Restrict src0 to be VGPR
647 // Restrict src0 to be VGPR
/openbsd-src/gnu/llvm/llvm/docs/
H A DHowToAddABuilder.rst195 Restrict what you build and test
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp339 IO.bitSetCase(Options, "Restrict", PointerOptions::Restrict); in bitset()
/openbsd-src/gnu/usr.bin/perl/lib/unicore/
H A Dmktables.lst256 lib/IdStatus/Restrict.pl
/openbsd-src/gnu/usr.bin/binutils/gas/
H A DChangeLog101 Update "mapping". Restrict some @ modifiers to 32 bit.
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp581 if ((pointer.getOptions() & PointerOptions::Restrict) != PointerOptions::None) in CreatePointerType()
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-debuginfo-analyzer.rst568 =Restrict: Restrict specifier.
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A DChangeLog-02031238 (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 DChangeLog-02031238 (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 Dperlmod.pod182 local $bar = 2; # Restrict changes to block
/openbsd-src/gnu/gcc/gcc/
H A Dcommon.opt325 Restrict target load migration not to re-use registers in any basic block

123