Searched defs:AddAtom (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
H A Datom.c576 * AddAtom() - Add a string to the atom, hash and string tables if it isn't already there.
580 int AddAtom(AtomTable *atable, const char *s) function
586 } // AddAtom
667 AddAtom(atable, "<*** end fixed atoms ***>");
/external/v8/src/
H A Dparser.cc144 void RegExpBuilder::AddAtom(RegExpTree* term) { function in class:v8::internal::RegExpBuilder
5169 builder->AddAtom(body);
5210 builder->AddAtom(atom);
5250 builder->AddAtom(atom);
5281 builder->AddAtom(atom);
5297 builder->AddAtom(atom);

Completed in 115 milliseconds