| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | Builtins.h | 57 const char *Name, *Type, *Attributes, *HeaderName; member 102 return strchr(getRecord(ID).Attributes, 'U') != nullptr; in isPure() 108 return strchr(getRecord(ID).Attributes, 'c') != nullptr; in isConst() 113 return strchr(getRecord(ID).Attributes, 'n') != nullptr; in isNoThrow() 118 return strchr(getRecord(ID).Attributes, 'r') != nullptr; in isNoReturn() 123 return strchr(getRecord(ID).Attributes, 'j') != nullptr; in isReturnsTwice() 129 return strchr(getRecord(ID).Attributes, 'u') != nullptr; in isUnevaluated() 135 return strchr(getRecord(ID).Attributes, 'F') != nullptr; in isLibFunction() 142 return strchr(getRecord(ID).Attributes, 'f') != nullptr; in isPredefinedLibFunction() 149 return strchr(getRecord(ID).Attributes, 'h') != nullptr; in isHeaderDependentFunction() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Object/ |
| H A D | ELFObjectFile.cpp | 141 ARMAttributeParser Attributes; in getARMFeatures() local 142 std::error_code EC = getBuildAttributes(Attributes); in getARMFeatures() 148 if (Attributes.hasAttribute(ARMBuildAttrs::CPU_arch)) in getARMFeatures() 149 isV7 = Attributes.getAttributeValue(ARMBuildAttrs::CPU_arch) in getARMFeatures() 152 if (Attributes.hasAttribute(ARMBuildAttrs::CPU_arch_profile)) { in getARMFeatures() 170 if (Attributes.hasAttribute(ARMBuildAttrs::THUMB_ISA_use)) { in getARMFeatures() 184 if (Attributes.hasAttribute(ARMBuildAttrs::FP_arch)) { in getARMFeatures() 225 if (Attributes.hasAttribute(ARMBuildAttrs::DIV_use)) { in getARMFeatures() 272 ARMAttributeParser Attributes; in setARMSubArch() local 273 std::error_code EC = getBuildAttributes(Attributes); in setARMSubArch() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 190 if (!getOwnershipRule(Attributes)) { in ActOnProperty() 288 if (Attributes & ObjCDeclSpec::DQ_PR_getter) in makePropertyAttributesAsWritten() 290 if (Attributes & ObjCDeclSpec::DQ_PR_setter) in makePropertyAttributesAsWritten() 292 if (Attributes & ObjCDeclSpec::DQ_PR_assign) in makePropertyAttributesAsWritten() 298 if (Attributes & ObjCDeclSpec::DQ_PR_weak) in makePropertyAttributesAsWritten() 300 if (Attributes & ObjCDeclSpec::DQ_PR_copy) in makePropertyAttributesAsWritten() 308 if (Attributes & ObjCDeclSpec::DQ_PR_class) in makePropertyAttributesAsWritten() 503 Attributes = (Attributes & ~OwnershipMask) | ExistingOwnership; in HandlePropertyInClassExtension() 674 if (Attributes & ObjCDeclSpec::DQ_PR_weak) in CreatePropertyDecl() 677 if (Attributes & ObjCDeclSpec::DQ_PR_copy) in CreatePropertyDecl() [all …]
|
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | Attributes.cpp | 21 class Attributes { class 23 Attributes(RecordKeeper &R) : Records(R) {} in Attributes() function in __anon935430870111::Attributes 41 void Attributes::emitTargetIndependentEnums(raw_ostream &OS) { in emitTargetIndependentEnums() 54 void Attributes::emitConversionFn(raw_ostream &OS) { in emitConversionFn() 75 void Attributes::emitFnAttrCompatCheck(raw_ostream &OS, bool IsStringAttr) { in emitFnAttrCompatCheck() 139 void Attributes::printEnumAttrClasses(raw_ostream &OS, in printEnumAttrClasses() 152 void Attributes::printStrBoolAttrClasses(raw_ostream &OS, in printStrBoolAttrClasses() 165 void Attributes::emit(raw_ostream &OS) { in emit() 174 Attributes(RK).emit(OS); in EmitAttributes()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86InstrFMA3Info.h | 35 uint16_t Attributes; member 75 bool isIntrinsic() const { return (Attributes & Intrinsic) != 0; } in isIntrinsic() 79 return (Attributes & KMergeMasked) != 0; in isKMergeMasked() 83 bool isKZeroMasked() const { return (Attributes &KZeroMasked) != 0; } in isKZeroMasked() 87 return (Attributes & (KMergeMasked | KZeroMasked)) != 0; in isKMasked()
|
| /freebsd-12.1/stand/efi/include/ |
| H A D | efipciio.h | 359 IN UINT64 Attributes 446 IN UINT64 Attributes, 509 IN UINT64 Attributes, 535 EFI_PCI_IO_PROTOCOL_ATTRIBUTES Attributes; member
|
| H A D | efiapi.h | 233 OUT UINT32 *Attributes OPTIONAL, 252 IN UINT32 Attributes, 570 IN UINT32 Attributes 585 UINT32 Attributes; member
|
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/translators/ |
| H A D | tst.TestTransStability1.ksh.out | 4 Minimum Probe Description Attributes 9 Minimum Statement Attributes
|
| H A D | tst.TestTransStability2.ksh.out | 4 Minimum Probe Description Attributes 9 Minimum Statement Attributes
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/ |
| H A D | Builtins.cpp | 55 return strchr(BuiltinInfo[i].Attributes, 'f') != nullptr; in isBuiltinFunc() 64 strchr(BuiltinInfo.Attributes, 'f'); in builtinIsSupported() 111 const char *WidthPos = ::strchr(getRecord(ID).Attributes, 'V'); in getRequiredVectorWidth() 134 const char *Like = ::strpbrk(getRecord(ID).Attributes, Fmt); in isLike()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ |
| H A D | module.install.modulemap | 11 textual header "IR/Attributes.gen" 12 textual header "IR/Attributes.inc"
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | ModuleSummaryIndex.cpp | 199 struct Attributes { struct 217 void Attributes::add(const Twine &Name, const Twine &Value, in add() 227 void Attributes::addComment(const Twine &Comment) { in addComment() 237 std::string Attributes::getAsString() const { in getAsString() 402 Attributes A; in exportToDot()
|
| H A D | AttributesCompatFunc.td | 1 include "llvm/IR/Attributes.td"
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/ |
| H A D | ModuleMap.h | 226 struct Attributes { struct 240 Attributes() in Attributes() argument 251 Attributes Attrs; 375 Attributes Attrs, Module *Parent);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFAbbreviationDeclaration.cpp | 98 Attributes() == rhs.Attributes(); in operator ==()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | ARMAttributeParser.h | 24 std::map<unsigned, unsigned> Attributes; variable 129 return Attributes.count(Tag); in hasAttribute() 133 return Attributes.find(Tag)->second; in getAttributeValue()
|
| /freebsd-12.1/sys/contrib/edk2/Include/Uefi/ |
| H A D | UefiSpec.h | 649 OUT UINT32 *Attributes, OPTIONAL 723 IN UINT32 Attributes, 1310 IN UINT32 Attributes 1350 UINT32 Attributes; member 1743 IN UINT32 Attributes, 2042 UINT32 Attributes; member
|
| H A D | UefiGpt.h | 131 UINT64 Attributes; member
|
| /freebsd-12.1/sys/ufs/ufs/ |
| H A D | README.extattr | 3 UFS Extended Attributes Copyright 5 The UFS Extended Attributes implementation is copyright Robert Watson, and 8 About UFS Extended Attributes 25 Using UFS Extended Attributes
|
| /freebsd-12.1/crypto/heimdal/lib/asn1/ |
| H A D | pkcs12.asn1 | 56 PKCS12-Attributes ::= SET OF PKCS12-Attribute 61 bagAttributes PKCS12-Attributes OPTIONAL
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | InputFiles.cpp | 504 static void updateARMVFPArgs(const ARMAttributeParser &Attributes, in updateARMVFPArgs() argument 506 if (!Attributes.hasAttribute(ARMBuildAttrs::ABI_VFP_args)) in updateARMVFPArgs() 514 unsigned VFPArgs = Attributes.getAttributeValue(ARMBuildAttrs::ABI_VFP_args); in updateARMVFPArgs() 550 static void updateSupportedARMFeatures(const ARMAttributeParser &Attributes) { in updateSupportedARMFeatures() argument 551 if (!Attributes.hasAttribute(ARMBuildAttrs::CPU_arch)) in updateSupportedARMFeatures() 553 auto Arch = Attributes.getAttributeValue(ARMBuildAttrs::CPU_arch); in updateSupportedARMFeatures() 616 ARMAttributeParser Attributes; in createInputSection() local 618 Attributes.Parse(Contents, /*isLittle*/ Config->EKind == ELF32LEKind); in createInputSection() 619 updateSupportedARMFeatures(Attributes); in createInputSection() 620 updateARMVFPArgs(Attributes, this); in createInputSection()
|
| /freebsd-12.1/contrib/llvm/lib/ObjectYAML/ |
| H A D | DWARFVisitor.cpp | 58 auto AbbrForm = Abbrev.Attributes.begin(); in traverseDebugInfo() 60 FormVal != Entry.Values.end() && AbbrForm != Abbrev.Attributes.end(); in traverseDebugInfo()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.h | 271 std::vector<AttributeEncoding> Attributes; ///< List of index attributes. member 274 std::vector<AttributeEncoding> Attributes) in Abbrev() 275 : Code(Code), Tag(Tag), Attributes(std::move(Attributes)) {} in Abbrev()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.cpp | 412 for (const auto &Attr : Attributes) in dump() 526 Values.reserve(Abbr.Attributes.size()); in Entry() 527 for (const auto &Attr : Abbr.Attributes) in Entry() 533 assert(Abbr->Attributes.size() == Values.size()); in lookup() 534 for (const auto &Tuple : zip_first(Abbr->Attributes, Values)) { in lookup() 567 assert(Abbr->Attributes.size() == Values.size()); in dump() 568 for (const auto &Tuple : zip_first(Abbr->Attributes, Values)) { in dump()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Object/ |
| H A D | COFF.h | 213 support::ulittle32_t Attributes; member 1225 support::ulittle16_t Attributes; member 1228 int getPrologSize() const { return Attributes & 0xF; } in getPrologSize() 1231 int getNumSavedRegs() const { return (Attributes >> 8) & 0x7; } in getNumSavedRegs() 1234 bool hasSEH() const { return (Attributes >> 9) & 1; } in hasSEH() 1237 bool useBP() const { return (Attributes >> 10) & 1; } in useBP() 1240 frame_type getFP() const { return static_cast<frame_type>(Attributes >> 14); } in getFP()
|