Home
last modified time | relevance | path

Searched refs:notifyErrorDirective (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.h136 virtual void notifyErrorDirective(int line, const char* error_message) in notifyErrorDirective() function
/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPp.cpp755 parseContext.notifyErrorDirective(loc.line, message.c_str()); in CPPerror()