Home
last modified time | relevance | path

Searched refs:PURIFY (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DKNOWN_PROBLEMS.txt163 #3. Use of PURIFY macro for C++ mode
166 the PURIFY macro to zero arguments to be passed by
169 #define PURIFY(r, s) memset((char *) &(r), '\0', (s));
174 For those cases one should #define PURIFY to be an empty macro
DCHANGES_FROM_133.txt460 #241. (Changed in MR21) Changed macro PURIFY to a no-op
466 The PURIFY macro was changed to a no-op because it was causing
471 #define PURIFY(r,s) memset((char *) &(r),'\\0',(s));
475 #define PURIFY(r,s) /* nothing */
DCHANGES_FROM_133_before_mr13.txt2481 #define PURIFY(r, s) memset((char *) &(r), '\0', (s));
2486 For those cases one should #define PURIFY to an empty macro in the
3076 Move PURIFY macro invocaton to after rule's init action.
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DKNOWN_PROBLEMS.txt220 #3. Use of PURIFY macro for C++ mode
223 the PURIFY macro to zero arguments to be passed by
226 #define PURIFY(r, s) memset((char *) &(r), '\0', (s));
231 For those cases one should #define PURIFY to be an empty macro
DCHANGES_FROM_131.txt315 10 general cleanup / PURIFY
319 help out the "PURIFY" memory allocation checker.
DCHANGES_FROM_133.txt490 In an attempt to reduce the problems caused by the PURIFY macro I have
527 A long time ago the PURIFY macro was introduced to initialize
535 the PURIFY macro to be empty, but it was a constant surprise to
540 an antlr option -nopurify which disables generation of the PURIFY
543 The PURIFY macro should be avoided in favor of the new syntax
546 To avoid name clash, the PURIFY macro has been renamed PCCTS_PURIFY.
1136 #241. (Changed in MR21) Changed macro PURIFY to a no-op
1142 The PURIFY macro was changed to a no-op because it was causing
1147 #define PURIFY(r,s) memset((char *) &(r),'\\0',(s));
1151 #define PURIFY(r,s) /* nothing */
DCHANGES_FROM_133_BEFORE_MR13.txt2481 #define PURIFY(r, s) memset((char *) &(r), '\0', (s));
2486 For those cases one should #define PURIFY to an empty macro in the
3076 Move PURIFY macro invocaton to after rule's init action.
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dglobals.c481 int PURIFY = 1; /* MR23 */ variable
Dmain.c298 static void pNOPURIFY(void) { PURIFY = FALSE; } in pNOPURIFY()
344 static void pNOPURIFY() { PURIFY = FALSE; } in pNOPURIFY()
Dproto.h168 extern int PURIFY; /* MR23 */
Dgen.c3490 if (PURIFY == TRUE) {
3504 if (PURIFY == TRUE) {
3940 if (PURIFY == TRUE) { /* MR23 */