| /src/sys/external/bsd/gnu-efi/dist/inc/protocol/ |
| vgaclass.h | 68 // Clear Screen & Default Attribute 70 UINT32 Attribute;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| WithColor.h | 30 Attribute, 67 /// change only the bold attribute, and keep colors untouched 118 /// change only the bold attribute, and keep colors untouched
|
| /src/sys/external/bsd/acpica/dist/compiler/ |
| aslopcodes.c | 336 UINT8 Attribute; 347 /* Second child is the optional access attribute */ 360 Attribute = (UINT8) AttribOp->Asl.Value.Integer; 361 if ((Attribute != AML_FIELD_ATTRIB_BYTES) && 362 (Attribute != AML_FIELD_ATTRIB_RAW_BYTES) && 363 (Attribute != AML_FIELD_ATTRIB_RAW_PROCESS_BYTES))
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| DIEHash.cpp | 29 /// Grabs the string in whichever attribute is passed in and returns 107 // ... Then the name, taken from the DW_AT_name attribute. 119 LLVM_DEBUG(dbgs() << "Attribute: " 134 void DIEHash::hashShallowTypeReference(dwarf::Attribute Attribute, 139 // the DWARF attribute code (DW_AT_type or DW_AT_friend), 140 addULEB128(Attribute); 160 void DIEHash::hashRepeatedTypeReference(dwarf::Attribute Attribute, 166 addULEB128(Attribute); [all...] |
| /src/external/apache2/llvm/dist/llvm/bindings/python/llvm/ |
| core.py | 76 class Attribute(LLVMEnumeration): 77 """Represents an individual Attribute enumeration.""" 82 super(Attribute, self).__init__(name, value) 607 (Attribute, enumerations.Attributes),
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/ |
| PseudoProbe.h | 104 ATTRIBUTE (uint3) 116 uint8_t Attribute; 123 : Address(Ad), GUID(G), Index(I), Type(K), Attribute(At), 129 return Attribute & static_cast<uint8_t>(PseudoProbeAttributes::DANGLING); 133 return Attribute & static_cast<uint8_t>(PseudoProbeAttributes::TAILCALL);
|
| /src/external/bsd/wpa/dist/hs20/client/ |
| est.c | 200 * attribute Attribute } 202 * Attribute ::= SEQUENCE { 210 } Attribute; 216 Attribute *attribute; member in union:__anon8242::__anon8243 229 ASN1_SEQUENCE(Attribute) = { 230 ASN1_SIMPLE(Attribute, type, ASN1_OBJECT), 231 ASN1_SET_OF(Attribute, values, ASN1_OBJECT) 232 } ASN1_SEQUENCE_END(Attribute); [all...] |
| /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/ |
| disp.h | 27 uint8_t Attribute[21];
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| Attributes.h | 52 class Attribute { 57 /// Note: The `uwtable' attribute is about the ABI or the user mandating an 58 /// entry in the unwind table. The `nounwind' attribute is about an exception 85 Attribute(AttributeImpl *A) : pImpl(A) {} 88 Attribute() = default; 91 // Attribute Construction 94 /// Return a uniquified Attribute object. 95 static Attribute get(LLVMContext &Context, AttrKind Kind, uint64_t Val = 0); 96 static Attribute get(LLVMContext &Context, StringRef Kind, 98 static Attribute get(LLVMContext &Context, AttrKind Kind, Type *Ty) [all...] |
| /src/sys/external/bsd/gnu-efi/dist/inc/ |
| efidef.h | 195 UINT64 Attribute; // Field size is 64 bits
|
| eficon.h | 75 IN UINTN Attribute 133 INT32 Attribute;
|
| efiprot.h | 486 UINT64 Attribute;
|
| /src/external/apache2/llvm/dist/clang/lib/Sema/ |
| SemaAttr.cpp | 64 // Check to see if we need a max field alignment attribute. 98 template <typename Attribute> 105 Redecl->addAttr(Attribute::CreateImplicit(Context, /*DerefType=*/nullptr)); 234 // Note that '#pragma options align=packed' is not equivalent to attribute 235 // packed, it has a different precedence relative to attribute aligned. 734 // Don't add a redundant or conflicting attribute. 800 ParsedAttr &Attribute, SourceLocation PragmaLoc, 802 Attribute.setIsPragmaClangAttribute(); 804 // Gather the subject match rules that are supported by the attribute. 807 Attribute.getMatchRules(LangOpts, StrictSubjectMatchRuleSet) [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/Serialization/ |
| ASTWriter.h | 353 const Attr *Attribute; 365 DeclUpdate(unsigned Kind, const Attr *Attribute) 366 : Kind(Kind), Attribute(Attribute) {} 378 const Attr *getAttr() const { return Attribute; }
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
| Wasm.h | 106 uint32_t Attribute;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| DIE.h | 48 /// Dwarf abbreviation data, describes one attribute of a Dwarf abbreviation. 50 /// Dwarf attribute code. 51 dwarf::Attribute Attribute; 56 /// Dwarf attribute value for DW_FORM_implicit_const 60 DIEAbbrevData(dwarf::Attribute A, dwarf::Form F) 61 : Attribute(A), Form(F) {} 62 DIEAbbrevData(dwarf::Attribute A, int64_t V) 63 : Attribute(A), Form(dwarf::DW_FORM_implicit_const), Value(V) {} 67 dwarf::Attribute getAttribute() const { return Attribute; [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/ |
| DWARFYAML.h | 31 llvm::dwarf::Attribute Attribute; 422 template <> struct ScalarEnumerationTraits<dwarf::Attribute> { 423 static void enumeration(IO &io, dwarf::Attribute &value) {
|
| WasmYAML.h | 82 uint32_t Attribute;
|
| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| Comment.h | 415 class Attribute { 425 Attribute() { } 427 Attribute(SourceLocation NameLocBegin, StringRef Name) : 433 Attribute(SourceLocation NameLocBegin, StringRef Name, 451 ArrayRef<Attribute> Attributes; 476 const Attribute &getAttr(unsigned Idx) const { 480 void setAttrs(ArrayRef<Attribute> Attrs) { 483 const Attribute &Attr = Attrs.back();
|
| /src/external/apache2/llvm/dist/clang/lib/Parse/ |
| ParsePragma.cpp | 274 /// PragmaAttributeHandler - "\#pragma clang attribute ...". 277 : PragmaHandler("attribute"), AttributesForPragmaAttribute(AttrFactory) {} 281 /// A pool of attributes that were parsed in \#pragma clang attribute. 1300 enum ActionType { Push, Pop, Attribute }; 1330 llvm_unreachable("Invalid attribute subject match rule"); 1470 /// Describes the stage at which attribute subject rule parsing was interrupted. 1492 /// Creates a diagnostic for the attribute subject rule parsing diagnostic that 1493 /// suggests the possible attribute subject rules in a fix-it together with 1496 unsigned DiagID, ParsedAttr &Attribute, 1515 // Gather the subject match rules that are supported by the attribute [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Lex/ |
| ModuleMap.cpp | 1739 /// An unknown attribute. 1742 /// The 'system' attribute. 1745 /// The 'extern_c' attribute. 1748 /// The 'exhaustive' attribute. 1751 /// The 'no_undeclared_includes' attribute. 1933 // Parse the optional attribute list. 2340 enum Attribute { Size, ModTime, Unknown }; 2343 switch (llvm::StringSwitch<Attribute>(Str) 2877 /// attribute attributes 2878 /// attribute [all...] |
| /src/sys/external/bsd/acpica/dist/include/platform/ |
| acefiex.h | 168 UINT64 Attribute; 227 UINTN Attribute); 250 INT32 Attribute; 346 /* Values for Attribute used above */ 402 UINT64 Attribute;
|
| /src/sys/external/bsd/acpica/dist/include/ |
| aclocal.h | 316 UINT8 Attribute;
|
| /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
| ir.go | 64 Attribute struct { 91 func (c Attribute) IsNil() bool { return c.C == nil } 378 // llvm.Attribute 388 func (c Context) CreateEnumAttribute(kind uint, val uint64) (a Attribute) { 393 func (a Attribute) GetEnumKind() (id int) { 398 func (a Attribute) GetEnumValue() (val uint64) { 403 func (c Context) CreateStringAttribute(kind string, val string) (a Attribute) { 414 func (a Attribute) GetStringKind() string { 420 func (a Attribute) GetStringValue() string { 426 func (a Attribute) IsEnum() bool [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| Sema.h | 564 /// \brief True if this is a pragma pack attribute, 565 /// not a pragma align attribute. 728 /// This an attribute introduced by \#pragma clang attribute. 731 ParsedAttr *Attribute; 738 /// The location of the push attribute. 747 /// The declaration that is currently receiving an attribute from the 748 /// #pragma attribute stack. 1364 /// attribute. 2077 /// swift_name attribute applied to decl \p D. Raise a diagnostic if the nam [all...] |