/aosp_15_r20/prebuilts/go/linux-x86/src/debug/dwarf/ |
D | type.go | 24 type CommonType struct { struct 25 ByteSize int64 // size of value of this type, in bytes 26 Name string // name that can be used to refer to type 29 func (c *CommonType) Common() *CommonType { return c } 31 func (c *CommonType) Size() int64 { return c.ByteSize } 40 CommonType anonMember 104 CommonType anonMember 115 CommonType anonMember 134 CommonType anonMember 141 CommonType anonMember [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/gob/ |
D | type.go | 233 type CommonType struct { struct 234 Name string 235 Id typeId 238 func (t *CommonType) id() typeId { return t.Id } 240 func (t *CommonType) setId(id typeId) { t.Id = id } 242 func (t *CommonType) string() string { return t.Name } 244 func (t *CommonType) safeString(seen map[typeId]bool) string { 248 func (t *CommonType) name() string { return t.Name } 303 CommonType anonMember 332 CommonType anonMember [all …]
|
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/ |
H A D | select.rs | 21 type CommonType: SelectableValue + Default; typedef 106 pub(crate) fn into_parts(self) -> (T::CommonType, BTreeMap<String, T::SelectsType>) { in into_parts() 162 type CommonType = Option<Self::ItemType>; typedef 233 type CommonType = Vec<T>; typedef 300 type CommonType = BTreeSet<T>; typedef 400 type CommonType = BTreeMap<U, T>; typedef
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/BTF/ |
D | BTF.h | 107 struct CommonType { struct 109 uint32_t NameOff; 135 // For some specific BTF_KIND, "struct CommonType" is immediately argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/BTF/ |
D | BTF.h | 107 struct CommonType { struct 109 uint32_t NameOff; 135 // For some specific BTF_KIND, "struct CommonType" is immediately argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/BTF/ |
D | BTF.h | 107 struct CommonType { struct 109 uint32_t NameOff; 135 // For some specific BTF_KIND, "struct CommonType" is immediately argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/BTF/ |
D | BTF.h | 107 struct CommonType { struct 109 uint32_t NameOff; 135 // For some specific BTF_KIND, "struct CommonType" is immediately argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/ |
H A D | BTF.h | 102 struct CommonType { struct 127 // For some specific BTF_KIND, "struct CommonType" is immediately argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
H A D | BTF.h | 99 struct CommonType { struct 124 // For some specific BTF_KIND, "struct CommonType" is immediately argument
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/iterators/iterator.requirements/alg.req.ind.move/ |
H A D | indirectly_movable_storable.compile.pass.cpp | 96 struct CommonType { }; struct 138 struct CommonType { }; struct
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | TypeBasedAliasAnalysis.cpp | 586 const MDNode *CommonType, in mayBeAccessToSubobjectOf() 676 const MDNode *CommonType = getLeastCommonType(TagA.getAccessType(), in matchAccessTags() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | TypeBasedAliasAnalysis.cpp | 585 const MDNode *CommonType, in mayBeAccessToSubobjectOf() 675 const MDNode *CommonType = getLeastCommonType(TagA.getAccessType(), in matchAccessTags() local
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.3/utils/src/ |
H A D | Conversions.cpp | 46 using CommonType = std::common_type_t<std::chrono::nanoseconds::rep, uint64_t>; in makeNanosFromUint64() typedef 56 using CommonType = std::common_type_t<std::chrono::nanoseconds::rep, uint64_t>; in makeUint64FromNanos() typedef
|
/aosp_15_r20/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/ |
H A D | common_type.pass.cpp | 72 using CommonType = typename std::common_type<Args...>::type; typedef
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/iterators/iterator.requirements/alg.req.ind.copy/ |
H A D | indirectly_copyable_storable.compile.pass.cpp | 227 struct CommonType { }; struct
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/ |
D | ExecutionBuilder.cpp | 405 using CommonType = std::common_type_t<Duration::rep, uint64_t>; in getDuration() typedef
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/ |
D | LegacyUtils.cpp | 69 using CommonType = std::common_type_t<Duration::rep, uint64_t>; in makeTimeoutDuration() typedef
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 3165 void destroyNewNodes(Type *CommonType) { in destroyNewNodes() 3197 Type *CommonType; member in __anon070760120711::AddressingModeCombiner
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 3537 void destroyNewNodes(Type *CommonType) { in destroyNewNodes() 3569 Type *CommonType = nullptr; member in __anon92c564980c11::AddressingModeCombiner
|
/aosp_15_r20/external/ublksrv/include/nlohmann/ |
H A D | json.hpp | 3908 using CommonType = typename std::common_type<OfType, T>::type; in test() typedef 3918 using CommonType = typename std::common_type<OfType, T>::type; in test() typedef 3928 using CommonType = typename std::common_type<OfType, T>::type; in test() typedef 3939 using CommonType = typename std::common_type<OfType, T>::type; in test() typedef
|