Searched refs:PURIFY (Results 1 – 11 of 11) sorted by relevance
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/ |
D | KNOWN_PROBLEMS.txt | 163 #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
|
D | CHANGES_FROM_133.txt | 460 #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 */
|
D | CHANGES_FROM_133_before_mr13.txt | 2481 #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/ |
D | KNOWN_PROBLEMS.txt | 220 #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
|
D | CHANGES_FROM_131.txt | 315 10 general cleanup / PURIFY 319 help out the "PURIFY" memory allocation checker.
|
D | CHANGES_FROM_133.txt | 490 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 */
|
D | CHANGES_FROM_133_BEFORE_MR13.txt | 2481 #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/ |
D | globals.c | 481 int PURIFY = 1; /* MR23 */ variable
|
D | main.c | 298 static void pNOPURIFY(void) { PURIFY = FALSE; } in pNOPURIFY() 344 static void pNOPURIFY() { PURIFY = FALSE; } in pNOPURIFY()
|
D | proto.h | 168 extern int PURIFY; /* MR23 */
|
D | gen.c | 3490 if (PURIFY == TRUE) { 3504 if (PURIFY == TRUE) { 3940 if (PURIFY == TRUE) { /* MR23 */
|