Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/uninitialized_vars/
Dparse.adb112 type Value_Var_Type is ( V_Null, V_Boolean, V_Integer ); literal
113 type Value_Type( Var : Value_Var_Type := V_Null ) is
116 when V_Null =>
124 NBI_N : Value_Type := (Var => V_Null);