Searched refs:Attribute (Results 1 - 25 of 309) sorted by path

1234567891011>>

/freebsd-11-stable/contrib/apr-util/include/private/
H A Dapr_dbd_odbc_v2.h38 #define SQLSetEnvAttr(henv, Attribute, Value, StringLength) (0)
/freebsd-11-stable/contrib/bmake/
H A Dparse.c224 Attribute /* Generic attribute */ enumerator in enum:__anon104
312 { ".EXEC", Attribute, OP_EXEC },
316 { ".INVISIBLE", Attribute, OP_INVISIBLE },
317 { ".JOIN", Attribute, OP_JOIN },
319 { ".MADE", Attribute, OP_MADE },
321 { ".MAKE", Attribute, OP_MAKE },
328 { ".NOTMAIN", Attribute, OP_NOTMAIN },
333 { ".OPTIONAL", Attribute, OP_OPTIONAL },
342 { ".RECURSIVE", Attribute, OP_MAKE },
348 { ".USE", Attribute, OP_US
[all...]
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dcms.c746 static const Attribute *
894 const Attribute *attr;
1089 add_one_attribute(Attribute **attr,
/freebsd-11-stable/stand/efi/include/
H A Defiprot.h305 UINT64 Attribute; member in struct:__anon4877
/freebsd-11-stable/stand/pc98/cdboot/
H A Dcdboot.S286 mov $0x00e1,%bx # Attribute
323 mov $0xe1,%bl # Attribute
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslopcodes.c444 UINT8 Attribute; local
468 Attribute = (UINT8) AttribOp->Asl.Value.Integer;
469 if ((Attribute != AML_FIELD_ATTRIB_MULTIBYTE) &&
470 (Attribute != AML_FIELD_ATTRIB_RAW_BYTES) &&
471 (Attribute != AML_FIELD_ATTRIB_RAW_PROCESS))
/freebsd-11-stable/sys/contrib/dev/acpica/components/disassembler/
H A Ddmutils.c241 * PARAMETERS: Attribute - Attribute field of AccessAs keyword
252 UINT8 Attribute)
255 switch (Attribute)
311 AcpiOsPrintf ("0x%2.2X", Attribute);
251 AcpiDmDecodeAttribute( UINT8 Attribute) argument
/freebsd-11-stable/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsfield.c490 Info->Attribute = (UINT8)
657 Info.Attribute = 0;
/freebsd-11-stable/sys/contrib/dev/acpica/components/executer/
H A Dexfield.c305 Function = ACPI_READ | (ObjDesc->Field.Attribute << 16);
310 AccessorType = ObjDesc->Field.Attribute;
539 Function = ACPI_WRITE | (ObjDesc->Field.Attribute << 16);
544 AccessorType = ObjDesc->Field.Attribute;
H A Dexprep.c476 ObjDesc->CommonField.Attribute = FieldAttribute;
591 Info->FieldFlags, Info->Attribute,
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacdisasm.h1240 UINT8 Attribute);
H A Daclocal.h424 UINT8 Attribute; member in struct:acpi_create_field_info
H A Dacobject.h428 UINT8 Attribute; /* From AccessAs keyword */\
/freebsd-11-stable/sys/contrib/edk2/Include/Protocol/
H A DSimpleTextOut.h272 @param Attribute The attribute to set. Bits 0..3 are the foreground color, and
285 IN UINTN Attribute
372 INT32 Attribute; member in struct:__anon6087
/freebsd-11-stable/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h128 UINT64 Attribute; member in struct:__anon6128
/freebsd-11-stable/sys/dev/ciss/
H A Dcissio.h149 u_int8_t Attribute:3; member in struct:__anon9504::__anon9505
/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_ioctl.h100 BYTE Attribute:3; member in struct:_RequestBlock_struct::__anon7842
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DComment.h417 class Attribute { class in class:clang::comments::HTMLStartTagComment
427 Attribute() { } function in class:clang::comments::HTMLStartTagComment::Attribute
429 Attribute(SourceLocation NameLocBegin, StringRef Name) : function in class:clang::comments::HTMLStartTagComment::Attribute
435 Attribute(SourceLocation NameLocBegin, StringRef Name, function in class:clang::comments::HTMLStartTagComment::Attribute
453 ArrayRef<Attribute> Attributes;
478 const Attribute &getAttr(unsigned Idx) const {
482 void setAttrs(ArrayRef<Attribute> Attrs) {
485 const Attribute &Attr = Attrs.back();
H A DCommentSema.h174 ArrayRef<HTMLStartTagComment::Attribute> Attrs,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h570 ParsedAttr *Attribute; member in struct:clang::final::PragmaAttributeEntry
2858 /// Attribute merging methods. Return true if a new attribute was added.
9122 /// ArgAttrs - Attribute list for this argument.
9462 void ActOnPragmaAttributeAttribute(ParsedAttr &Attribute,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h338 const Attr *Attribute; member in union:clang::ASTWriter::DeclUpdate::__anon169
350 DeclUpdate(unsigned Kind, const Attr *Attribute) argument
351 : Kind(Kind), Attribute(Attribute) {}
363 const Attr *getAttr() const { return Attribute; }
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DCommentParser.cpp445 SmallVector<HTMLStartTagComment::Attribute, 2> Attrs;
452 Attrs.push_back(HTMLStartTagComment::Attribute(Ident.getLocation(),
462 Attrs.push_back(HTMLStartTagComment::Attribute(Ident.getLocation(),
469 Attrs.push_back(HTMLStartTagComment::Attribute(
H A DCommentSema.cpp464 ArrayRef<HTMLStartTagComment::Attribute> Attrs,
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp929 llvm::Attribute::ReturnsTwice);
1142 llvm::Attribute::NoReturn);
1247 Fn->addFnAttr(llvm::Attribute::NoInline);
12523 llvm::Attribute::NoReturn);
H A DCGCall.cpp1702 FuncAttrs.addAttribute(llvm::Attribute::NoUnwind);
1711 FuncAttrs.addAttribute(llvm::Attribute::OptimizeForSize);
1713 FuncAttrs.addAttribute(llvm::Attribute::MinSize);
1717 FuncAttrs.addAttribute(llvm::Attribute::NoRedZone);
1721 FuncAttrs.addAttribute(llvm::Attribute::NoImplicitFloat);
1727 FuncAttrs.addAttribute(llvm::Attribute::NoBuiltin);
1801 FuncAttrs.addAttribute(llvm::Attribute::SpeculativeLoadHardening);
1810 FuncAttrs.addAttribute(llvm::Attribute::Convergent);
1815 FuncAttrs.addAttribute(llvm::Attribute::NoUnwind);
1844 FuncAttrs.addAttribute(llvm::Attribute
[all...]

Completed in 643 milliseconds

1234567891011>>