Home
last modified time | relevance | path

Searched refs:PCCTS_PURIFY (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dantlr.c32 #ifndef PCCTS_PURIFY
33 #define PCCTS_PURIFY(r,s) memset((char *) &(r),'\0',(s)); macro
991 PCCTS_PURIFY(_retv,sizeof(Predicate * )) in predOrExpr()
1048 PCCTS_PURIFY(_retv,sizeof(Predicate * )) in predAndExpr()
1105 PCCTS_PURIFY(_retv,sizeof(Predicate * )) in predPrimary()
1906 PCCTS_PURIFY(_retv,sizeof(LabelEntry * )) in element_label()
1969 PCCTS_PURIFY(_retv,sizeof(Node * ))
2828 PCCTS_PURIFY(_retv,sizeof(ExceptionGroup * )) in exception_group()
2977 PCCTS_PURIFY(_retv,sizeof(ExceptionHandler * )) in exception_handler()
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
Ddlg_p.c27 #ifndef PCCTS_PURIFY
28 #define PCCTS_PURIFY(r,s) memset((char *) &(r),'\0',(s)); macro
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DCHANGES_FROM_133.txt546 To avoid name clash, the PURIFY macro has been renamed PCCTS_PURIFY.