Home
last modified time | relevance | path

Searched refs:var_decltype (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-variable-handler.cc34 (const BrigDirectiveVariable *brigVar, tree_code var_decltype) in build_variable() argument
51 if (var_decltype == PARM_DECL) in build_variable()
70 var_decl = build_decl (UNKNOWN_LOCATION, var_decltype, name_identifier, t); in build_variable()
104 if (var_decltype == PARM_DECL) in build_variable()
H A Dbrig-code-entry-handler.h213 tree_code var_decltype = VAR_DECL);