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

Function EXP_left_paren

src/gpre/exp.cpp:306–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304//
305
306void EXP_left_paren(const TEXT* string)
307{
308 if (!MSC_match(KW_LEFT_PAREN))
309 CPR_s_error(string ? string : "left parenthesis");
310}
311
312
313//____________________________________________________________

Callers 15

par_primitive_valueFunction · 0.85
par_udfFunction · 0.85
SQL_par_field_dtypeFunction · 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_upsertFunction · 0.85
par_table_constraintFunction · 0.85
par_inFunction · 0.85
par_notFunction · 0.85

Calls 2

MSC_matchFunction · 0.85
CPR_s_errorFunction · 0.85

Tested by

no test coverage detected