Home
last modified time | relevance | path

Searched defs:Attribute (Results 1 – 25 of 72) sorted by relevance

123

/third_party/rust/crates/proc-macro-error/proc-macro-error-attr/src/
Dparse.rs8 ) -> Result<(Vec<Attribute>, Vec<TokenTree>, TokenTree)> { in parse_input()
29 ) -> Result<Option<Attribute>> { in parse_next_attr()
72 pub(crate) struct Attribute { struct
78 impl Attribute { implementation
84 impl ToTokens for Attribute { implementation
/third_party/vk-gl-cts/executor/
DxeXMLWriter.hpp60 struct Attribute struct in xe::xml::Writer
62 std::string name;
63 std::string value;
64 Attribute (const char* name_, const char* value_) : name(name_), value(value_) {} in Attribute() function
65 Attribute (const char* name_, const std::string& value_) : name(name_), value(value_) {} in Attribute() argument
66 Attribute (const std::string& name_, const std::string& value_) : name(name_), value(value_) {} in Attribute() function
/third_party/skia/src/gpu/gl/
DGrGLProgram.h38 struct Attribute { struct
62 std::unique_ptr<Attribute[]>, argument
/third_party/rust/crates/syn/src/
Dattr.rs173 impl Attribute { implementation
592 impl<'a> FilterAttrs<'a> for &'a [Attribute] { implementation
630 pub(crate) fn single_parse_inner(input: ParseStream) -> Result<Attribute> { in single_parse_inner()
640 pub(crate) fn single_parse_outer(input: ParseStream) -> Result<Attribute> { in single_parse_outer()
748 impl ToTokens for Attribute { implementation
Dstmt.rs249 fn stmt_mac(input: ParseStream, attrs: Vec<Attribute>, path: Path) -> Result<StmtMacro> { in stmt_mac()
320 mut attrs: Vec<Attribute>, in stmt_expr()
Dparse_quote.rs144 impl ParseQuote for Attribute { implementation
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp135 void DIEHash::hashShallowTypeReference(dwarf::Attribute Attribute, in hashShallowTypeReference()
161 void DIEHash::hashRepeatedTypeReference(dwarf::Attribute Attribute, in hashRepeatedTypeReference()
174 void DIEHash::hashDIEEntry(dwarf::Attribute Attribute, dwarf::Tag Tag, in hashDIEEntry()
234 dwarf::Attribute Attribute = Value.getAttribute(); in hashAttribute() local
DDwarfUnit.cpp223 void DwarfUnit::addFlag(DIE &Die, dwarf::Attribute Attribute) { in addFlag()
232 void DwarfUnit::addUInt(DIEValueList &Die, dwarf::Attribute Attribute, in addUInt()
246 void DwarfUnit::addSInt(DIEValueList &Die, dwarf::Attribute Attribute, in addSInt()
258 void DwarfUnit::addString(DIE &Die, dwarf::Attribute Attribute, in addString()
293 dwarf::Attribute Attribute, in addLabel()
303 void DwarfUnit::addSectionOffset(DIE &Die, dwarf::Attribute Attribute, in addSectionOffset()
360 void DwarfUnit::addLabelDelta(DIE &Die, dwarf::Attribute Attribute, in addLabelDelta()
366 void DwarfUnit::addDIEEntry(DIE &Die, dwarf::Attribute Attribute, DIE &Entry) { in addDIEEntry()
381 void DwarfUnit::addDIEEntry(DIE &Die, dwarf::Attribute Attribute, in addDIEEntry()
402 void DwarfUnit::addBlock(DIE &Die, dwarf::Attribute Attribute, DIELoc *Loc) { in addBlock()
[all …]
DDwarfCompileUnit.cpp78 void DwarfCompileUnit::addLabelAddress(DIE &Die, dwarf::Attribute Attribute, in addLabelAddress()
95 dwarf::Attribute Attribute, in addLocalLabelAddress()
1190 void DwarfCompileUnit::addAddress(DIE &Die, dwarf::Attribute Attribute, in addAddress()
1216 dwarf::Attribute Attribute, in addComplexAddress()
1246 void DwarfCompileUnit::addLocationList(DIE &Die, dwarf::Attribute Attribute, in addLocationList()
1288 void DwarfCompileUnit::addAddressExpr(DIE &Die, dwarf::Attribute Attribute, in addAddressExpr()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fVertexArrayObjectTests.cpp56 struct Attribute struct
59 GLboolean enabled;
60 GLint size;
61 GLint stride;
62 GLenum type;
63 GLboolean integer;
64 GLint divisor;
65 GLint offset;
66 GLboolean normalized;
68 int bufferNdx;
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.h76 Attribute(AttributeImpl *A) : pImpl(A) {} in Attribute() function
79 Attribute() : pImpl(nullptr) {} in Attribute() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DOutputASM.h144 struct Attribute struct
157 typedef std::vector<Attribute> ActiveAttributes; argument
/third_party/rust/crates/syn/codegen/src/
Dparse.rs299 fn full(input: ParseStream) -> Vec<Attribute> { in full()
482 fn clone_features(features: &[Attribute]) -> Vec<Attribute> { in clone_features()
486 fn get_features(attrs: &[Attribute], base: &[Attribute]) -> Vec<Attribute> { in get_features()
509 features: &[Attribute], in load_file()
530 features: &[Attribute], in do_load_file()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMTargetStreamer.cpp104 void ARMTargetStreamer::emitAttribute(unsigned Attribute, unsigned Value) {} in emitAttribute()
105 void ARMTargetStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute()
107 void ARMTargetStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute()
DARMELFStreamer.cpp177 void ARMTargetAsmStreamer::emitAttribute(unsigned Attribute, unsigned Value) { in emitAttribute()
187 void ARMTargetAsmStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute()
205 void ARMTargetAsmStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute()
312 AttributeItem *getAttributeItem(unsigned Attribute) { in getAttributeItem()
319 void setAttributeItem(unsigned Attribute, unsigned Value, in setAttributeItem()
340 void setAttributeItem(unsigned Attribute, StringRef Value, in setAttributeItem()
361 void setAttributeItems(unsigned Attribute, unsigned IntValue, in setAttributeItems()
774 void ARMTargetELFStreamer::emitAttribute(unsigned Attribute, unsigned Value) { in emitAttribute()
778 void ARMTargetELFStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute()
783 void ARMTargetELFStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/WindowsManifest/
DWindowsManifestMerger.cpp100 for (xmlAttrPtr Attribute = Node->properties; Attribute != nullptr; in getAttribute() local
210 for (xmlAttrPtr Attribute = AdditionalNode->properties; Attribute; in mergeAttributes() local
319 for (xmlAttrPtr Attribute = Node->properties; Attribute; in explicateNamespace() local
560 for (xmlAttrPtr Attribute = Node->properties; Attribute; in setAttributeNamespaces() local
587 for (xmlAttrPtr Attribute = Node->properties; Attribute; in checkAndStripPrefixes() local
/third_party/rust/crates/cxx/syntax/
Dattrs.rs47 pub fn parse(cx: &mut Errors, attrs: Vec<Attribute>, mut parser: Parser) -> OtherAttrs { in parse()
301 let Attribute { in to_tokens() localVariable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DARMAttributeParser.h26 ARMBuildAttrs::AttrType Attribute; member
DWithColor.h26 Attribute, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DRecordStreamer.cpp37 MCSymbolAttr Attribute) { in markGlobal()
100 MCSymbolAttr Attribute) { in EmitSymbolAttribute()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDIE.h51 dwarf::Attribute Attribute; variable
109 void AddAttribute(dwarf::Attribute Attribute, dwarf::Form Form) { in AddAttribute()
114 void AddImplicitConstAttribute(dwarf::Attribute Attribute, int64_t Value) { in AddImplicitConstAttribute()
363 dwarf::Attribute Attribute = (dwarf::Attribute)0; variable
691 value_iterator addValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, in addValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAttributes.h81 Attribute(AttributeImpl *A) : pImpl(A) {} in Attribute() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCNullStreamer.cpp29 MCSymbolAttr Attribute) override { in EmitSymbolAttribute()
DMCXCOFFStreamer.cpp31 MCSymbolAttr Attribute) { in EmitSymbolAttribute()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxml.cpp577 const char* TiXmlElement::Attribute( const char* name ) const in Attribute() function in TiXmlElement
587 const std::string* TiXmlElement::Attribute( const std::string& name ) const in Attribute() function in TiXmlElement
597 const char* TiXmlElement::Attribute( const char* name, int* i ) const in Attribute() function in TiXmlElement
613 const std::string* TiXmlElement::Attribute( const std::string& name, int* i ) const in Attribute() function in TiXmlElement
629 const char* TiXmlElement::Attribute( const char* name, double* d ) const in Attribute() function in TiXmlElement
645 const std::string* TiXmlElement::Attribute( const std::string& name, double* d ) const in Attribute() function in TiXmlElement

123