Home
last modified time | relevance | path

Searched refs:tmake (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
DASTBase.h82 static ASTBase *tmake(ASTBase *, ...);
DASTBase.cpp131 ASTBase::tmake(ASTBase *root, ...) in tmake() function in ASTBase
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
DASTBase.h82 static ASTBase *tmake(ASTBase *, ...);
DASTBase.cpp131 ASTBase::tmake(ASTBase *root, ...) in tmake() function in ASTBase
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dfset2.c187 Tree *tmake(Tree *root, ...) in tmake() function
189 Tree *tmake(va_alist) in tmake()
308 t = tmake(tnode((TokenInd!=NULL?TokenInd[EofToken]:EofToken)), t, NULL);
580 r = tmake(tnode(ALT), tail, NULL);
674 if ( t==NULL ) return tmake(tnode(ALT), u, NULL);
675 return tmake(tnode(ALT), t, u, NULL);
858 if (tset->right == NULL) return tmake(tset, t, NULL); /* MR10 */
1199 u = tmake(tnode(ftbl[k][findex[k]]), t, NULL);
1376 if (t==NULL) t=n; else tmake(t, n, NULL);
Dproto.h278 extern Tree *tmake(Tree *root, ...);
280 extern Tree *tmake();
Dparser.dlg1130 zzreplstr("tmake(");
1133 zzreplstr("ASTBase::tmake(");
Dantlr.g205 * --> "AST::tmake(root, child1, ...., childn, NULL)"
490 zzreplstr("tmake(");
493 zzreplstr("ASTBase::tmake(");
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DCHANGES_FROM_133.txt357 #283. (Changed in MR23) Option -tmake invoke's parser's tmake
360 a call to ASTBase::tmake(...) to construct an AST. It is sometimes
361 useful to change the tmake routine so that it has access to information
365 The antlr option -tmake replaces the call to ASTBase::tmake with a call
366 to a user supplied tmake routine.
1187 #236. (Changed in MR21) tmake now reports down pointer problem
1189 When ASTBase::tmake attempts to update the down pointer of
2315 Similar changes for ASTBase::tmake and ASTBase::link were not
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DCHANGES_FROM_133.txt511 #236. (Changed in MR21) tmake now reports down pointer problem
513 When ASTBase::tmake attempts to update the down pointer of
1633 Similar changes for ASTBase::tmake and ASTBase::link were not