Home
last modified time | relevance | path

Searched defs:Tag (Results 1 – 25 of 736) sorted by relevance

12345678910>>...30

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DARMAttributeParser.cpp90 void ARMAttributeParser::IntegerAttribute(AttrType Tag, const uint8_t *Data, in IntegerAttribute()
100 void ARMAttributeParser::StringAttribute(AttrType Tag, const uint8_t *Data, in StringAttribute()
114 void ARMAttributeParser::PrintAttribute(unsigned Tag, unsigned Value, in PrintAttribute()
131 void ARMAttributeParser::CPU_arch(AttrType Tag, const uint8_t *Data, in CPU_arch()
147 void ARMAttributeParser::CPU_arch_profile(AttrType Tag, const uint8_t *Data, in CPU_arch_profile()
164 void ARMAttributeParser::ARM_ISA_use(AttrType Tag, const uint8_t *Data, in ARM_ISA_use()
174 void ARMAttributeParser::THUMB_ISA_use(AttrType Tag, const uint8_t *Data, in THUMB_ISA_use()
184 void ARMAttributeParser::FP_arch(AttrType Tag, const uint8_t *Data, in FP_arch()
197 void ARMAttributeParser::WMMX_arch(AttrType Tag, const uint8_t *Data, in WMMX_arch()
207 void ARMAttributeParser::Advanced_SIMD_arch(AttrType Tag, const uint8_t *Data, in Advanced_SIMD_arch()
[all …]
/external/llvm/tools/llvm-readobj/
DARMAttributeParser.cpp90 void ARMAttributeParser::IntegerAttribute(AttrType Tag, const uint8_t *Data, in IntegerAttribute()
96 void ARMAttributeParser::StringAttribute(AttrType Tag, const uint8_t *Data, in StringAttribute()
107 void ARMAttributeParser::PrintAttribute(unsigned Tag, unsigned Value, in PrintAttribute()
120 void ARMAttributeParser::CPU_arch(AttrType Tag, const uint8_t *Data, in CPU_arch()
134 void ARMAttributeParser::CPU_arch_profile(AttrType Tag, const uint8_t *Data, in CPU_arch_profile()
151 void ARMAttributeParser::ARM_ISA_use(AttrType Tag, const uint8_t *Data, in ARM_ISA_use()
161 void ARMAttributeParser::THUMB_ISA_use(AttrType Tag, const uint8_t *Data, in THUMB_ISA_use()
171 void ARMAttributeParser::FP_arch(AttrType Tag, const uint8_t *Data, in FP_arch()
184 void ARMAttributeParser::WMMX_arch(AttrType Tag, const uint8_t *Data, in WMMX_arch()
194 void ARMAttributeParser::Advanced_SIMD_arch(AttrType Tag, const uint8_t *Data, in Advanced_SIMD_arch()
[all …]
/external/rust/crates/serde_yaml/src/libyaml/
Dtag.rs6 pub(crate) struct Tag(pub(in crate::libyaml) Box<[u8]>); struct
8 impl Tag { implementation
15 impl Tag { impl
21 impl PartialEq<str> for Tag { implementation
27 impl Deref for Tag { implementation
34 impl Debug for Tag { implementation
/external/rust/crates/protobuf/2.27.1/src/
Dwire_format.rs49 pub struct Tag { struct
54 impl Copy for Tag {} implementation
56 impl Tag { implementation
64 pub fn new(value: u32) -> Option<Tag> { in new()
84 pub fn make(field_number: u32, wire_type: WireType) -> Tag { in make()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DMSP430AttributeParser.cpp23 Error MSP430AttributeParser::parseISA(AttrType Tag) { in parseISA()
28 Error MSP430AttributeParser::parseCodeModel(AttrType Tag) { in parseCodeModel()
33 Error MSP430AttributeParser::parseDataModel(AttrType Tag) { in parseDataModel()
38 Error MSP430AttributeParser::parseEnumSize(AttrType Tag) { in parseEnumSize()
43 Error MSP430AttributeParser::handler(uint64_t Tag, bool &Handled) { in handler()
/external/libcxx/test/std/algorithms/alg.sorting/alg.clamp/
Dclamp.pass.cpp20 struct Tag { struct
21 Tag() : val(0), tag("Default") {} in Tag() argument
22 Tag(int a, const char *b) : val(a), tag(b) {} in Tag() argument
23 ~Tag() {} in ~Tag() argument
29 bool eq(const Tag& rhs, const Tag& lhs) { return rhs.val == lhs.val && rhs.tag == lhs.tag; } in eq() argument
Dclamp.comp.pass.cpp21 struct Tag { struct
22 Tag() : val(0), tag("Default") {} in Tag() function
23 Tag(int a, const char *b) : val(a), tag(b) {} in Tag() argument
24 ~Tag() {} in ~Tag() argument
30 bool eq(const Tag& rhs, const Tag& lhs) { return rhs.val == lhs.val && rhs.tag == lhs.tag; } in eq() argument
/external/rust/crates/protobuf/src/
Dwire_format.rs88 pub(crate) struct Tag { struct
93 impl Tag { impl
100 pub(crate) fn new(value: u32) -> crate::Result<Tag> { in new()
120 pub(crate) fn make(field_number: u32, wire_type: WireType) -> Tag { in make()
/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.clamp/
Dclamp.comp.pass.cpp22 struct Tag { struct
23 Tag() : val(0), tag("Default") {} in Tag() function
24 Tag(int a, const char *b) : val(a), tag(b) {} in Tag() argument
25 ~Tag() {} in ~Tag() argument
31 bool eq(const Tag& rhs, const Tag& lhs) { return rhs.val == lhs.val && rhs.tag == lhs.tag; } in eq() argument
Dclamp.pass.cpp21 struct Tag { struct
22 Tag() : val(0), tag("Default") {} in Tag() function
23 Tag(int a, const char *b) : val(a), tag(b) {} in Tag() function
24 ~Tag() {} in ~Tag() argument
30 bool eq(const Tag& rhs, const Tag& lhs) { return rhs.val == lhs.val && rhs.tag == lhs.tag; } in eq() argument
/external/rust/crates/der/src/
Dtag.rs25 fn tag(&self) -> Tag; in tag()
30 fn tag(&self) -> Tag { in tag()
53 pub enum Tag { enum
142 impl Tag { impl
146 pub fn assert_eq(self, expected: Tag) -> Result<Tag> { in assert_eq()
260 impl TryFrom<u8> for Tag { implementation
263 fn try_from(byte: u8) -> Result<Tag> { in try_from()
317 impl<'a> Decode<'a> for Tag { implementation
323 impl Encode for Tag { implementation
333 impl DerOrd for Tag { implementation
[all …]
/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/random/internal/
Duniform_helper.h107 uniform_lower_bound(Tag, IntType a, IntType) { in uniform_lower_bound() argument
118 uniform_lower_bound(Tag, FloatType a, FloatType b) { in uniform_lower_bound() argument
127 uniform_lower_bound(Tag, NumType a, NumType) { in uniform_lower_bound() argument
138 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument
149 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
160 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument
171 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/
Duniform_helper.h107 uniform_lower_bound(Tag, IntType a, IntType) { in uniform_lower_bound() argument
118 uniform_lower_bound(Tag, FloatType a, FloatType b) { in uniform_lower_bound() argument
127 uniform_lower_bound(Tag, NumType a, NumType) { in uniform_lower_bound() argument
138 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument
149 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
160 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument
171 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
/external/webrtc/third_party/abseil-cpp/absl/random/internal/
Duniform_helper.h107 uniform_lower_bound(Tag, IntType a, IntType) { in uniform_lower_bound() argument
118 uniform_lower_bound(Tag, FloatType a, FloatType b) { in uniform_lower_bound() argument
127 uniform_lower_bound(Tag, NumType a, NumType) { in uniform_lower_bound() argument
138 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument
149 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
160 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument
171 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
/external/angle/third_party/abseil-cpp/absl/random/internal/
Duniform_helper.h107 uniform_lower_bound(Tag, IntType a, IntType) { in uniform_lower_bound() argument
118 uniform_lower_bound(Tag, FloatType a, FloatType b) { in uniform_lower_bound() argument
127 uniform_lower_bound(Tag, NumType a, NumType) { in uniform_lower_bound() argument
138 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument
149 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
160 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument
171 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
/external/tensorflow/third_party/absl/abseil-cpp/absl/random/internal/
Duniform_helper.h107 uniform_lower_bound(Tag, IntType a, IntType) { in uniform_lower_bound() argument
118 uniform_lower_bound(Tag, FloatType a, FloatType b) { in uniform_lower_bound() argument
127 uniform_lower_bound(Tag, NumType a, NumType) { in uniform_lower_bound() argument
138 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument
149 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
160 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument
171 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
/external/libtextclassifier/abseil-cpp/absl/random/internal/
Duniform_helper.h107 uniform_lower_bound(Tag, IntType a, IntType) { in uniform_lower_bound() argument
118 uniform_lower_bound(Tag, FloatType a, FloatType b) { in uniform_lower_bound() argument
127 uniform_lower_bound(Tag, NumType a, NumType) { in uniform_lower_bound() argument
138 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument
149 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
160 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument
171 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
/external/openscreen/third_party/abseil/src/absl/random/internal/
Duniform_helper.h107 uniform_lower_bound(Tag, IntType a, IntType) { in uniform_lower_bound() argument
118 uniform_lower_bound(Tag, FloatType a, FloatType b) { in uniform_lower_bound() argument
127 uniform_lower_bound(Tag, NumType a, NumType) { in uniform_lower_bound() argument
138 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument
149 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
160 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument
171 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
/external/cronet/third_party/abseil-cpp/absl/random/internal/
Duniform_helper.h107 uniform_lower_bound(Tag, IntType a, IntType) { in uniform_lower_bound() argument
118 uniform_lower_bound(Tag, FloatType a, FloatType b) { in uniform_lower_bound() argument
127 uniform_lower_bound(Tag, NumType a, NumType) { in uniform_lower_bound() argument
138 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument
149 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
160 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument
171 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
/external/abseil-cpp/absl/random/internal/
Duniform_helper.h107 uniform_lower_bound(Tag, IntType a, IntType) { in uniform_lower_bound() argument
118 uniform_lower_bound(Tag, FloatType a, FloatType b) { in uniform_lower_bound() argument
127 uniform_lower_bound(Tag, NumType a, NumType) { in uniform_lower_bound() argument
138 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument
149 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
160 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument
171 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
/external/libtextclassifier/abseil-cpp/absl/profiling/internal/
Dperiodic_sampler_benchmark.cc42 struct Tag {}; in BM_PeriodicSampler_TinySample() struct
49 struct Tag {}; in BM_PeriodicSampler_ShortSample() struct
56 struct Tag {}; in BM_PeriodicSampler_LongSample() struct
63 struct Tag {}; in BM_PeriodicSampler_LongSampleMinunumInlined() struct
70 struct Tag {}; in BM_PeriodicSampler_Disabled() struct
/external/angle/third_party/abseil-cpp/absl/profiling/internal/
Dperiodic_sampler_benchmark.cc42 struct Tag {}; in BM_PeriodicSampler_TinySample() struct
49 struct Tag {}; in BM_PeriodicSampler_ShortSample() struct
56 struct Tag {}; in BM_PeriodicSampler_LongSample() struct
63 struct Tag {}; in BM_PeriodicSampler_LongSampleMinunumInlined() struct
70 struct Tag {}; in BM_PeriodicSampler_Disabled() struct
/external/cronet/third_party/abseil-cpp/absl/profiling/internal/
Dperiodic_sampler_benchmark.cc42 struct Tag {}; in BM_PeriodicSampler_TinySample() struct
49 struct Tag {}; in BM_PeriodicSampler_ShortSample() struct
56 struct Tag {}; in BM_PeriodicSampler_LongSample() struct
63 struct Tag {}; in BM_PeriodicSampler_LongSampleMinunumInlined() struct
70 struct Tag {}; in BM_PeriodicSampler_Disabled() struct
/external/abseil-cpp/absl/profiling/internal/
Dperiodic_sampler_benchmark.cc42 struct Tag {}; in BM_PeriodicSampler_TinySample() struct
49 struct Tag {}; in BM_PeriodicSampler_ShortSample() struct
56 struct Tag {}; in BM_PeriodicSampler_LongSample() struct
63 struct Tag {}; in BM_PeriodicSampler_LongSampleMinunumInlined() struct
70 struct Tag {}; in BM_PeriodicSampler_Disabled() struct
/external/tensorflow/third_party/absl/abseil-cpp/absl/profiling/internal/
Dperiodic_sampler_benchmark.cc42 struct Tag {}; in BM_PeriodicSampler_TinySample() struct
49 struct Tag {}; in BM_PeriodicSampler_ShortSample() struct
56 struct Tag {}; in BM_PeriodicSampler_LongSample() struct
63 struct Tag {}; in BM_PeriodicSampler_LongSampleMinunumInlined() struct
70 struct Tag {}; in BM_PeriodicSampler_Disabled() struct

12345678910>>...30