| /external/clang/test/Modules/Inputs/PR26014/ |
| D | B.h | 5 struct underlying_type struct 7 typedef __underlying_type(_Tp) type; argument
|
| D | A.h | 6 struct underlying_type struct 8 typedef __underlying_type(_Tp) type; argument
|
| /external/llvm-project/clang/test/Modules/Inputs/PR26014/ |
| D | A.h | 6 struct underlying_type struct 8 typedef __underlying_type(_Tp) type; argument
|
| D | B.h | 5 struct underlying_type struct 7 typedef __underlying_type(_Tp) type; argument
|
| /external/skqp/include/private/ |
| D | SkTLogic.h | 60 template <typename T> struct underlying_type { struct 61 using type = __underlying_type(T); argument 64 template <typename T> using underlying_type = std::underlying_type<T>; variable
|
| /external/clang/test/SemaCXX/ |
| D | underlying_type.cpp | 30 struct underlying_type { struct 31 typedef __underlying_type(T) type; // expected-error {{only enumeration types}} argument
|
| /external/llvm-project/clang/test/SemaCXX/ |
| D | underlying_type.cpp | 30 struct underlying_type { struct 31 typedef __underlying_type(T) type; // expected-error {{only enumeration types}} argument
|
| /external/deqp-deps/SPIRV-Tools/source/val/ |
| D | validate_builtins.cpp | 63 uint32_t* underlying_type) { in GetUnderlyingType() 742 uint32_t underlying_type = 0; in ValidateBool() local 758 uint32_t underlying_type = 0; in ValidateI() local 774 uint32_t underlying_type = 0; in ValidateI32() local 786 uint32_t underlying_type = 0; in ValidateOptionalArrayedI32() local 803 uint32_t underlying_type) { in ValidateI32Helper() 822 uint32_t underlying_type = 0; in ValidateOptionalArrayedF32() local 839 uint32_t underlying_type = 0; in ValidateF32() local 851 uint32_t underlying_type) { in ValidateF32Helper() 872 uint32_t underlying_type = 0; in ValidateI32Vec() local [all …]
|
| D | validate_memory.cpp | 740 auto underlying_type = value_type; in ValidateVariable() local 802 auto underlying_type = value_type; in ValidateVariable() local
|
| /external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/ |
| D | validate_builtins.cpp | 63 uint32_t* underlying_type) { in GetUnderlyingType() 742 uint32_t underlying_type = 0; in ValidateBool() local 758 uint32_t underlying_type = 0; in ValidateI() local 774 uint32_t underlying_type = 0; in ValidateI32() local 786 uint32_t underlying_type = 0; in ValidateOptionalArrayedI32() local 803 uint32_t underlying_type) { in ValidateI32Helper() 822 uint32_t underlying_type = 0; in ValidateOptionalArrayedF32() local 839 uint32_t underlying_type = 0; in ValidateF32() local 851 uint32_t underlying_type) { in ValidateF32Helper() 872 uint32_t underlying_type = 0; in ValidateI32Vec() local [all …]
|
| D | validate_memory.cpp | 737 auto underlying_type = value_type; in ValidateVariable() local 799 auto underlying_type = value_type; in ValidateVariable() local
|
| /external/swiftshader/third_party/SPIRV-Tools/source/val/ |
| D | validate_builtins.cpp | 63 uint32_t* underlying_type) { in GetUnderlyingType() 742 uint32_t underlying_type = 0; in ValidateBool() local 758 uint32_t underlying_type = 0; in ValidateI() local 774 uint32_t underlying_type = 0; in ValidateI32() local 786 uint32_t underlying_type = 0; in ValidateOptionalArrayedI32() local 803 uint32_t underlying_type) { in ValidateI32Helper() 822 uint32_t underlying_type = 0; in ValidateOptionalArrayedF32() local 839 uint32_t underlying_type = 0; in ValidateF32() local 851 uint32_t underlying_type) { in ValidateF32Helper() 872 uint32_t underlying_type = 0; in ValidateI32Vec() local [all …]
|
| D | validate_memory.cpp | 710 auto underlying_type = value_type; in ValidateVariable() local 767 auto underlying_type = value_type; in ValidateVariable() local
|
| /external/tensorflow/tensorflow/core/common_runtime/ |
| D | composite_device.cc | 50 const string& underlying_type = parsed_name.type; in MakeDevice() local
|
| /external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
| D | lift_variables.cc | 194 llvm::ArrayRef<TensorType> underlying_type = in LiftVariables() local
|
| /external/libabigail/src/ |
| D | abg-reader.cc | 3350 type_base_sptr underlying_type = ctxt.build_or_get_type_decl(type_id, in build_var_decl() local 3495 shared_ptr<type_base> underlying_type = in build_qualified_type_decl() local 3894 type_base_sptr underlying_type; in build_subrange_type() local 4219 type_base_sptr underlying_type = in build_enum_type_decl() local 4275 shared_ptr<type_base> underlying_type(ctxt.build_or_get_type_decl(type_id, in build_typedef_decl() local
|
| D | abg-writer.cc | 2559 type_base_sptr underlying_type = decl->get_underlying_type(); in write_qualified_type_def() local 2809 type_base_sptr underlying_type = decl->get_underlying_type(); in write_array_subrange_type() local 3161 type_base_sptr underlying_type = decl->get_underlying_type(); in write_typedef_decl() local
|
| /external/flatbuffers/src/ |
| D | idl_gen_java.cpp | 890 const auto &underlying_type = in GenStruct() local
|
| D | idl_gen_csharp.cpp | 866 const auto &underlying_type = in GenStruct() local
|
| D | idl_gen_kotlin.cpp | 1072 auto underlying_type = value_base_type == BASE_TYPE_VECTOR in GenerateStructGetters() local
|
| /external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| D | PDBASTParser.cpp | 1158 CompilerType underlying_type = m_ast.GetEnumerationIntegerType(enum_type); in AddEnumValue() local
|
| /external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| D | PdbAstBuilder.cpp | 1104 clang::QualType underlying_type = GetOrCreateType(er.UnderlyingType); in CreateEnumType() local
|
| D | SymbolFileNativePDB.cpp | 562 TypeSP underlying_type = GetOrCreateType(er.UnderlyingType); in CreateTagType() local
|
| /external/flatbuffers/include/flatbuffers/ |
| D | idl.h | 425 Type underlying_type; member
|
| D | reflection_generated.h | 396 const reflection::Type *underlying_type() const { in underlying_type() function
|