Home
last modified time | relevance | path

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

1234

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

1234