Home
last modified time | relevance | path

Searched defs:typenode (Results 1 – 1 of 1) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/
Dform.h145 typedef struct typenode { struct
148 struct typenode * left; /* ptr to operand for | */ argument
149 struct typenode * right; /* ptr to operand for | */ argument
151 void* (*makearg)(va_list *); /* make fieldtype arg */
152 void* (*copyarg)(const void *); /* copy fieldtype arg */
153 void (*freearg)(void *); /* free fieldtype arg */
156 union {
159 } fieldcheck;
160 union {
164 } charcheck;
[all …]