Home
last modified time | relevance | path

Searched refs:StoreStr (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
Dcpp.c219 StoreStr("Macro Redefined"); in CPPdefine()
220 StoreStr(GetStringOfAtom(atable,name)); in CPPdefine()
573 StoreStr(yylvalpp->symbol_name); in CPPerror()
575 StoreStr(GetStringOfAtom(atable,yylvalpp->sc_ident)); in CPPerror()
577 StoreStr(GetStringOfAtom(atable,token)); in CPPerror()
814 StoreStr("Invalid Directive"); in readCPPline()
815 StoreStr(GetStringOfAtom(atable,yylvalpp->sc_ident)); in readCPPline()
980 StoreStr("EOF in Macro "); in MacroExpand()
981 StoreStr(GetStringOfAtom(atable,atom)); in MacroExpand()
1004 StoreStr("Too few args in Macro "); in MacroExpand()
[all …]
Dcpp.h77 void StoreStr(char*); // Store the TString in Parse Context.
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Dglslang.l416 void StoreStr(char *string) in StoreStr() function
Dglslang_lex.cpp3032 void StoreStr(char *string) in StoreStr() function