| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | PrettyPrinter.h | 48 Restrict(LO.C99), Alignof(LO.CPlusPlus11), UnderscoreAlignof(LO.C11), in PrintingPolicy() 163 unsigned Restrict : 1; member
|
| H A D | Type.h | 145 Restrict = 0x2, 147 CVRMask = Const | Volatile | Restrict 268 bool hasRestrict() const { return Mask & Restrict; } 269 bool hasOnlyRestrict() const { return Mask == Restrict; } 270 void removeRestrict() { Mask &= ~Restrict; } 271 void addRestrict() { Mask |= Restrict; } 721 return (getLocalFastQualifiers() & Qualifiers::Restrict); 824 addFastQualifiers(Qualifiers::Restrict); 827 return withFastQualifiers(Qualifiers::Restrict); 6171 removeLocalFastQualifiers(Qualifiers::Restrict);
|
| H A D | ASTContext.h | 1169 return T.withFastQualifiers(Qualifiers::Restrict); in getRestrictType()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypePointer.cpp | 141 return (Record->getOptions() & PointerOptions::Restrict) != in isRestrictedType()
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | README.tun | 22 (2) Server: Restrict client access and assign the tunnel
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | TypePrinter.cpp | 150 if (TypeQuals & Qualifiers::Restrict) { in AppendTypeQualList() 496 Policy.Restrict); in printConstantArrayAfter() 531 AppendTypeQualList(OS, T->getIndexTypeCVRQualifiers(), Policy.Restrict); in printVariableArrayAfter() 1733 AppendTypeQualList(OS, quals, Policy.Restrict); in print()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 360 Restrict = 0x00001000, enumerator
|
| H A D | TypeRecord.h | 343 return !!(Attrs & uint32_t(PointerOptions::Restrict)); in isRestrict()
|
| /freebsd-12.1/contrib/gcc/config/mips/ |
| H A D | mips.opt | 194 Restrict the use of hardware floating-point instructions to 32-bit operations
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ScheduleBtVer2.td | 53 1>; // Restrict move elimination to zero regs. 66 1>; // Restrict move elimination to zero regs.
|
| /freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 83 PUSH_FLAG(PointerOptions, Restrict, Options, "restrict"); in pointerOptions()
|
| /freebsd-12.1/contrib/apr/include/ |
| H A D | apr.hw | 85 /* Restrict the server to a subset of Windows XP header files by default
|
| H A D | apr.h.in | 130 /* Restrict the server to a subset of Windows XP header files by default
|
| /freebsd-12.1/contrib/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 335 IO.bitSetCase(Options, "Restrict", PointerOptions::Restrict); in bitset()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | VOP1Instructions.td | 249 // Restrict src0 to be VGPR
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 1183 OldQuals &= ~Qualifiers::Restrict; in IsOverload() 1184 NewQuals &= ~Qualifiers::Restrict; in IsOverload() 7507 if ((CVR & Qualifiers::Restrict) && in AddPointerWithMoreQualifiedTypeVariants() 7832 S.Context.getCVRQualifiedType(CandidateTy, Qualifiers::Restrict)); in addPlusPlusMinusMinusStyleOverloads() 7840 Qualifiers::Restrict))); in addPlusPlusMinusMinusStyleOverloads() 8419 Qualifiers::Restrict))); in addAssignmentPointerOverloads() 8468 Qualifiers::Restrict))); in addAssignmentPointerOverloads()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbAstBuilder.cpp | 749 if ((pointer.getOptions() & PointerOptions::Restrict) != PointerOptions::None) in CreatePointerType()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARM.td | 74 "Restrict FP to 16 double registers">;
|
| /freebsd-12.1/contrib/binutils/opcodes/ |
| H A D | ChangeLog-0203 | 1238 (mcrxr64, tlbivaxe, tlbsxe, tlbsxe.): Restrict to 64-bit 1240 (extsw): Restrict to 64-bit PPC instruction sets.
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | common.opt | 321 Restrict target load migration not to re-use registers in any basic block
|
| H A D | ChangeLog | 1755 * config/ia64/ia64.c (ia64_speculate_insn): Restrict to memory loads to
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 1760 PO |= PointerOptions::Restrict; in lowerTypeModifier()
|
| /freebsd-12.1/contrib/binutils/binutils/po/ |
| H A D | binutils.pot | 2568 " --srec-len <number> Restrict the length of generated " 2570 " --srec-forceS3 Restrict the type of generated Srecords "
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/ |
| H A D | Options.td | 357 HelpText<"Restrict all prior -I flags to double-quoted inclusion and " 1499 HelpText<"Restrict code to those available for App Extensions">;
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | Attr.td | 1250 def Restrict : InheritableAttr {
|