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
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
cpp.h
57
int
MacroExpand
(int atom, yystypepp * yylvalpp);
cpp.c
418
} else if (
MacroExpand
(yylvalpp->sc_ident, yylvalpp)) {
885
if (token == CPP_IDENTIFIER &&
MacroExpand
(yylvalpp->sc_ident, yylvalpp))
926
/*
MacroExpand
932
int
MacroExpand
(int atom, yystypepp * yylvalpp)
[
all
...]
scanner.c
637
if (token == CPP_IDENTIFIER &&
MacroExpand
(yylvalpp.sc_ident, &yylvalpp)) {
Completed in 188 milliseconds