Searched defs:FuncDef (Results 1 – 5 of 5) sorted by relevance
194 struct FuncDef { struct199 static const struct FuncDef kaiser12_funcdef = {kaiser12_table, 64}; argument
14631 typedef struct FuncDef FuncDef; typedef17125 struct FuncDef { struct17129 FuncDef *pNext; /* Next function with same name */ argument17136 FuncDef *pHash; /* Next with a different name but the same hash */ argument17146 ** the number of FuncDef objects created (either 1 or 3, depending on whether argument
14790 typedef struct FuncDef FuncDef; typedef17248 struct FuncDef { struct17252 FuncDef *pNext; /* Next function with same name */ argument17259 FuncDef *pHash; /* Next with a different name but the same hash */ argument17269 ** the number of FuncDef objects created (either 1 or 3, depending on whether argument
656 class FuncDef(Node): class