/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
varray.h | 122 typedef struct varray_head_tag *varray_type; typedef in typeref:struct:varray_head_tag 126 extern varray_type varray_init (size_t, enum varray_data_enum, const char *); 197 do { if (vp) { free (vp); vp = (varray_type) 0; } } while (0) 200 extern varray_type varray_grow (varray_type, size_t); 211 extern void varray_clear (varray_type); 216 extern void varray_check_failed (varray_type, size_t, const char *, int, 218 extern void varray_underflow (varray_type, const char *, int, const char *) 221 (*({ varray_type const _va = (VA); \ 228 varray_type const _va = (VA); [all...] |
function.h | 163 varray_type ehspec_data; 164 varray_type action_record_data;
|
cgraph.h | 372 varray_type,
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
varray.h | 122 typedef struct varray_head_tag *varray_type; typedef in typeref:struct:varray_head_tag 126 extern varray_type varray_init (size_t, enum varray_data_enum, const char *); 197 do { if (vp) { free (vp); vp = (varray_type) 0; } } while (0) 200 extern varray_type varray_grow (varray_type, size_t); 211 extern void varray_clear (varray_type); 216 extern void varray_check_failed (varray_type, size_t, const char *, int, 218 extern void varray_underflow (varray_type, const char *, int, const char *) 221 (*({ varray_type const _va = (VA); \ 228 varray_type const _va = (VA); [all...] |
function.h | 163 varray_type ehspec_data; 164 varray_type action_record_data;
|
cgraph.h | 376 varray_type,
|