/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | RelocationResolver.cpp | 26 static bool supportsX86_64(uint64_t Type) { in supportsX86_64() 61 static bool supportsAArch64(uint64_t Type) { in supportsAArch64() 82 static bool supportsBPF(uint64_t Type) { in supportsBPF() 103 static bool supportsMips64(uint64_t Type) { in supportsMips64() 130 static bool supportsPPC64(uint64_t Type) { in supportsPPC64() 151 static bool supportsSystemZ(uint64_t Type) { in supportsSystemZ() 172 static bool supportsSparc64(uint64_t Type) { in supportsSparc64() 196 static bool supportsAmdgpu(uint64_t Type) { in supportsAmdgpu() 216 static bool supportsX86(uint64_t Type) { in supportsX86() 240 static bool supportsPPC32(uint64_t Type) { in supportsPPC32() [all …]
|
/third_party/rust/crates/clap/clap_derive/src/utils/ |
D | ty.rs | 58 pub fn inner_type(field_ty: &syn::Type) -> &syn::Type { in inner_type() 73 pub fn sub_type(ty: &syn::Type) -> Option<&syn::Type> { in sub_type() 95 fn subty_if<F>(ty: &syn::Type, f: F) -> Option<&syn::Type> in subty_if() 116 pub fn subty_if_name<'a>(ty: &'a syn::Type, name: &str) -> Option<&'a syn::Type> { in subty_if_name() 120 pub fn is_simple_ty(ty: &syn::Type, name: &str) -> bool { in is_simple_ty() 132 fn is_generic_ty(ty: &syn::Type, name: &str) -> bool { in is_generic_ty() 152 fn get_vec_ty(ty: &Type, vec_ty: Ty, vecvec_ty: Ty) -> Option<Ty> { in get_vec_ty() 163 fn get_vec_ty(ty: &Type, vec_ty: Ty, _vecvec_ty: Ty) -> Option<Ty> { in get_vec_ty()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-face.hh | 42 #define HB_OT_TABLE(Namespace, Type) namespace Namespace { struct Type; } argument 43 #define HB_OT_ACCELERATOR(Namespace, Type) HB_OT_TABLE (Namespace, Type##_accelerator_t) argument 53 #define HB_OT_TABLE_ORDER(Namespace, Type) \ argument 58 #define HB_OT_TABLE(Namespace, Type) HB_OT_TABLE_ORDER (Namespace, Type), argument 64 #define HB_OT_TABLE(Namespace, Type) \ argument 66 #define HB_OT_ACCELERATOR(Namespace, Type) \ argument
|
D | hb-null.hh | 103 typedef hb_remove_const<hb_remove_reference<QType>> Type; typedef 106 #define Null(Type) NullHelper<Type>::get_null () argument 109 #define DECLARE_NULL_NAMESPACE_BYTES(Namespace, Type) \ argument 120 #define DEFINE_NULL_NAMESPACE_BYTES(Namespace, Type) \ argument 124 #define DECLARE_NULL_INSTANCE(Type) \ argument 133 #define DEFINE_NULL_INSTANCE(Type) \ argument 156 typedef hb_remove_const<hb_remove_reference<QType>> Type; typedef 159 #define Crap(Type) CrapHelper<Type>::get_crap () argument 169 #define CrapOrNull(Type) CrapOrNullHelper<Type>::get () argument
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
D | rrPrimitiveTypes.hpp | 53 …PrimitiveTypeTraits<PRIMITIVETYPE_TRIANGLES> { typedef pa::Triangle Type; typedef pa::Triang… typedef 54 …mitiveTypeTraits<PRIMITIVETYPE_TRIANGLE_STRIP> { typedef pa::Triangle Type; typedef pa::Triang… typedef 55 …imitiveTypeTraits<PRIMITIVETYPE_TRIANGLE_FAN> { typedef pa::Triangle Type; typedef pa::Triang… typedef 56 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_LINES> { typedef pa::Line Type… typedef 57 …ct PrimitiveTypeTraits<PRIMITIVETYPE_LINE_STRIP> { typedef pa::Line Type; typedef pa::Line … typedef 58 …ct PrimitiveTypeTraits<PRIMITIVETYPE_LINE_LOOP> { typedef pa::Line Type; typedef pa::Line … typedef 59 …ruct PrimitiveTypeTraits<PRIMITIVETYPE_POINTS> { typedef pa::Point Type; typedef pa::Point … typedef 60 …eTypeTraits<PRIMITIVETYPE_LINES_ADJACENCY> { typedef pa::LineAdjacency Type; typedef pa::Line … typedef 61 …eTraits<PRIMITIVETYPE_LINE_STRIP_ADJACENCY> { typedef pa::LineAdjacency Type; typedef pa::Line … typedef 62 …raits<PRIMITIVETYPE_TRIANGLES_ADJACENCY> { typedef pa::TriangleAdjacency Type; typedef pa::Triang… typedef [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCELFObjectWriter.h | 34 unsigned Type; // The type of the relocation. member 119 uint8_t getRType(uint32_t Type) const { in getRType() 122 uint8_t getRType2(uint32_t Type) const { in getRType2() 125 uint8_t getRType3(uint32_t Type) const { in getRType3() 128 uint8_t getRSsym(uint32_t Type) const { in getRSsym() 133 unsigned setRType(unsigned Value, unsigned Type) const { in setRType() 136 unsigned setRType2(unsigned Value, unsigned Type) const { in setRType2() 139 unsigned setRType3(unsigned Value, unsigned Type) const { in setRType3() 142 unsigned setRSsym(unsigned Value, unsigned Type) const { in setRSsym()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | constify-module-enums-basic.rs | 9 pub type Type = ::std::os::raw::c_uint; typedef 61 arg1: foo::Type, in func1() 62 arg2: *mut foo::Type, in func1() 63 arg3: *mut *mut foo::Type, in func1() 64 ) -> *mut foo::Type; in func1()
|
D | constify-module-enums-types.rs | 9 pub type Type = ::std::os::raw::c_uint; typedef 17 pub type Type = ::std::os::raw::c_uint; typedef 23 pub type Type = ::std::os::raw::c_uint; typedef 30 pub type Type = ::std::os::raw::c_int; typedef 222 pub type Type = ::std::os::raw::c_int; typedef 264 arg1: foo::Type, in func1() 265 arg2: *mut foo::Type, in func1() 266 arg3: *mut *mut foo::Type, in func1() 267 ) -> *mut foo::Type; in func1() 294 pub fn func3(arg1: Thing<foo::Type>) -> foo::Type; in func3() [all …]
|
D | enum-default-module.rs | 14 pub type Type = ::std::os::raw::c_uint; typedef 54 pub type Type = ::std::os::raw::c_uint; typedef 59 pub type Type = ::std::os::raw::c_int; typedef 65 pub type Type = ::std::os::raw::c_uint; typedef 71 pub type Type = ::std::os::raw::c_uint; typedef
|
D | empty-enum.rs | 15 pub type Type = ::std::os::raw::c_uint; typedef 24 pub type Type = ::std::os::raw::c_char; typedef 33 pub type Type = ::std::os::raw::c_char; typedef
|
D | constify-module-enums-shadow-name.rs | 9 pub type Type = ::std::os::raw::c_uint; typedef 10 pub const Type: Type = 0; constant
|
/third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
D | vksProtocol.hpp | 35 static constexpr u32 Type () { return 0; } in Type() function 46 static constexpr u32 Type() { return 1; } in Type() function 57 static constexpr u32 Type() { return 2; } in Type() function 67 static constexpr u32 Type() { return 3; } in Type() function 79 static constexpr u32 Type() { return 4; } in Type() function 91 static constexpr u32 Type() { return 5; } in Type() function 102 static constexpr u32 Type() { return 6; } in Type() function 112 static constexpr u32 Type() { return 7; } in Type() function 126 static constexpr u32 Type() { return 8; } in Type() function 137 static constexpr u32 Type() { return 9; } in Type() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
D | Wasm.cpp | 11 std::string llvm::wasm::toString(wasm::WasmSymbolType Type) { in toString() 27 std::string llvm::wasm::relocTypetoString(uint32_t Type) { in relocTypetoString() 39 bool llvm::wasm::relocTypeHasAddend(uint32_t Type) { in relocTypeHasAddend()
|
/third_party/skia/modules/particles/include/ |
D | SkReflected.h | 48 struct Type { struct 50 const Type* fBase; argument 54 bool isDerivedFrom(const Type* t) const { in isDerivedFrom() argument
|
/third_party/skia/third_party/externals/piex/src/image_type_recognition/ |
D | image_type_recognition_lite.cc | 150 virtual RawImageTypes Type() const { return kArwImage; } in Type() function in piex::image_type_recognition::__anon7e2308b80111::ArwTypeChecker 207 virtual RawImageTypes Type() const { return kCr2Image; } in Type() function in piex::image_type_recognition::__anon7e2308b80111::Cr2TypeChecker 237 virtual RawImageTypes Type() const { return kCrwImage; } in Type() function in piex::image_type_recognition::__anon7e2308b80111::CrwTypeChecker 263 virtual RawImageTypes Type() const { return kDcrImage; } in Type() function in piex::image_type_recognition::__anon7e2308b80111::DcrTypeChecker 305 virtual RawImageTypes Type() const { return kDngImage; } in Type() function in piex::image_type_recognition::__anon7e2308b80111::DngTypeChecker 357 virtual RawImageTypes Type() const { return kKdcImage; } in Type() function in piex::image_type_recognition::__anon7e2308b80111::KdcTypeChecker 393 virtual RawImageTypes Type() const { return kMosImage; } in Type() function in piex::image_type_recognition::__anon7e2308b80111::MosTypeChecker 419 virtual RawImageTypes Type() const { return kMrwImage; } in Type() function in piex::image_type_recognition::__anon7e2308b80111::MrwTypeChecker 470 virtual RawImageTypes Type() const { return kNefImage; } in Type() function in piex::image_type_recognition::__anon7e2308b80111::NefTypeChecker 508 virtual RawImageTypes Type() const { return kNrwImage; } in Type() function in piex::image_type_recognition::__anon7e2308b80111::NrwTypeChecker [all …]
|
/third_party/node/src/quic/ |
D | defs.h | 93 #define STAT_INCREMENT(Type, name) IncrementStat<Type, &Type::name>(&stats_); argument 94 #define STAT_INCREMENT_N(Type, name, amt) \ argument 96 #define STAT_RECORD_TIMESTAMP(Type, name) \ argument 98 #define STAT_SET(Type, name, val) SetStat<Type, &Type::name>(&stats_, val); argument 99 #define STAT_GET(Type, name) GetStat<Type, &Type::name>(&stats_); argument
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
D | bitcast_validation_test.cc | 25 struct Type { struct 27 static constexpr Type Create() { in Create() 32 builder::ast_type_func_ptr ast; 33 builder::sem_type_func_ptr sem; 34 builder::ast_expr_func_ptr expr;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
D | Architecture.cpp | 21 #define ARCHINFO(Arch, Type, Subtype) \ in getArchitectureFromCpuType() argument 33 #define ARCHINFO(Arch, Type, Subtype) .Case(#Arch, AK_##Arch) in getArchitectureFromName() argument 41 #define ARCHINFO(Arch, Type, Subtype) \ in getArchitectureName() argument 57 #define ARCHINFO(Arch, Type, Subtype) \ in getCPUTypeFromArchitecture() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceTLS.h | 76 #define ICE_TLS_DECLARE_FIELD(Type, FieldName) \ argument 80 #define ICE_TLS_DEFINE_FIELD(Type, ClassName, FieldName) \ argument 104 #define ICE_TLS_DECLARE_FIELD(Type, FieldName) \ argument 106 #define ICE_TLS_DEFINE_FIELD(Type, ClassName, FieldName) \ argument
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
D | ty.rs | 27 pub struct Type { struct 33 kind: TypeKind, argument 44 impl Type { impl 295 ) -> &'tr Type { in canonical_type() 308 ) -> Option<&'tr Type> { in safe_canonical_type() 358 impl IsOpaque for Type { implementation 374 impl AsTemplateParam for Type { implementation 402 impl DotAttributes for Type { implementation 532 impl TemplateParameters for Type { implementation 677 impl Type { implementation [all …]
|
D | item_kind.rs | 19 Type(Type), enumerator 81 pub fn as_type(&self) -> Option<&Type> { in as_type() 90 pub fn as_type_mut(&mut self) -> Option<&mut Type> { in as_type_mut() 104 pub fn expect_type(&self) -> &Type { in expect_type()
|
/third_party/typescript/tests/baselines/reference/ |
D | parser509630.js | 2 class Type { class 5 class Any extends Type { field in Type 26 function Type() { class in Type
|
/third_party/node/src/ |
D | node_postmortem_metadata.cc | 12 #define NODEDBG_OFFSET(Class, Member, Type) \ argument 43 #define V(Class, Member, Type, Accessor) \ argument 62 #define V(Class, Member, Type, Accessor) \ in GenDebugSymbols() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldELFMips.cpp | 55 uint32_t Type) { in evaluateMIPS32Relocation() 109 const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, in evaluateMIPS64Relocation() 214 uint32_t Type) { in applyMIPSRelocation() 266 const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, in resolveMIPSN32Relocation() 275 const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, in resolveMIPSN64Relocation() 305 uint32_t Value, uint32_t Type, in resolveMIPSO32Relocation()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
D | issue-888-enum-var-decl-jump.hpp | 8 struct Type { struct 9 static a b;
|