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

  /external/deqp-deps/glslang/glslang/MachineIndependent/
ParseHelper.h 125 virtual bool lineContinuationCheck(const TSourceLoc&, bool endOfComment) = 0;
288 bool lineContinuationCheck(const TSourceLoc&, bool endOfComment) override;
ParseHelper.cpp     [all...]
  /external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
PpContext.h 461 bool allowed = pp->parseContext.lineContinuationCheck(input->getSourceLoc(), pp->inComment);
  /external/deqp-deps/glslang/hlsl/
hlslParseHelper.h 68 bool lineContinuationCheck(const TSourceLoc&, bool /*endOfComment*/) override { return true; }

Completed in 58 milliseconds