Home
last modified time | relevance | path

Searched defs:int_type (Results 1 – 25 of 113) sorted by relevance

12345

/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_replace_constant_with_uniform.cpp57 opt::analysis::Integer int_type(32, true); in MakeAccessChainInstruction() local
210 opt::analysis::Integer int_type(32, true); in IsApplicable() local
Dtransformation_equation_instruction.cpp170 if (const auto* int_type = vector->element_type()->AsInteger()) { in MaybeGetResultTypeId() local
193 } else if (const auto* int_type = operand_type->AsInteger()) { in MaybeGetResultTypeId() local
Dfuzzer_pass_add_equation_instructions.cpp175 if (const auto* int_type = in Apply() local
187 } else if (const auto* int_type = operand_type->AsInteger()) { in Apply() local
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_equation_instruction.cpp170 if (const auto* int_type = vector->element_type()->AsInteger()) { in MaybeGetResultTypeId() local
193 } else if (const auto* int_type = operand_type->AsInteger()) { in MaybeGetResultTypeId() local
Dtransformation_replace_constant_with_uniform.cpp57 opt::analysis::Integer int_type(32, true); in MakeAccessChainInstruction() local
210 opt::analysis::Integer int_type(32, true); in IsApplicable() local
Dfuzzer_pass_add_equation_instructions.cpp175 if (const auto* int_type = in Apply() local
187 } else if (const auto* int_type = operand_type->AsInteger()) { in Apply() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dtransformation_equation_instruction.cpp174 if (const auto* int_type = vector->element_type()->AsInteger()) { in MaybeGetResultTypeId() local
197 } else if (const auto* int_type = operand_type->AsInteger()) { in MaybeGetResultTypeId() local
Dtransformation_replace_constant_with_uniform.cpp56 opt::analysis::Integer int_type(32, true); in MakeAccessChainInstruction() local
209 opt::analysis::Integer int_type(32, true); in IsApplicable() local
Dfuzzer_pass_add_equation_instructions.cpp172 if (const auto* int_type = in Apply() local
184 } else if (const auto* int_type = operand_type->AsInteger()) { in Apply() local
/external/libcxx/test/std/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/
Dfailed.pass.cpp22 typedef typename std::basic_streambuf<Char,Traits>::int_type int_type; typedef
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_const.h146 LLVMTypeRef int_type; in lp_build_const_int_pointer() local
/external/llvm-project/lldb/unittests/Symbol/
DTestTypeSystemClang.cpp240 CompilerType int_type = m_ast->GetBasicType(lldb::eBasicTypeInt); in TEST_F() local
383 CompilerType int_type = m_ast->GetBasicType(eBasicTypeInt); in TEST_F() local
496 CompilerType int_type(m_ast.get(), in TEST_F() local
561 CompilerType int_type = m_ast->GetBasicType(lldb::eBasicTypeInt); in TEST_F() local
585 CompilerType int_type = m_ast->GetBasicType(lldb::eBasicTypeInt); in TEST_F() local
/external/libabigail/doc/vizualization/graph/sources/
Dsa-base.cc5 typedef long int_type; typedef
Dsa-B.cc5 typedef long int_type; typedef
Dsa-A.cc5 typedef long int_type; typedef
/external/llvm-project/libcxx/test/std/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/
Dfailed.pass.cpp23 typedef typename std::basic_streambuf<Char,Traits>::int_type int_type; typedef
/external/libabigail/doc/vizualization/layout/sources/
Dsa-base.cc5 typedef long int_type; typedef
Dsa-B.cc5 typedef long int_type; typedef
Dsa-A.cc5 typedef long int_type; typedef
/external/tensorflow/tensorflow/compiler/tf2xla/
Dliteral_util_test.cc55 using int_type = typename TypeParam::first_type; in TYPED_TEST() typedef
/external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
Dunderflow.pass.cpp30 typedef typename base::int_type int_type; typedef
Dpbackfail.pass.cpp25 typedef typename base::int_type int_type; typedef
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dconstants.cpp107 const auto* int_type = type()->AsInteger(); in GetZeroExtendedValue() local
126 const auto* int_type = type()->AsInteger(); in GetSignExtendedValue() local
398 else if (const auto* int_type = element_type->AsInteger()) in GetNumericVectorConstantWithWords() local
/external/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
Dpbackfail.pass.cpp26 typedef typename base::int_type int_type; typedef
Dunderflow.pass.cpp31 typedef typename base::int_type int_type; typedef

12345