Searched refs:t_int (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sal/typesconfig/ |
H A D | typesconfig.c | 64 typedef enum { t_char, t_short, t_int, t_long, t_double } Type; enumerator 178 case t_int: if ((long)p % sizeof(int)) return forceerror(); else return *((int*)p); in GetAtAddress() 194 case t_int: { int x = *(int*)p; return dummy(&x); } in GetAtAddress() 224 case t_int: return *((int*)p) = 0; in SetAtAddress() 237 case t_int: return "int"; in TypeName() 341 pThis->nAlignment[1] = GetAlignment( t_int ); in Description_Ctor() 480 InfoMemoryTypeAccess( t_int ); in main()
|
/trunk/main/tools/workben/ |
H A D | solar.c | 27 typedef enum { t_char, t_short, t_int, t_long, t_double } Type; enumerator 220 case t_int: return *((int*)p); in GetAtAddress() 233 case t_int: return *((int*)p) = 0; in SetAtAddress() 246 case t_int: return "int"; in TypeName() 322 pThis->nAlignment[1] = GetAlignment( t_int ); in Description_Ctor()
|
/trunk/main/autodoc/source/ary/cpp/ |
H A D | cs_type.hxx | 101 t_int, enumerator
|
H A D | cs_type.cxx | 80 Set_BuiltInType( predefined::t_int, "int" ); in Setup_BuiltInTypes()
|
Completed in 12 milliseconds