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

  /external/swiftshader/src/OpenGL/compiler/preprocessor/
Token.cpp 51 flags |= HAS_LEADING_SPACE;
53 flags &= ~HAS_LEADING_SPACE;
Token.h 69 HAS_LEADING_SPACE = 1 << 1,
83 bool hasLeadingSpace() const { return (flags & HAS_LEADING_SPACE) != 0; }

Completed in 56 milliseconds