Home
last modified time | relevance | path

Searched defs:lineContinuationCheck (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h68 bool lineContinuationCheck(const TSourceLoc&, bool /*endOfComment*/) override { return true; } in lineContinuationCheck() function
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp2560 bool TParseContext::lineContinuationCheck(const TSourceLoc& loc, bool endOfComment) in lineContinuationCheck() function in glslang::TParseContext