Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/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);
H A DASTContext.h1220 return T.withFastQualifiers(Qualifiers::Restrict); in getRestrictType()
/freebsd-13.1/sys/contrib/device-tree/Bindings/dma/
H A Dsnps,dw-axi-dmac.txt19 - 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 DNativeTypePointer.cpp140 return (Record->getOptions() & PointerOptions::Restrict) != in isRestrictedType()
/freebsd-13.1/crypto/openssh/
H A DREADME.tun22 (2) Server: Restrict client access and assign the tunnel
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h366 Restrict = 0x00001000, enumerator
H A DTypeRecord.h336 return !!(Attrs & uint32_t(PointerOptions::Restrict)); in isRestrict()
/freebsd-13.1/contrib/llvm-project/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()
2174 AppendTypeQualList(OS, quals, Policy.Restrict); in print()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp83 PUSH_FLAG(PointerOptions, Restrict, Options, "restrict"); in pointerOptions()
/freebsd-13.1/contrib/llvm-project/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.
/freebsd-13.1/contrib/apr/include/
H A Dapr.hw87 /* Restrict the server to a subset of Windows XP header files by default
H A Dapr.h.in131 /* Restrict the server to a subset of Windows XP header files by default
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp339 IO.bitSetCase(Options, "Restrict", PointerOptions::Restrict); in bitset()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp746 if ((pointer.getOptions() & PointerOptions::Restrict) != PointerOptions::None) in CreatePointerType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DVOP1Instructions.td306 // Restrict src0 to be VGPR
/freebsd-13.1/sys/contrib/zstd/
H A DCHANGELOG138 cli: Restrict read permissions on destination files by @chungy (#1644)
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp7904 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 DSemaType.cpp4890 T = S.BuildQualifiedType(T, DeclType.Loc, Qualifiers::Restrict); in GetFullTypeForDeclarator()
H A DTreeTransform.h4774 Quals = Qualifiers::fromCVRMask(Qualifiers::Restrict); in RebuildQualifiedType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1870 PO |= PointerOptions::Restrict; in lowerTypeModifier()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td653 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 DAttr.td1509 def Restrict : InheritableAttr {
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrInfo.td2529 // Note: Restrict $func to the tGPR regclass to prevent it being in LR.

12