HomeSort by relevance Sort by last modified time
    Searched refs:fpTrans (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
globals.c 316 void (**fpTrans)(...), /* array of ptrs to funcs that translate nodes */
319 void (**fpTrans)(), /* array of ptrs to funcs that translate nodes */
syn.h 167 else (*(fpTrans[(p)->ntype]))( p );}
proto.h 53 extern void (**fpTrans)(...);
55 extern void (**fpTrans)();
    [all...]
main.c 736 fpTrans = &(C_Trans[0]); /* Translate to C Language */
    [all...]

Completed in 936 milliseconds