Home
last modified time | relevance | path

Searched refs:end_decls (Results 1 – 11 of 11) 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 …, bool write_version, bool line_directives, string? begin_decls = null, string? end_decls = null) {
198 if (end_decls != null) {
199 once.append (new CCodeIdentifier (end_decls));
H A Dvalaccodefile.c497 const gchar* end_decls) in vala_ccode_file_store() argument
717 if (end_decls != NULL) { in vala_ccode_file_store()
725 _tmp77_ = vala_ccode_identifier_new (end_decls); in vala_ccode_file_store()
H A Dccode.vapi173 …e, bool write_version, bool line_directives, string? begin_decls = null, string? end_decls = null);
H A Dvalaccode.h1482 const gchar* end_decls);
/dports/mail/spfval/spfval-0.0.1/
H A Dconfigure.in232 __END_DECLS_INCL=$srcdir/conf/end_decls]
H A Dconfigure5099 __END_DECLS_INCL=$srcdir/conf/end_decls
/dports/mail/libspf/libspf-1.0.0-p5/
H A Dconfigure.in255 __END_DECLS_INCL=$srcdir/conf/end_decls]
H A Dconfigure21259 __END_DECLS_INCL=$srcdir/conf/end_decls
/dports/lang/vala/vala-0.48.18/
H A DNEWS1308 - ccode: Fix typo and actually check "end_decls" (#672)
H A DChangeLog5132 ccode: Fix typo and actually check "end_decls"
5133 Note both begin_decls and end_decls must be either not null or null.