MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / EXP_match_paren

Function EXP_match_paren

src/gpre/exp.cpp:630–637  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

628//
629
630bool EXP_match_paren()
631{
632 if (MSC_match(KW_RIGHT_PAREN))
633 return true;
634
635 CPR_s_error("right parenthesis");
636 return false; // silence compiler warning
637}
638
639
640//____________________________________________________________

Callers 15

par_notFunction · 0.85
par_primitive_valueFunction · 0.85
par_udfFunction · 0.85
SQL_par_field_dtypeFunction · 0.85
act_alter_databaseFunction · 0.85
act_create_indexFunction · 0.85
act_create_tableFunction · 0.85
act_declare_tableFunction · 0.85
act_insertFunction · 0.85
act_insert_blobFunction · 0.85
act_procedureFunction · 0.85
act_upsertFunction · 0.85

Calls 2

MSC_matchFunction · 0.85
CPR_s_errorFunction · 0.85

Tested by

no test coverage detected