Home
last modified time | relevance | path

Searched refs:begin_decls (Results 1 – 10 of 10) sorted by relevance

/dports/cad/cascade-compiler/cascade-f4f7ae8bd1dd379790c0e58c286df90b8d1cdcde/src/cascade/verilog/transform/
H A Ddead_code_eliminate.cc113 for (auto i = pb->begin_decls(); i != pb->end_decls(); ) { in edit()
129 for (auto i = sb->begin_decls(); i != sb->end_decls(); ) { in edit()
/dports/lang/vala/vala-0.48.18/ccode/
H A Dvalaccodefile.vala148 …ng? source_filename, bool write_version, bool line_directives, string? begin_decls = null, string?…
183 if (begin_decls != null) {
184 once.append (new CCodeIdentifier (begin_decls));
H A Dvalaccodefile.c496 const gchar* begin_decls, in vala_ccode_file_store() argument
662 if (begin_decls != NULL) { in vala_ccode_file_store()
670 _tmp48_ = vala_ccode_identifier_new (begin_decls); in vala_ccode_file_store()
H A Dccode.vapi173 …ng? source_filename, bool write_version, bool line_directives, string? begin_decls = null, string?…
H A Dvalaccode.h1481 const gchar* begin_decls,
/dports/mail/spfval/spfval-0.0.1/
H A Dconfigure.in230 __BEGIN_DECLS_INCL=$srcdir/conf/begin_decls
H A Dconfigure5097 __BEGIN_DECLS_INCL=$srcdir/conf/begin_decls
/dports/mail/libspf/libspf-1.0.0-p5/
H A Dconfigure.in253 __BEGIN_DECLS_INCL=$srcdir/conf/begin_decls
H A Dconfigure21257 __BEGIN_DECLS_INCL=$srcdir/conf/begin_decls
/dports/lang/vala/vala-0.48.18/
H A DChangeLog5133 Note both begin_decls and end_decls must be either not null or null.