Home
last modified time | relevance | path

Searched refs:is_typedef (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/dports/lang/smalltalk/smalltalk-3.2.5/packages/gtk/
H A Dmk_sizeof.awk53 is_typedef = ($1 == "typedef")
54 is_struct = $(1+is_typedef) == "struct" && (is_typedef || NF == 2 || $3 == "{")
57 src = $(2+is_typedef)
58 dest = $(3+is_typedef)
65 is_typedef && is_struct && is_g_name && !is_vtable_decl && !is_pointer {
69 !is_typedef && is_struct && !is_pointer && dest !~ /^[a-z_]/ {
H A Dstructs.awk60 is_typedef = ($1 == "typedef")
62 is_struct = $(1+is_typedef) == "struct"
63 if (is_typedef)
65 src = $(1+is_typedef+is_struct)
78 is_typedef && is_struct && is_g_name && (src == dest || "_" src == dest) {
84 is_typedef && is_g_name && !is_pointer {
/dports/multimedia/libv4l/linux-5.13-rc2/scripts/genksyms/
H A Dparse.y19 static int is_typedef; variable
121 { is_typedef = 0; is_extern = 0; current_name = NULL; decl_spec = NULL; }
127 EXTENSION_KEYW TYPEDEF_KEYW { is_typedef = 1; } simple_declaration
129 | TYPEDEF_KEYW { is_typedef = 1; } simple_declaration
146 is_typedef ? SYM_TYPEDEF : SYM_NORMAL,
164 is_typedef ? SYM_TYPEDEF : SYM_NORMAL, decl, is_extern);
174 is_typedef ? SYM_TYPEDEF : SYM_NORMAL, decl, is_extern);
/dports/multimedia/v4l_compat/linux-5.13-rc2/scripts/genksyms/
H A Dparse.y19 static int is_typedef; variable
121 { is_typedef = 0; is_extern = 0; current_name = NULL; decl_spec = NULL; }
127 EXTENSION_KEYW TYPEDEF_KEYW { is_typedef = 1; } simple_declaration
129 | TYPEDEF_KEYW { is_typedef = 1; } simple_declaration
146 is_typedef ? SYM_TYPEDEF : SYM_NORMAL,
164 is_typedef ? SYM_TYPEDEF : SYM_NORMAL, decl, is_extern);
174 is_typedef ? SYM_TYPEDEF : SYM_NORMAL, decl, is_extern);
/dports/multimedia/v4l-utils/linux-5.13-rc2/scripts/genksyms/
H A Dparse.y19 static int is_typedef; variable
121 { is_typedef = 0; is_extern = 0; current_name = NULL; decl_spec = NULL; }
127 EXTENSION_KEYW TYPEDEF_KEYW { is_typedef = 1; } simple_declaration
129 | TYPEDEF_KEYW { is_typedef = 1; } simple_declaration
146 is_typedef ? SYM_TYPEDEF : SYM_NORMAL,
164 is_typedef ? SYM_TYPEDEF : SYM_NORMAL, decl, is_extern);
174 is_typedef ? SYM_TYPEDEF : SYM_NORMAL, decl, is_extern);
/dports/lang/nwcc/nwcc_0.8.3/
H A Dsymlist.c309 put_fast_sym_hash(struct scope *s, struct sym_entry *se, int is_typedef) { argument
330 ent->is_typedef = is_typedef;
369 is_valid_match(struct sym_entry *se, int is_typedef, int want_typedef, int *err) { argument
380 if (want_typedef != is_typedef) {
434 ent->is_typedef,
467 matches[i]->is_typedef,
497 ent->is_typedef,
H A Dsymlist.h73 void put_fast_sym_hash(struct scope *s, struct sym_entry *se, int is_typedef);
80 int is_typedef; member
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/compiler/cpp/src/thrift/parse/
H A Dparse.cc27 while (type->is_typedef()) { in get_true_type()
35 while (type->is_typedef()) { in get_true_type()
H A Dt_typedef.h58 bool is_typedef() const { return true; } in is_typedef() function
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/compiler/cpp/src/thrift/parse/
H A Dparse.cc27 while (type->is_typedef()) { in get_true_type()
35 while (type->is_typedef()) { in get_true_type()
H A Dt_typedef.h58 bool is_typedef() const { return true; } in is_typedef() function
/dports/textproc/html-xml-utils/html-xml-utils-8.0/
H A Dcexport.c156 int brace, paren, squote, dquote, comment, stop, is_typedef, start, is_enum, local
171 is_typedef = 0;
212 if (paren == 0 && !is_typedef) {
257 is_typedef = 1;
276 if (! is_typedef && ! is_enum && ! is_extern && ! is_struct)
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/generate/
H A Dt_mstch_py3lite_generator.cc462 void visit_type_with_typedef(const t_type* orig_type, TypeDef is_typedef) { in visit_type_with_typedef() argument
467 is_typedef = is_typedef == TypeDef::HasTypedef || orig_type->is_typedef() in visit_type_with_typedef()
470 if (is_typedef == TypeDef::HasTypedef) { in visit_type_with_typedef()
475 dynamic_cast<const t_list&>(*true_type).get_elem_type(), is_typedef); in visit_type_with_typedef()
478 dynamic_cast<const t_set&>(*true_type).get_elem_type(), is_typedef); in visit_type_with_typedef()
481 dynamic_cast<const t_map&>(*true_type).get_key_type(), is_typedef); in visit_type_with_typedef()
483 dynamic_cast<const t_map&>(*true_type).get_val_type(), is_typedef); in visit_type_with_typedef()
491 visit_type_with_typedef(resp_type, is_typedef); in visit_type_with_typedef()
493 visit_type_with_typedef(elem_type, is_typedef); in visit_type_with_typedef()
/dports/devel/gobject-introspection/gobject-introspection-1.70.0/giscanner/
H A Dmessage.py41 def __init__(self, filename=None, line=None, column=None, is_typedef=False): argument
45 self.is_typedef = is_typedef
/dports/games/quakeforge/quakeforge-0.7.2/tools/qfcc/source/
H A Dqc-parse.y217 make_spec (type_t *type, storage_class_t storage, int is_typedef, in make_spec() argument
225 spec.is_typedef = is_typedef; in make_spec()
227 if (spec.storage && spec.is_typedef) in make_spec()
242 if (new.is_typedef || new.storage) { in spec_merge()
243 if ((spec.is_typedef || spec.storage) && !spec.multi_store) { in spec_merge()
248 spec.is_typedef = new.is_typedef; in spec_merge()
391 if (spec.is_typedef) {
410 if (spec.is_typedef) {
428 if (spec.is_typedef) {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
H A Dcparse.py19 def is_typedef(self): member in Node
22 if x.is_typedef():
514 def is_typedef(self): member in DeclarationSpecifiers
632 if self.is_typedef():
666 def is_typedef(self): member in Declaration
669 return spec.is_typedef()
722 if declspec.is_typedef():
/dports/devel/yasm/yasm-1.3.0/tools/python-yasm/pyxelator/
H A Dcparse.py19 def is_typedef(self): member in Node
22 if x.is_typedef():
514 def is_typedef(self): member in DeclarationSpecifiers
632 if self.is_typedef():
666 def is_typedef(self): member in Declaration
669 return spec.is_typedef()
722 if declspec.is_typedef():
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/compiler/cpp/src/thrift/parse/
H A Dparse.cc31 while (type->is_typedef()) { in get_true_type()
H A Dt_typedef.h60 bool is_typedef() const override { return true; } in is_typedef() function
/dports/devel/py-thrift/thrift-0.14.0/compiler/cpp/src/thrift/parse/
H A Dparse.cc31 while (type->is_typedef()) { in get_true_type()
/dports/devel/thrift-c_glib/thrift-0.14.0/compiler/cpp/src/thrift/parse/
H A Dparse.cc31 while (type->is_typedef()) { in get_true_type()
/dports/devel/thrift-cpp/thrift-0.14.0/compiler/cpp/src/thrift/parse/
H A Dparse.cc31 while (type->is_typedef()) { in get_true_type()
/dports/devel/thrift/thrift-0.14.0/compiler/cpp/src/thrift/parse/
H A Dparse.cc31 while (type->is_typedef()) { in get_true_type()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/compiler/cpp/src/thrift/parse/
H A Dparse.cc31 while (type->is_typedef()) { in get_true_type()
/dports/devel/node-thrift/thrift-0.14.0/compiler/cpp/src/thrift/parse/
H A Dparse.cc31 while (type->is_typedef()) { in get_true_type()

12345678910>>...13