| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | PrettyPrinter.h | 70 Nullptr(LO.CPlusPlus11), Restrict(LO.C99), Alignof(LO.CPlusPlus11), in PrintingPolicy() 199 unsigned Restrict : 1; member
|
| H A D | Type.h | 149 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);
|
| H A D | ASTContext.h | 1220 return T.withFastQualifiers(Qualifiers::Restrict); in getRestrictType()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/dma/ |
| H A D | snps,dw-axi-dmac.txt | 19 - snps,axi-max-burst-len: Restrict master AXI burst length by value specified
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypePointer.cpp | 140 return (Record->getOptions() & PointerOptions::Restrict) != in isRestrictedType()
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | README.tun | 22 (2) Server: Restrict client access and assign the tunnel
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 366 Restrict = 0x00001000, enumerator
|
| H A D | TypeRecord.h | 336 return !!(Attrs & uint32_t(PointerOptions::Restrict)); in isRestrict()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | TypePrinter.cpp | 153 if (TypeQuals & Qualifiers::Restrict) { in AppendTypeQualList() 510 Policy.Restrict); in printConstantArrayAfter() 545 AppendTypeQualList(OS, T->getIndexTypeCVRQualifiers(), Policy.Restrict); in printVariableArrayAfter() 2174 AppendTypeQualList(OS, quals, Policy.Restrict); in print()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 83 PUSH_FLAG(PointerOptions, Restrict, Options, "restrict"); in pointerOptions()
|
| /freebsd-13.1/contrib/llvm-project/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.
|
| /freebsd-13.1/contrib/apr/include/ |
| H A D | apr.hw | 87 /* Restrict the server to a subset of Windows XP header files by default
|
| H A D | apr.h.in | 131 /* Restrict the server to a subset of Windows XP header files by default
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 339 IO.bitSetCase(Options, "Restrict", PointerOptions::Restrict); in bitset()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbAstBuilder.cpp | 746 if ((pointer.getOptions() & PointerOptions::Restrict) != PointerOptions::None) in CreatePointerType()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | VOP1Instructions.td | 306 // Restrict src0 to be VGPR
|
| /freebsd-13.1/sys/contrib/zstd/ |
| H A D | CHANGELOG | 138 cli: Restrict read permissions on destination files by @chungy (#1644)
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 7904 if ((CVR & Qualifiers::Restrict) && in AddPointerWithMoreQualifiedTypeVariants() 8246 S.Context.getCVRQualifiedType(CandidateTy, Qualifiers::Restrict)); in addPlusPlusMinusMinusStyleOverloads() 8254 Qualifiers::Restrict))); in addPlusPlusMinusMinusStyleOverloads() 8816 PtrTy, (Qualifiers::Volatile | Qualifiers::Restrict))); in addAssignmentPointerOverloads() 8860 PtrTy, (Qualifiers::Volatile | Qualifiers::Restrict))); in addAssignmentPointerOverloads()
|
| H A D | SemaType.cpp | 4890 T = S.BuildQualifiedType(T, DeclType.Loc, Qualifiers::Restrict); in GetFullTypeForDeclarator()
|
| H A D | TreeTransform.h | 4774 Quals = Qualifiers::fromCVRMask(Qualifiers::Restrict); in RebuildQualifiedType()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 1870 PO |= PointerOptions::Restrict; in lowerTypeModifier()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 653 HelpText<"Restrict all prior -I flags to double-quoted inclusion and " 1536 …HelpText<"Restrict sanitizer coverage instrumentation exclusively to modules and functions that ma… 2294 PosFlag<SetTrue, [CC1Option], "Restrict code to those available for App Extensions">,
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Attr.td | 1509 def Restrict : InheritableAttr {
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstrInfo.td | 2529 // Note: Restrict $func to the tGPR regclass to prevent it being in LR.
|