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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/preprocessor/
PpAtom.cpp 148 const char* TPpContext::GetAtomString(int atom)
Pp.cpp 183 parseContext.ppError(defineLoc, "Macro redefined; different number of arguments:", "#define", GetAtomString(defAtom));
187 parseContext.ppError(defineLoc, "Macro redefined; different argument names:", "#define", GetAtomString(defAtom));
199 parseContext.ppError(defineLoc, "Macro redefined; different substitutions:", "#define", GetAtomString(defAtom));
679 sourceName = GetAtomString(LookUpAddString(ppToken->name));
715 message.append(GetAtomString(token));
    [all...]
PpContext.h 559 const char* GetAtomString(int atom);

Completed in 60 milliseconds