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

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
atom.h 60 const char *GetAtomString(AtomTable *atable, int atom);
tokens.c 219 s = GetAtomString(atable, yylvalpp->sc_ident);
412 sprintf(str, "%s ", GetAtomString(atable, yylvalpp->sc_ident));
415 sprintf(str, "\"%s\"", GetAtomString(atable, yylvalpp->sc_ident));
425 sprintf(str, "%s ", GetAtomString(atable, token));
cpp.c 189 mac.body = NewTokenStream(GetAtomString(atable, name), macros->pool);
618 SrcStr = GetAtomString(atable, yylvalpp->sc_ident);
710 strncpy(extensionName, GetAtomString(atable, yylvalpp->sc_ident), MAX_SYMBOL_NAME_LEN);
725 updateExtensionBehavior(extensionName, GetAtomString(atable, yylvalpp->sc_ident));
    [all...]
atom.c 444 ii + 1, collision[ii], GetAtomString(atable, atable->htable.entry[collision[ii]].value));
533 * GetAtomString()
537 const char *GetAtomString(AtomTable *atable, int atom)
559 } // GetAtomString

Completed in 26 milliseconds