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

Function isLangCpp

src/gpre/gpre.cpp:170–173  ·  view source on GitHub ↗

___________________________________________________________________ Test if input language is cpp based.

Source from the content-addressed store, hash-verified

168// Test if input language is cpp based.
169//
170bool isLangCpp(lang_t lang)
171{
172 return (lang == lang_cxx || lang == lang_internal);
173}
174
175// Test if input language is an ANSI-85 Cobol variant
176#ifdef GPRE_COBOL

Callers 15

PATTERN_expandFunction · 0.85
PAR_endFunction · 0.85
par_derived_fromFunction · 0.85
get_tokenFunction · 0.85
pass2Function · 0.85
skip_whiteFunction · 0.85
asgn_fromFunction · 0.85
asgn_toFunction · 0.85
asgn_to_procFunction · 0.85
gen_compatibility_symbolFunction · 0.85
gen_emodifyFunction · 0.85
asgn_fromFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected