OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
71
HAS_LEADING_SPACE
= 1 << 1,
85
bool hasLeadingSpace() const { return (flags &
HAS_LEADING_SPACE
) != 0; }
Completed in 60 milliseconds