| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | PrettyPrinter.h | 68 Nullptr(LO.CPlusPlus11), Restrict(LO.C99), Alignof(LO.CPlusPlus11), in PrintingPolicy() 200 unsigned Restrict : 1; member
|
| H A D | Type.h | 151 Restrict = 0x2, 153 CVRMask = Const | Volatile | Restrict 284 bool hasRestrict() const { return Mask & Restrict; } 285 bool hasOnlyRestrict() const { return Mask == Restrict; } 286 void removeRestrict() { Mask &= ~Restrict; } 287 void addRestrict() { Mask |= Restrict; } 814 return (getLocalFastQualifiers() & Qualifiers::Restrict); 919 addFastQualifiers(Qualifiers::Restrict); 922 return withFastQualifiers(Qualifiers::Restrict); 6658 removeLocalFastQualifiers(Qualifiers::Restrict);
|
| H A D | ASTContext.h | 1283 return T.withFastQualifiers(Qualifiers::Restrict); in getRestrictType()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/ |
| H A D | QualifiedAutoCheck.cpp | 29 enum class Qualifier { Const, Volatile, Restrict }; enumerator 38 Qual == Qualifier::Restrict) && in findQualToken() 189 CheckQualifier(IsLocalRestrict, Qualifier::Restrict)) in check() 250 findQualToken(Var, Qualifier::Restrict, Result); in check()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | branch-relax-bundle.ll | 3 ; Restrict maximum branch to between +15 and -16 dwords
|
| H A D | literal-constant-like-operand-instruction-size.ll | 4 ; Restrict maximum branch to between +31 and -32 dwords
|
| H A D | branch-relaxation.ll | 12 ; Restrict maximum branch to between +7 and -8 dwords
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypePointer.cpp | 141 return (Record->getOptions() & PointerOptions::Restrict) != in isRestrictedType()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 371 Restrict = 0x00001000, enumerator
|
| H A D | TypeRecord.h | 337 return !!(Attrs & uint32_t(PointerOptions::Restrict)); in isRestrict()
|
| /llvm-project-15.0.7/llvm/docs/PDB/ |
| H A D | CodeViewTypes.rst | 114 Restrict = 0x10, // pointer is marked restrict
|
| /llvm-project-15.0.7/llvm/lib/Target/SPIRV/MCTargetDesc/ |
| H A D | SPIRVBaseInfo.h | 475 Restrict = 19, enumerator
|
| H A D | SPIRVBaseInfo.cpp | 635 CASE(Decoration, Restrict) in getDecorationName()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | TypePrinter.cpp | 168 if (TypeQuals & Qualifiers::Restrict) { in AppendTypeQualList() 532 Policy.Restrict); in printConstantArrayAfter() 565 AppendTypeQualList(OS, T->getIndexTypeCVRQualifiers(), Policy.Restrict); in printVariableArrayAfter() 2245 AppendTypeQualList(OS, quals, Policy.Restrict); in print()
|
| /llvm-project-15.0.7/clang/test/Misc/ |
| H A D | pragma-attribute-supported-attributes-list.test | 157 // CHECK-NEXT: Restrict (SubjectMatchRule_function)
|
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 86 PUSH_FLAG(PointerOptions, Restrict, Options, "restrict"); in pointerOptions()
|
| /llvm-project-15.0.7/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.
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | VOP1Instructions.td | 334 // Restrict src0 to be VGPR 583 // Restrict src0 to be VGPR
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | HowToAddABuilder.rst | 195 Restrict what you build and test
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Bufferization/Transforms/ |
| H A D | Passes.td | 283 "Restrict bufferization to ops from these dialects.">,
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 339 IO.bitSetCase(Options, "Restrict", PointerOptions::Restrict); in bitset()
|
| /llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/ |
| H A D | Serializer.cpp | 238 case spirv::Decoration::Restrict: in processDecoration()
|
| /llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/ |
| H A D | Deserializer.cpp | 275 case spirv::Decoration::Restrict: in processDecoration()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbAstBuilder.cpp | 871 if ((pointer.getOptions() & PointerOptions::Restrict) != PointerOptions::None) in CreatePointerType()
|