Home
last modified time | relevance | path

Searched refs:type_decl (Results 1 – 16 of 16) sorted by relevance

/external/deqp-deps/SPIRV-Tools/test/opt/
Dfreeze_spec_const_test.cpp29 const char* type_decl; member
41 test_case.type_decl, test_case.spec_const}; in TEST_P()
44 test_case.type_decl, test_case.expected_frozen_const}; in TEST_P()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dfreeze_spec_const_test.cpp29 const char* type_decl; member
41 test_case.type_decl, test_case.spec_const}; in TEST_P()
44 test_case.type_decl, test_case.expected_frozen_const}; in TEST_P()
/external/pigweed/pw_assert/public/pw_assert/internal/
Dcheck_impl.h251 argument_a, comparison_op, argument_b, type_decl, type_fmt, ...) \ argument
253 type_decl evaluated_argument_a = (type_decl)(argument_a); \
254 type_decl evaluated_argument_b = (type_decl)(argument_b); \
/external/bcc/src/cc/frontends/b/
Dparser.yy68 StructVariableDeclStmtNode *type_decl;
96 %type <type_decl> type_decl ptr_decl
318 | TSTRUCT type_decl TEQUAL TLBRACE init_args_kv TRBRACE
322 /*| TSTRUCT type_decl TEQUAL TLBRACE init_args TRBRACE
332 decl_stmt : int_decl { $$ = $1; } | type_decl { $$ = $1; };
338 type_decl : scoped_ident ident
/external/libabigail/include/
Dabg-fwd.h126 class type_decl; variable
128 typedef shared_ptr<type_decl> type_decl_sptr;
403 const type_decl*
1042 lookup_basic_type(const type_decl&, const translation_unit&);
1051 lookup_basic_type(const type_decl&, const corpus&);
Dabg-ir.h1960 equals(const type_decl&, const type_decl&, change_kind*);
1963 class type_decl : public virtual decl_base, public virtual type_base
1966 type_decl();
1973 type_decl(const environment* env,
1988 operator==(const type_decl&) const;
1990 bool operator!=(const type_decl&)const;
1999 virtual ~type_decl();
3363 class type_tparameter : public template_parameter, public virtual type_decl
4738 virtual bool visit_begin(type_decl*);
4739 virtual bool visit_end(type_decl*);
/external/libabigail/src/
Dabg-hash.cc146 struct type_decl::hash
149 operator()(const type_decl& t) const in operator ()()
812 type_decl::hash hash_type; in operator ()()
1005 if (const type_decl* d = dynamic_cast<const type_decl*> (t)) in operator ()()
1006 return type_decl::hash()(*d); in operator ()()
Dabg-ir.cc2998 priv_->void_type_.reset(new type_decl(const_cast<environment*>(this), in get_void_type()
3014 reset(new type_decl(const_cast<environment*>(this), in get_variadic_parameter_type()
8531 const type_decl*
8533 {return dynamic_cast<const type_decl*>(t);} in is_type_decl()
8541 {return dynamic_pointer_cast<type_decl>(t);} in is_type_decl()
9444 return lookup_type_in_map<type_decl>(type_name, in lookup_basic_type()
10229 decl_base_sptr type_decl = get_type_declaration(type); in lookup_type_in_scope() local
10230 ABG_ASSERT(type_decl); in lookup_type_in_scope()
10232 for (scope_decl* s = type_decl->get_scope(); s != 0; s = s->get_scope()) in lookup_type_in_scope()
10653 lookup_basic_type(const type_decl& t, const corpus& corp) in lookup_basic_type()
[all …]
Dabg-leaf-reporter.cc451 if (dynamic_pointer_cast<type_decl>(i->second)) in report()
471 if (dynamic_pointer_cast<type_decl>(i->second)) in report()
Dabg-reader.cc1125 static shared_ptr<type_decl>
3394 static shared_ptr<type_decl>
3399 shared_ptr<type_decl> nil; in build_type_decl()
3406 type_decl_sptr result = dynamic_pointer_cast<type_decl>(d); in build_type_decl()
3441 type_decl_sptr ty = dynamic_pointer_cast<type_decl>(d); in build_type_decl()
3450 type_decl_sptr decl(new type_decl(env, name, size_in_bits, in build_type_decl()
Dabg-default-reporter.cc839 if (dynamic_pointer_cast<type_decl>(i->second)) in report()
859 if (dynamic_pointer_cast<type_decl>(i->second)) in report()
Dabg-dwarf-reader.cc11508 result.reset(new type_decl(ctxt.env(), type_name, bit_size, in build_type_decl()
11537 type_decl_sptr result(new type_decl(ctxt.env(), underlying_type_name, in build_enum_underlying_type()
11543 result = dynamic_pointer_cast<type_decl>(d); in build_enum_underlying_type()
13109 decl_base_sptr type_decl; in build_function_type() local
13505 decl_base_sptr type_decl; in build_array_type() local
13509 type_decl = is_decl(build_ir_node_from_die(ctxt, &type_die, in build_array_type()
13512 if (!type_decl) in build_array_type()
13524 type_base_sptr type = is_type(type_decl); in build_array_type()
Dabg-writer.cc1867 if (write_type_decl(dynamic_pointer_cast<type_decl> (type), in write_type()
1907 if (write_type_decl(dynamic_pointer_cast<type_decl> (decl), in write_decl()
Dabg-comparison.cc2813 ((d = try_to_diff<type_decl>(f, s, ctxt)) in compute_diff_for_types()
7266 {return dynamic_pointer_cast<type_decl>(first_subject());} in first_type_decl()
7273 {return dynamic_pointer_cast<type_decl>(second_subject());} in second_type_decl()
/external/python/pycparser/utils/benchmark/inputs/
Dtccgen.c.ppout3340 static CType *type_decl(CType *type, AttributeDef *ad, int *v, int td);
6578 type_decl(&type1, &ad1, &v, 2);
6979 type_decl(&pt, &ad1, &n, 2 | 1);
7089 static CType *type_decl(CType *type, AttributeDef *ad, int *v, int td)
7140 post = type_decl(type, ad, v, td);
7243 type_decl(type, &ad, &n, 1);
7258 type_decl(type, &ad, &n, 1);
7384 type_decl(&type, &ad, &n, 1);
7663 type_decl(&cur_type, &ad_tmp, &itmp, 1);
9821 type_decl(&type, &ad, &v, 2);
/external/libabigail/
DChangeLog1306 (type_decl::operator==): Use it here.
2324 * include/abg-ir.h (type_decl::get_pretty_representation)
5432 (global_scope::global_scope, type_decl::type_decl)
5493 * include/abg-ir.h ({type_or_decl_base, decl_base, type_decl,
5498 * src/abg-ir.cc ({type_or_decl_base, decl_base, type_decl,
7362 * src/abg-ir.cc ({type_base, type_decl, scope_type_decl,
10963 (maybe_update_types_lookup_map): In the overloads for type_decl,
11107 * src/abg-ir.cc ({type_decl, qualified_type_def,
14500 (type_decl::type_decl): Use the parse_integral_type to parse an
14501 integral type out of the current type_decl being built and
[all …]