Home
last modified time | relevance | path

Searched defs:var_type (Results 1 – 25 of 37) sorted by relevance

12

/external/llvm-project/lldb/source/Core/
DValueObjectVariable.cpp69 Type *var_type = m_variable_sp->GetType(); in GetCompilerTypeImpl() local
76 Type *var_type = m_variable_sp->GetType(); in GetTypeName() local
83 Type *var_type = m_variable_sp->GetType(); in GetDisplayTypeName() local
90 Type *var_type = m_variable_sp->GetType(); in GetQualifiedTypeName() local
/external/llvm-project/llvm/utils/benchmark/test/
Doutput_test.h151 #define _CHECK_RESULT_VALUE(entry, getfn, var_type, var_name, relationship, value) \ argument
162 #define _CHECK_FLOAT_RESULT_VALUE(entry, getfn, var_type, var_name, relationship, value, eps_factor… argument
179 #define CHECK_RESULT_VALUE(entry, var_type, var_name, relationship, value) \ argument
182 #define CHECK_COUNTER_VALUE(entry, var_type, var_name, relationship, value) \ argument
/external/google-benchmark/test/
Doutput_test.h161 #define _CHECK_RESULT_VALUE(entry, getfn, var_type, var_name, relationship, value) \ argument
172 #define _CHECK_FLOAT_RESULT_VALUE(entry, getfn, var_type, var_name, relationship, value, eps_factor… argument
189 #define CHECK_RESULT_VALUE(entry, var_type, var_name, relationship, value) \ argument
192 #define CHECK_COUNTER_VALUE(entry, var_type, var_name, relationship, value) \ argument
/external/llvm-project/libcxx/utils/google-benchmark/test/
Doutput_test.h161 #define _CHECK_RESULT_VALUE(entry, getfn, var_type, var_name, relationship, value) \ argument
172 #define _CHECK_FLOAT_RESULT_VALUE(entry, getfn, var_type, var_name, relationship, value, eps_factor… argument
189 #define CHECK_RESULT_VALUE(entry, var_type, var_name, relationship, value) \ argument
192 #define CHECK_COUNTER_VALUE(entry, var_type, var_name, relationship, value) \ argument
/external/libcxx/utils/google-benchmark/test/
Doutput_test.h161 #define _CHECK_RESULT_VALUE(entry, getfn, var_type, var_name, relationship, value) \ argument
172 #define _CHECK_FLOAT_RESULT_VALUE(entry, getfn, var_type, var_name, relationship, value, eps_factor… argument
189 #define CHECK_RESULT_VALUE(entry, var_type, var_name, relationship, value) \ argument
192 #define CHECK_COUNTER_VALUE(entry, var_type, var_name, relationship, value) \ argument
/external/tensorflow/tensorflow/java/src/gen/cc/
Dop_specs.cc290 Type var_type = in CreateInput() local
306 Type var_type = types.first.kind() == Type::GENERIC in CreateAttribute() local
325 Type var_type = Type::Class("Output", "org.tensorflow").add_parameter(type); in CreateOutput() local
/external/abseil-cpp/absl/base/internal/
Dinline_variable.h89 #define ABSL_INTERNAL_INLINE_CONSTEXPR(var_type, name, init) \ argument
/external/angle/third_party/abseil-cpp/absl/base/internal/
Dinline_variable.h89 #define ABSL_INTERNAL_INLINE_CONSTEXPR(var_type, name, init) \ argument
/external/webrtc/third_party/abseil-cpp/absl/base/internal/
Dinline_variable.h89 #define ABSL_INTERNAL_INLINE_CONSTEXPR(var_type, name, init) \ argument
/external/libtextclassifier/abseil-cpp/absl/base/internal/
Dinline_variable.h89 #define ABSL_INTERNAL_INLINE_CONSTEXPR(var_type, name, init) \ argument
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/
Dinline_variable.h89 #define ABSL_INTERNAL_INLINE_CONSTEXPR(var_type, name, init) \ argument
/external/openscreen/third_party/abseil/src/absl/base/internal/
Dinline_variable.h89 #define ABSL_INTERNAL_INLINE_CONSTEXPR(var_type, name, init) \ argument
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dlocal_single_store_elim_pass.cpp150 const analysis::Type* var_type = in ProcessVariable() local
Damd_ext_to_khr.cpp487 Instruction* var_type = in ReplaceMbcnt() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Dlocal_single_store_elim_pass.cpp147 const analysis::Type* var_type = in ProcessVariable() local
Damd_ext_to_khr.cpp487 Instruction* var_type = in ReplaceMbcnt() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dlocal_single_store_elim_pass.cpp147 const analysis::Type* var_type = in ProcessVariable() local
Damd_ext_to_khr.cpp487 Instruction* var_type = in ReplaceMbcnt() local
/external/mesa3d/src/compiler/glsl/tests/
Dlower_jump_cases.py124 def declare_temp(var_type, var_name): argument
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c273 SpvId var_type = get_glsl_type(ctx, var->type); in emit_input() local
344 SpvId var_type = get_glsl_type(ctx, var->type); in emit_output() local
1641 create_builtin_var(struct ntv_context *ctx, SpvId var_type, in create_builtin_var()
1661 SpvId var_type = spirv_builder_type_bool(&ctx->builder); in emit_load_front_face() local
1677 SpvId var_type = spirv_builder_type_uint(&ctx->builder, 32); in emit_load_uint_input() local
1692 SpvId var_type; in emit_load_vec_input() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dstack_ops_decomposition.cc397 auto var_type = RankedTensorType::get( in HandleStackV2Op() local
/external/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp2984 const struct glsl_type *var_type, in validate_fragment_flat_interpolation_input()
3076 const struct glsl_type *var_type, in validate_interpolation_qualifier()
3164 const struct glsl_type *var_type, in interpret_interpolation_qualifier()
5173 const struct glsl_type *var_type; in hir() local
Dlower_instructions.cpp1710 const glsl_type *var_type = ir->type->base_type == GLSL_TYPE_UINT64 in mul64_to_mul_and_mul_high() local
Dlink_uniforms.cpp287 program_resource_visitor::process(ir_variable *var, const glsl_type *var_type, in process()
/external/deqp/external/openglcts/modules/gles31/
Des31cArrayOfArraysTests.cpp1924 …::string ConstructorsAndUnsizedDeclConstructors1<API>::recursively_initialise(std::string var_type, in recursively_initialise()
2490 …ing ConstructorsAndUnsizedDeclStructConstructors<API>::recursively_initialise(std::string var_type, in recursively_initialise()
2684 std::string ExpressionsAssignment1<API>::recursively_initialise(std::string var_type, size_t dimens… in recursively_initialise()
3214 std::string ExpressionsIndexingArray2<API>::recursively_initialise(std::string var_type, size_t dim… in recursively_initialise()

12