OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MacroExpand
(Results
1 - 3
of
3
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/preprocessor/
Pp.cpp
526
int macroReturn =
MacroExpand
(ppToken->atom, ppToken, true, false);
[
all
...]
PpContext.h
314
int
MacroExpand
(int atom, TPpToken* ppToken, bool expandUndef, bool newLineOkay);
PpScanner.cpp
737
if (token == PpAtomIdentifier &&
MacroExpand
(ppToken->atom, ppToken, false, true) != 0)
Completed in 484 milliseconds