Searched refs:withContext (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | mrhoist.c | 357 void MR_dumpPred1(int depth,Predicate *p,int withContext) in MR_dumpPred1() argument 359 void MR_dumpPred1(depth,p,withContext) in MR_dumpPred1() 362 int withContext; 412 if (withContext && 435 MR_dumpPred1(depth+1,p->down,withContext); 438 MR_dumpPred1(depth,p->right,withContext); 443 void MR_dumpPred(Predicate *p,int withContext) in MR_dumpPred() argument 445 void MR_dumpPred(p,withContext) in MR_dumpPred() 447 int withContext; 450 MR_dumpPred1(0,p,withContext);
|
D | proto.h | 508 extern void MR_dumpPred(Predicate *p,int withContext); /* MR10 */ 509 extern void MR_dumpPred1(int,Predicate *p,int withContext); /* MR10 */
|