Home
last modified time | relevance | path

Searched defs:Attribute (Results 1 - 25 of 49) sorted by relevance

12

/third_party/rust/crates/proc-macro-error/proc-macro-error-attr/src/
H A Dparse.rs78 impl Attribute { impls
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DARMAttributeParser.h26 ARMBuildAttrs::AttrType Attribute; member
H A DWithColor.h26 Attribute, member in llvm::HighlightColor
/third_party/rust/crates/syn/src/
H A Dattr.rs165 pub struct Attribute { structure names
173 impl Attribute { impls
[all...]
H A Dparse_quote.rs
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCXCOFFStreamer.cpp30 EmitSymbolAttribute(MCSymbol *Sym, MCSymbolAttr Attribute) EmitSymbolAttribute() argument
H A DMCWasmStreamer.cpp80 bool MCWasmStreamer::EmitSymbolAttribute(MCSymbol *S, MCSymbolAttr Attribute) { in EmitSymbolAttribute() argument
H A DMCWinCOFFStreamer.cpp110 EmitSymbolAttribute(MCSymbol *S, MCSymbolAttr Attribute) EmitSymbolAttribute() argument
H A DMCMachOStreamer.cpp291 EmitSymbolAttribute(MCSymbol *Sym, MCSymbolAttr Attribute) EmitSymbolAttribute() argument
H A DMCELFStreamer.cpp190 bool MCELFStreamer::EmitSymbolAttribute(MCSymbol *S, MCSymbolAttr Attribute) { in EmitSymbolAttribute() argument
/third_party/vk-gl-cts/executor/
H A DxeXMLWriter.hpp60 struct Attribute struct in xe::xml::Writer
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() function
66 Attribute (const std::string& name_, const std::string& value_) : name(name_), value(value_) {} in Attribute() function
/third_party/skia/src/gpu/gl/
H A DGrGLProgram.h38 struct Attribute { struct in GrGLProgram
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp135 void DIEHash::hashShallowTypeReference(dwarf::Attribute Attribute, in hashShallowTypeReference() argument
161 void DIEHash::hashRepeatedTypeReference(dwarf::Attribute Attribute, in hashRepeatedTypeReference() argument
174 void DIEHash::hashDIEEntry(dwarf::Attribute Attribute, dwarf::Tag Tag, in hashDIEEntry() argument
234 dwarf::Attribute Attribute = Value.getAttribute(); hashAttribute() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DRecordStreamer.cpp36 markGlobal(const MCSymbol &Symbol, MCSymbolAttr Attribute) markGlobal() argument
99 EmitSymbolAttribute(MCSymbol *Symbol, MCSymbolAttr Attribute) EmitSymbolAttribute() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DAttributes.h47 class Attribute { class
76 Attribute(AttributeImpl *A) : pImpl(A) {} in Attribute() function in llvm::Attribute
79 Attribute() : pImpl(nullptr) {} in Attribute() function in llvm::Attribute
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp104 void ARMTargetStreamer::emitAttribute(unsigned Attribute, unsigned Value) {} in emitAttribute() argument
105 void ARMTargetStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() argument
107 void ARMTargetStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute() argument
/third_party/skia/experimental/graphite/src/
H A DGraphicsPipelineDesc.h27 class Attribute { class in skgpu::GraphicsPipelineDesc
30 constexpr Attribute(const char* name, in Attribute() function in skgpu::GraphicsPipelineDesc::Attribute
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsAttributeLocationTests.hpp81 class Attribute class
[all...]
/third_party/lame/ACM/tinyxml/
H A Dtinyxml.cpp421 const std::string* TiXmlElement::Attribute( const std::string& name ) const in Attribute() function in TiXmlElement
432 const std::string* TiXmlElement::Attribute( const std::string& name, int* i ) const in Attribute() function in TiXmlElement
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A 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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DAttributes.h51 class Attribute { class
81 Attribute(AttributeImpl *A) : pImpl(A) {} in Attribute() function in llvm::Attribute
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
H A Dest.c213 } Attribute; typedef
232 ASN1_SEQUENCE(Attribute) = { variable
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
H A Dest.c213 } Attribute; typedef
232 ASN1_SEQUENCE(Attribute) = { variable
[all...]
/third_party/skia/src/gpu/
H A DGrGeometryProcessor.h64 class Attribute { class in GrGeometryProcessor
67 constexpr Attribute(const char* name, in Attribute() function in GrGeometryProcessor::Attribute
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DOutputASM.h144 struct Attribute struct

Completed in 19 milliseconds

12