Searched refs:tmake (Results 1 - 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DASTBase.h82 static ASTBase *tmake(ASTBase *, ...);
H A DASTBase.cpp131 ASTBase::tmake(ASTBase *root, ...) function in class:ASTBase
235 panic("Attempt to overwrite down pointer in ASTBase::tmake");
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
H A DASTBase.h82 static ASTBase *tmake(ASTBase *, ...);
H A DASTBase.cpp131 ASTBase::tmake(ASTBase *root, ...) function in class:ASTBase
235 panic("Attempt to overwrite down pointer in ASTBase::tmake");
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dfset2.c187 Tree *tmake(Tree *root, ...) function
189 Tree *tmake(va_alist)
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);
H A Dproto.h278 extern Tree *tmake(Tree *root, ...);
280 extern Tree *tmake();

Completed in 52 milliseconds