HomeSort by relevance Sort by last modified time
    Searched refs:tmake (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
ASTBase.h 82 static ASTBase *tmake(ASTBase *, ...);
ASTBase.cpp 131 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/
ASTBase.h 82 static ASTBase *tmake(ASTBase *, ...);
ASTBase.cpp 131 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/
fset2.c 187 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);
    [all...]
proto.h 278 extern Tree *tmake(Tree *root, ...);
280 extern Tree *tmake();
    [all...]

Completed in 115 milliseconds