Searched defs:FuncDef (Results 1 – 6 of 6) sorted by relevance
194 struct FuncDef { struct199 static const struct FuncDef _KAISER12 = {kaiser12_table, 64}; argument
424 auto FuncDef = getFunctionSourceCode( in apply() local
14671 typedef struct FuncDef FuncDef; typedef17096 struct FuncDef { struct17100 FuncDef *pNext; /* Next function with same name */ argument17107 FuncDef *pHash; /* Next with a different name but the same hash */ argument17117 ** the number of FuncDef objects created (either 1 or 3, depending on whether argument
14643 typedef struct FuncDef FuncDef; typedef17065 struct FuncDef { struct17069 FuncDef *pNext; /* Next function with same name */ argument17076 FuncDef *pHash; /* Next with a different name but the same hash */ argument17086 ** the number of FuncDef objects created (either 1 or 3, depending on whether argument
656 class FuncDef(Node): class