OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PpAtomIdentifier
(Results
1 - 6
of
6
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/preprocessor/
PpTokens.h
129
PpAtomIdentifier
,
PpTokens.cpp
135
case
PpAtomIdentifier
:
193
case
PpAtomIdentifier
:
215
case
PpAtomIdentifier
:
Pp.cpp
111
if (token !=
PpAtomIdentifier
) {
132
if (token !=
PpAtomIdentifier
) {
219
if (token !=
PpAtomIdentifier
) {
261
if ((token = scanToken(ppToken)) !=
PpAtomIdentifier
)
417
if (token ==
PpAtomIdentifier
) {
425
if (token !=
PpAtomIdentifier
) {
525
while (token ==
PpAtomIdentifier
&& ppToken->atom != PpAtomDefined) {
579
if (token !=
PpAtomIdentifier
) {
712
} else if (token ==
PpAtomIdentifier
|| token == PpAtomConstString) {
737
case
PpAtomIdentifier
[
all
...]
PpScanner.cpp
296
return
PpAtomIdentifier
;
737
if (token ==
PpAtomIdentifier
&& MacroExpand(ppToken->atom, ppToken, false, true) != 0)
742
case
PpAtomIdentifier
:
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslScanContext.cpp
405
case
PpAtomIdentifier
:
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
Scan.cpp
685
case
PpAtomIdentifier
:
[
all
...]
Completed in 44 milliseconds