Home
last modified time | relevance | path

Searched refs:json_ext (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dglobals.h215 const char *json_ext; // for JSON files member
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dglobals.h268 const DString json_ext = "json"; // for JSON files variable
H A Dglobals.d295 enum json_ext = "json"; // for JSON files variable
/netbsd/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-frontend.cc55 this->json_ext = "json"; in _init()
H A Dd-lang.cc1282 const char *nameext = FileName::defaultExt (name, global.json_ext); in d_parse_file()
/netbsd/external/gpl3/gcc/dist/gcc/d/
H A Dd-lang.cc1344 = FileName::defaultExt (name, json_ext.ptr); in d_parse_file()