Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DPrettyPrinter.h70 Restrict(LO.C99), Alignof(LO.CPlusPlus11), UnderscoreAlignof(LO.C11), in PrintingPolicy()
227 unsigned Restrict : 1;
H A DType.h324 Restrict = 0x2,
326 CVRMask = Const | Volatile | Restrict
464 bool hasRestrict() const { return Mask & Restrict; }
465 bool hasOnlyRestrict() const { return Mask == Restrict; }
466 void removeRestrict() { Mask &= ~Restrict; }
467 void addRestrict() { Mask |= Restrict; }
1049 return (getLocalFastQualifiers() & Qualifiers::Restrict);
1180 addFastQualifiers(Qualifiers::Restrict);
1183 return withFastQualifiers(Qualifiers::Restrict);
7859 removeLocalFastQualifiers(Qualifiers::Restrict);
H A DASTContext.h1323 return T.withFastQualifiers(Qualifiers::Restrict); in getRestrictType()
/freebsd/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/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp141 return (Record->getOptions() & PointerOptions::Restrict) != in isRestrictedType()
/freebsd/crypto/openssh/
H A DREADME.tun22 (2) Server: Restrict client access and assign the tunnel
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h378 Restrict = 0x00001000, enumerator
H A DTypeRecord.h337 return !!(Attrs & uint32_t(PointerOptions::Restrict)); in isRestrict()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2377 LVType *Restrict = Reader->createType(); in visitKnownRecord() local
2378 Restrict->setTag(dwarf::DW_TAG_restrict_type); in visitKnownRecord()
2379 Restrict->setIsRestrict(); in visitKnownRecord()
2380 Restrict->setName("restrict"); in visitKnownRecord()
2381 LastLink->setType(Restrict); in visitKnownRecord()
2382 LastLink = Restrict; in visitKnownRecord()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp164 if (TypeQuals & Qualifiers::Restrict) { in AppendTypeQualList()
535 Policy.Restrict); in printConstantArrayAfter()
568 AppendTypeQualList(OS, T->getIndexTypeCVRQualifiers(), Policy.Restrict); in printVariableArrayAfter()
2501 AppendTypeQualList(OS, quals, Policy.Restrict); in print()
H A DDeclCXX.cpp2591 bool Restrict = FPT->getMethodQuals().hasRestrict(); in getThisType() local
2592 if (Restrict) in getThisType()
2598 if (Restrict) in getThisType()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp87 PUSH_FLAG(PointerOptions, Restrict, Options, "restrict"); in pointerOptions()
/freebsd/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.td160 0>; // Restrict move elimination to zero regs.
338 0>; // Restrict move elimination to zero regs.
H A DX86ScheduleZnver4.td150 0>; // Restrict move elimination to zero regs.
335 0>; // Restrict move elimination to zero regs.
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp340 IO.bitSetCase(Options, "Restrict", PointerOptions::Restrict); in bitset()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DVOP1Instructions.td367 // Restrict src0 to be VGPR
733 // Restrict src0 to be VGPR
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp582 if ((pointer.getOptions() & PointerOptions::Restrict) != PointerOptions::None) in CreatePointerType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp8494 if ((CVR & Qualifiers::Restrict) && in AddPointerWithMoreQualifiedTypeVariants()
8902 S.Context.getCVRQualifiedType(CandidateTy, Qualifiers::Restrict)); in addPlusPlusMinusMinusStyleOverloads()
8910 Qualifiers::Restrict))); in addPlusPlusMinusMinusStyleOverloads()
9472 PtrTy, (Qualifiers::Volatile | Qualifiers::Restrict))); in addAssignmentPointerOverloads()
9516 PtrTy, (Qualifiers::Volatile | Qualifiers::Restrict))); in addAssignmentPointerOverloads()
H A DSemaType.cpp4670 T = S.BuildQualifiedType(T, DeclType.Loc, Qualifiers::Restrict); in GetFullTypeForDeclarator()
/freebsd/sys/contrib/zstd/
H A DCHANGELOG243 cli: Restrict read permissions on destination files by @chungy (#1644)
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVSymbolicOperands.td1170 defm Restrict : DecorationOperand<19, 0, 0, [], []>;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2029 PO |= PointerOptions::Restrict; in lowerTypeModifier()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td872 HelpText<"Restrict all prior -I flags to double-quoted inclusion and "
2355 …HelpText<"Restrict sanitizer coverage instrumentation exclusively to modules and functions that ma…
3439 "Restrict code to those available for App Extensions">,
4417 "Restrict DWARF features to those defined in "
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td1806 def Restrict : InheritableAttr {

12