Home
last modified time | relevance | path

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

/trunk/main/sal/typesconfig/
H A Dtypesconfig.c64 typedef enum { t_char, t_short, t_int, t_long, t_double } Type; enumerator
176 case t_char: return *((char*)p); in GetAtAddress()
192 case t_char: { char x = *(char*)p; return dummy(&x); } in GetAtAddress()
222 case t_char: return *((char*)p) = 0; in SetAtAddress()
235 case t_char: return "char"; in TypeName()
402 if ( CheckGetAccess( t_char, p ) ) in InfoMemoryAccess()
407 if ( CheckSetAccess( t_char, p ) ) in InfoMemoryAccess()
/trunk/main/tools/workben/
H A Dsolar.c27 typedef enum { t_char, t_short, t_int, t_long, t_double } Type; enumerator
218 case t_char: return *((char*)p); in GetAtAddress()
231 case t_char: return *((char*)p) = 0; in SetAtAddress()
244 case t_char: return "char"; in TypeName()
290 if ( CheckGetAccess( t_char, p ) ) in CheckCharAccess()
295 if ( CheckSetAccess( t_char, p ) ) in CheckCharAccess()
/trunk/main/autodoc/source/ary/cpp/
H A Dcs_type.hxx96 t_char, enumerator
H A Dcs_type.cxx75 Set_BuiltInType( predefined::t_char, "char" ); in Setup_BuiltInTypes()

Completed in 25 milliseconds