| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Builtins.h | 73 const char *Type, *Attributes; member 117 return strchr(getRecord(ID).Attributes, 'U') != nullptr; in isPure() 123 return strchr(getRecord(ID).Attributes, 'c') != nullptr; in isConst() 128 return strchr(getRecord(ID).Attributes, 'n') != nullptr; in isNoThrow() 133 return strchr(getRecord(ID).Attributes, 'r') != nullptr; in isNoReturn() 138 return strchr(getRecord(ID).Attributes, 'j') != nullptr; in isReturnsTwice() 144 return strchr(getRecord(ID).Attributes, 'u') != nullptr; in isUnevaluated() 150 return strchr(getRecord(ID).Attributes, 'F') != nullptr; in isLibFunction() 161 return strchr(getRecord(ID).Attributes, 'f') != nullptr; in isPredefinedLibFunction() 168 return strchr(getRecord(ID).Attributes, 'h') != nullptr; in isHeaderDependentFunction() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 180 unsigned Attributes = ODS.getPropertyAttributes(); in ActOnProperty() local 185 if (!getOwnershipRule(Attributes)) { in ActOnProperty() 220 CheckObjCPropertyAttributes(Res, AtLoc, Attributes, in ActOnProperty() 288 if (Attributes & ObjCPropertyAttribute::kind_weak) in makePropertyAttributesAsWritten() 290 if (Attributes & ObjCPropertyAttribute::kind_copy) in makePropertyAttributesAsWritten() 298 if (Attributes & ObjCPropertyAttribute::kind_class) in makePropertyAttributesAsWritten() 496 Attributes = (Attributes & ~OwnershipMask) | ExistingOwnership; in HandlePropertyInClassExtension() 668 if (Attributes & ObjCPropertyAttribute::kind_weak) in CreatePropertyDecl() 671 if (Attributes & ObjCPropertyAttribute::kind_copy) in CreatePropertyDecl() 2648 if ((Attributes & in CheckObjCPropertyAttributes() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrFMA3Info.h | 30 uint16_t Attributes; member 70 bool isIntrinsic() const { return (Attributes & Intrinsic) != 0; } in isIntrinsic() 74 return (Attributes & KMergeMasked) != 0; in isKMergeMasked() 78 bool isKZeroMasked() const { return (Attributes &KZeroMasked) != 0; } in isKZeroMasked() 82 return (Attributes & (KMergeMasked | KZeroMasked)) != 0; in isKMasked()
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | Attributes.cpp | 18 class Attributes { class 20 Attributes(RecordKeeper &R) : Records(R) {} in Attributes() function in __anonb732f3b80111::Attributes 33 void Attributes::emitTargetIndependentNames(raw_ostream &OS) { in emitTargetIndependentNames() 77 void Attributes::emitFnAttrCompatCheck(raw_ostream &OS, bool IsStringAttr) { in emitFnAttrCompatCheck() 116 void Attributes::emitAttributeProperties(raw_ostream &OS) { in emitAttributeProperties() 132 void Attributes::run(raw_ostream &OS) { in run() 138 static TableGen::Emitter::OptClass<Attributes> X("gen-attrs",
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ELFObjectFile.cpp | 162 ARMAttributeParser Attributes; in getARMFeatures() local 163 if (Error E = getBuildAttributes(Attributes)) { in getARMFeatures() 171 Attributes.getAttributeValue(ARMBuildAttrs::CPU_arch); in getARMFeatures() 209 Attr = Attributes.getAttributeValue(ARMBuildAttrs::FP_arch); in getARMFeatures() 271 Attr = Attributes.getAttributeValue(ARMBuildAttrs::DIV_use); in getARMFeatures() 298 RISCVAttributeParser Attributes; in getRISCVFeatures() local 299 if (Error E = getBuildAttributes(Attributes)) { in getRISCVFeatures() 304 Attributes.getAttributeString(RISCVAttrs::ARCH); in getRISCVFeatures() 594 ARMAttributeParser Attributes; in setARMSubArch() local 595 if (Error E = getBuildAttributes(Attributes)) { in setARMSubArch() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCPseudoProbe.h | 115 uint8_t Attributes; variable 124 : Guid(G), Index(I), Discriminator(D), Attributes(At), Type(T) {} in MCPseudoProbeBase() 134 uint8_t getAttributes() const { return Attributes; } in getAttributes() 152 void setAttributes(uint8_t Attr) { Attributes = Attr; } in setAttributes() 164 uint64_t Attributes, uint32_t Discriminator) in MCPseudoProbe() argument 165 : MCPseudoProbeBase(Guid, Index, Attributes, Type, Discriminator), in MCPseudoProbe() 168 assert(Attributes <= 0xFF && in MCPseudoProbe()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Builtins.cpp | 68 (bool)strchr(BuiltinInfo[i].Attributes, 'z') == InStdNamespace) in isBuiltinFunc() 69 return strchr(BuiltinInfo[i].Attributes, 'f') != nullptr; in isBuiltinFunc() 79 if (LangOpts.NoBuiltin && strchr(BuiltinInfo.Attributes, 'f') != nullptr) in builtinIsSupported() 161 const char *WidthPos = ::strchr(getRecord(ID).Attributes, 'V'); in getRequiredVectorWidth() 184 const char *Like = ::strpbrk(getRecord(ID).Attributes, Fmt); in isLike() 211 const char *CalleePos = ::strchr(getRecord(ID).Attributes, 'C'); in performsCallback()
|
| /freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/translators/ |
| H A D | tst.TestTransStability2.ksh.out | 4 Minimum Probe Description Attributes 9 Minimum Statement Attributes
|
| H A D | tst.TestTransStability1.ksh.out | 4 Minimum Probe Description Attributes 9 Minimum Statement Attributes
|
| /freebsd-14.2/stand/efi/include/ |
| H A D | efipciio.h | 361 IN UINT64 Attributes 448 IN UINT64 Attributes, 511 IN UINT64 Attributes, 537 EFI_PCI_IO_PROTOCOL_ATTRIBUTES Attributes; member
|
| H A D | efigpt.h | 42 UINT64 Attributes; member
|
| H A D | efiapi.h | 236 OUT UINT32 *Attributes OPTIONAL, 255 IN UINT32 Attributes, 573 IN UINT32 Attributes 588 UINT32 Attributes; member
|
| H A D | efipoint.h | 79 UINT32 Attributes; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/ |
| H A D | module.install.modulemap | 15 textual header "llvm/IR/Attributes.gen" 16 textual header "llvm/IR/Attributes.inc"
|
| /freebsd-14.2/sys/contrib/edk2/Include/Uefi/ |
| H A D | UefiSpec.h | 672 OUT UINT32 *Attributes, OPTIONAL 750 IN UINT32 Attributes, 1337 IN UINT32 Attributes 1377 UINT32 Attributes; member 1771 IN UINT32 Attributes, 2073 UINT32 Attributes; member
|
| H A D | UefiGpt.h | 129 UINT64 Attributes; member
|
| /freebsd-14.2/sys/ufs/ufs/ |
| H A D | README.extattr | 2 UFS Extended Attributes Copyright 4 The UFS Extended Attributes implementation is copyright Robert Watson, and 7 About UFS Extended Attributes 24 Using UFS Extended Attributes
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | ModuleMap.h | 233 struct Attributes { struct 251 Attributes() in Attributes() function 263 Attributes Attrs; 386 Module *inferFrameworkModule(DirectoryEntryRef FrameworkDir, Attributes Attrs,
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | SampleProf.h | 524 SampleContext() : State(UnknownContext), Attributes(ContextNone) {} 527 : Func(Name), State(UnknownContext), Attributes(ContextNone) { 532 : Func(Func), State(UnknownContext), Attributes(ContextNone) {} 536 : Attributes(ContextNone) { 547 : Attributes(ContextNone) { 607 bool hasAttribute(ContextAttributeMask A) { return Attributes & (uint32_t)A; } 608 void setAttribute(ContextAttributeMask A) { Attributes |= (uint32_t)A; } 609 uint32_t getAllAttributes() { return Attributes; } 610 void setAllAttributes(uint32_t A) { Attributes = A; } 717 uint32_t Attributes;
|
| /freebsd-14.2/crypto/heimdal/lib/asn1/ |
| H A D | pkcs12.asn1 | 56 PKCS12-Attributes ::= SET OF PKCS12-Attribute 61 bagAttributes PKCS12-Attributes OPTIONAL
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ModuleSummaryIndex.cpp | 385 struct Attributes { struct 403 void Attributes::add(const Twine &Name, const Twine &Value, in add() 413 void Attributes::addComment(const Twine &Comment) { in addComment() 423 std::string Attributes::getAsString() const { in getAsString() 626 Attributes A; in exportToDot()
|
| /freebsd-14.2/stand/efi/include/Protocol/ |
| H A D | EdidOverride.h | 52 OUT UINT32 *Attributes,
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.h | 417 std::vector<AttributeEncoding> Attributes; ///< List of index attributes. member 420 std::vector<AttributeEncoding> Attributes) in Abbrev() 421 : Code(Code), Tag(Tag), Attributes(std::move(Attributes)) {} in Abbrev()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
| H A D | API.h | 711 AttributeKind Attributes; member 720 DeclarationFragments SubHeading, AttributeKind Attributes, in ObjCPropertyRecord() 726 Attributes(Attributes), GetterName(GetterName), SetterName(SetterName), in ObjCPropertyRecord() 729 bool isReadOnly() const { return Attributes & ReadOnly; } in isReadOnly() 730 bool isDynamic() const { return Attributes & Dynamic; } in isDynamic() 741 AttributeKind Attributes, StringRef GetterName, in ObjCInstancePropertyRecord() 746 SubHeading, Attributes, GetterName, SetterName, in ObjCInstancePropertyRecord() 763 AttributeKind Attributes, StringRef GetterName, in ObjCClassPropertyRecord() 768 SubHeading, Attributes, GetterName, SetterName, in ObjCClassPropertyRecord() 1455 ObjCPropertyRecord::AttributeKind Attributes,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | SampleProfReader.cpp | 182 uint32_t &Attributes) { in parseMetadata() argument 190 return !Attrib.getAsInteger(10, Attributes); in parseMetadata() 218 uint64_t &FunctionHash, uint32_t &Attributes) { in ParseLine() argument 226 return parseMetadata(Input.substr(Depth), FunctionHash, Attributes); in ParseLine() 370 uint32_t Attributes = 0; in readImpl() local 373 Attributes)) { in readImpl() 424 FProfile.getContext().setAllAttributes(Attributes); in readImpl() 425 if (Attributes & (uint32_t)ContextShouldBeInlined) in readImpl() 1203 auto Attributes = readNumber<uint32_t>(); in readFuncMetadata() local 1204 if (std::error_code EC = Attributes.getError()) in readFuncMetadata() [all …]
|