Searched refs:t_char (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sal/typesconfig/ |
H A D | typesconfig.c | 64 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()
|
/aoo42x/main/tools/workben/ |
H A D | solar.c | 27 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()
|
/aoo42x/main/autodoc/source/ary/cpp/ |
H A D | cs_type.hxx | 96 t_char, enumerator
|
H A D | cs_type.cxx | 75 Set_BuiltInType( predefined::t_char, "char" ); in Setup_BuiltInTypes()
|
Completed in 21 milliseconds