Home
last modified time | relevance | path

Searched refs:is_extern (Results 1 – 25 of 267) sorted by relevance

1234567891011

/dports/multimedia/libv4l/linux-5.13-rc2/scripts/genksyms/
H A Dparse.y20 static int is_extern; variable
58 add_symbol(i->string, type, b, is_extern); in record_compound()
121 { is_typedef = 0; is_extern = 0; current_name = NULL; decl_spec = NULL; }
147 decl, is_extern);
164 is_typedef ? SYM_TYPEDEF : SYM_NORMAL, decl, is_extern);
174 is_typedef ? SYM_TYPEDEF : SYM_NORMAL, decl, is_extern);
210 | EXTERN_KEYW { is_extern = 1; $$ = $1; }
211 | INLINE_KEYW { is_extern = 0; $$ = $1; }
400 add_symbol(current_name, SYM_NORMAL, decl, is_extern);
H A Dgenksyms.c186 struct string_list *defn, int is_extern, in __add_symbol() argument
283 sym->is_extern = is_extern; in __add_symbol()
299 if (is_extern) in __add_symbol()
310 struct string_list *defn, int is_extern) in add_symbol() argument
312 return __add_symbol(name, type, defn, is_extern, 0); in add_symbol()
316 struct string_list *defn, int is_extern) in add_reference_symbol() argument
318 return __add_symbol(name, type, defn, is_extern, 1); in add_reference_symbol()
461 int is_extern = 0, is_override = 0; in read_reference() local
476 is_extern = 1; in read_reference()
486 defn, is_extern); in read_reference()
[all …]
H A Dgenksyms.h40 int is_extern; member
55 struct string_list *defn, int is_extern);
/dports/multimedia/v4l_compat/linux-5.13-rc2/scripts/genksyms/
H A Dparse.y20 static int is_extern; variable
58 add_symbol(i->string, type, b, is_extern); in record_compound()
121 { is_typedef = 0; is_extern = 0; current_name = NULL; decl_spec = NULL; }
147 decl, is_extern);
164 is_typedef ? SYM_TYPEDEF : SYM_NORMAL, decl, is_extern);
174 is_typedef ? SYM_TYPEDEF : SYM_NORMAL, decl, is_extern);
210 | EXTERN_KEYW { is_extern = 1; $$ = $1; }
211 | INLINE_KEYW { is_extern = 0; $$ = $1; }
400 add_symbol(current_name, SYM_NORMAL, decl, is_extern);
H A Dgenksyms.c186 struct string_list *defn, int is_extern, in __add_symbol() argument
283 sym->is_extern = is_extern; in __add_symbol()
299 if (is_extern) in __add_symbol()
310 struct string_list *defn, int is_extern) in add_symbol() argument
312 return __add_symbol(name, type, defn, is_extern, 0); in add_symbol()
316 struct string_list *defn, int is_extern) in add_reference_symbol() argument
318 return __add_symbol(name, type, defn, is_extern, 1); in add_reference_symbol()
461 int is_extern = 0, is_override = 0; in read_reference() local
476 is_extern = 1; in read_reference()
486 defn, is_extern); in read_reference()
[all …]
H A Dgenksyms.h40 int is_extern; member
55 struct string_list *defn, int is_extern);
/dports/multimedia/v4l-utils/linux-5.13-rc2/scripts/genksyms/
H A Dparse.y20 static int is_extern; variable
58 add_symbol(i->string, type, b, is_extern); in record_compound()
121 { is_typedef = 0; is_extern = 0; current_name = NULL; decl_spec = NULL; }
147 decl, is_extern);
164 is_typedef ? SYM_TYPEDEF : SYM_NORMAL, decl, is_extern);
174 is_typedef ? SYM_TYPEDEF : SYM_NORMAL, decl, is_extern);
210 | EXTERN_KEYW { is_extern = 1; $$ = $1; }
211 | INLINE_KEYW { is_extern = 0; $$ = $1; }
400 add_symbol(current_name, SYM_NORMAL, decl, is_extern);
H A Dgenksyms.c186 struct string_list *defn, int is_extern, in __add_symbol() argument
283 sym->is_extern = is_extern; in __add_symbol()
299 if (is_extern) in __add_symbol()
310 struct string_list *defn, int is_extern) in add_symbol() argument
312 return __add_symbol(name, type, defn, is_extern, 0); in add_symbol()
316 struct string_list *defn, int is_extern) in add_reference_symbol() argument
318 return __add_symbol(name, type, defn, is_extern, 1); in add_reference_symbol()
461 int is_extern = 0, is_override = 0; in read_reference() local
476 is_extern = 1; in read_reference()
486 defn, is_extern); in read_reference()
[all …]
H A Dgenksyms.h40 int is_extern; member
55 struct string_list *defn, int is_extern);
/dports/games/tads/tads-3.0.8/tads3/
H A Dtcprsimg.cpp542 int is_extern; in load_from_obj_file() local
560 is_extern = buf[4]; in load_from_obj_file()
591 || (!sym->is_extern() in load_from_obj_file()
625 if (!is_extern) in load_from_obj_file()
733 if (is_extern) in load_from_obj_file()
810 int is_extern; in load_from_obj_file_main() local
854 is_extern = buf[4]; in load_from_obj_file_main()
869 if (!is_extern) in load_from_obj_file_main()
1194 if (!sym->is_extern()) in load_from_obj_file_main()
1225 && !sym->is_extern() in load_from_obj_file_main()
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/goblin-0.0.24/tests/
H A Dmacho.rs100 assert_eq!(reloc.is_extern(), true); in relocations()
109 assert_eq!(reloc.is_extern(), false); in relocations()
118 assert_eq!(reloc.is_extern(), true); in relocations()
/dports/www/firefox/firefox-99.0/third_party/rust/goblin/tests/
H A Dmacho.rs100 assert_eq!(reloc.is_extern(), true); in relocations()
109 assert_eq!(reloc.is_extern(), false); in relocations()
118 assert_eq!(reloc.is_extern(), true); in relocations()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/goblin/tests/
H A Dmacho.rs100 assert_eq!(reloc.is_extern(), true); in relocations()
109 assert_eq!(reloc.is_extern(), false); in relocations()
118 assert_eq!(reloc.is_extern(), true); in relocations()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/goblin/tests/
H A Dmacho.rs100 assert_eq!(reloc.is_extern(), true); in relocations()
109 assert_eq!(reloc.is_extern(), false); in relocations()
118 assert_eq!(reloc.is_extern(), true); in relocations()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/goblin/tests/
H A Dmacho.rs100 assert_eq!(reloc.is_extern(), true); in relocations()
109 assert_eq!(reloc.is_extern(), false); in relocations()
118 assert_eq!(reloc.is_extern(), true); in relocations()
/dports/devel/bingrep/bingrep-0.8.5/cargo-crates/goblin-0.3.1/tests/
H A Dmacho.rs560 assert_eq!(reloc.is_extern(), true); in relocations()
569 assert_eq!(reloc.is_extern(), false); in relocations()
578 assert_eq!(reloc.is_extern(), true); in relocations()
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/goblin-0.4.2/tests/
H A Dmacho.rs560 assert_eq!(reloc.is_extern(), true); in relocations()
569 assert_eq!(reloc.is_extern(), false); in relocations()
578 assert_eq!(reloc.is_extern(), true); in relocations()
/dports/devel/libgsf/libgsf-1.14.47/gsf/
H A Dgsf-open-pkg-utils.c45 gboolean is_extern; member
78 gboolean is_extern = FALSE; in open_pkg_rel_begin() local
88 is_extern = 0 == strcmp (attrs[1], "External"); in open_pkg_rel_begin()
107 rel->is_extern = is_extern; in open_pkg_rel_begin()
137 return rel->is_extern; in gsf_open_pkg_rel_is_extern()
728 if (rel->is_extern) in gsf_outfile_open_pkg_close()
850 gboolean is_extern) in gsf_outfile_open_pkg_create_rel() argument
856 rel->is_extern = is_extern; in gsf_outfile_open_pkg_create_rel()
/dports/science/afni/afni-AFNI_21.3.16/src/f2c/
H A Dnames.c61 c_type_decl(type, is_extern) in c_type_decl() argument
63 int is_extern;
65 c_type_decl(int type, int is_extern)
71 case TYREAL: if (!is_extern || !forcedouble)
74 case TYCOMPLEX: if (is_extern)
79 case TYDCOMPLEX:if (is_extern)
95 case TYCHAR: if (is_extern)
105 if (!is_extern)
/dports/lang/f2c/f2c-20200916/src/
H A Dnames.c61 c_type_decl(type, is_extern) in c_type_decl() argument
63 int is_extern;
65 c_type_decl(int type, int is_extern)
71 case TYREAL: if (!is_extern || !forcedouble)
74 case TYCOMPLEX: if (is_extern)
79 case TYDCOMPLEX:if (is_extern)
95 case TYCHAR: if (is_extern)
105 if (!is_extern)
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/hir_def/src/
H A Ddata.rs115 pub is_extern: bool, field
133 is_extern: typ.is_extern, in type_alias_data_query()
280 pub is_extern: bool, field
294 is_extern: statik.is_extern, in static_data_query()
/dports/math/geogram/geogram-1.7.7/src/bin/fpg/
H A Dparse.y46 static bool is_extern = false; variable
471 if( is_extern && is_float(fun_type->return_type) && !is_exact )
474 fun_type->is_extern = is_extern;
476 is_extern = false;
578 if( is_extern )
630 | EXTERN { is_extern = true; }
/dports/textproc/html-xml-utils/html-xml-utils-8.0/
H A Dcexport.c157 is_extern, is_struct; local
173 is_extern = 0;
267 else if (strncmp("extern", &line[*i], 6) == 0) is_extern = 1;
276 if (! is_typedef && ! is_enum && ! is_extern && ! is_struct)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/closure_compiler/
H A Dcompiler.py185 is_extern = lambda f: 'externs' in f function
198 externs = filter(is_extern, externs_and_deps)
199 deps = filter(lambda f: not is_extern(f), externs_and_deps)
/dports/games/exult/exult-snapshot-v1.7.0.20211128/usecode/compiler/
H A Ducsym.cc399 bool is_extern, in create() argument
469 } else if (sym->is_externed() || is_extern) in create()
474 if (!is_extern) in create()
505 if (is_extern) in create()

1234567891011