OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sc_ident
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
cpp.c
164
name = yylvalpp->
sc_ident
;
177
args[argc++] = yylvalpp->
sc_ident
;
249
symb = LookUpSymbol(macros, yylvalpp->
sc_ident
);
285
atom = yylvalpp->
sc_ident
;
401
if (yylvalpp->
sc_ident
== definedAtom) {
410
*res = (s = LookUpSymbol(macros, yylvalpp->
sc_ident
))
418
} else if (MacroExpand(yylvalpp->
sc_ident
, yylvalpp)) {
501
int name = yylvalpp->
sc_ident
;
575
StoreStr(GetStringOfAtom(atable,yylvalpp->
sc_ident
));
618
SrcStr = GetAtomString(atable, yylvalpp->
sc_ident
);
[
all
...]
tokens.c
219
s = GetAtomString(atable, yylvalpp->
sc_ident
);
285
yylvalpp->
sc_ident
= LookUpAddString(atable, symbol_name);
294
yylvalpp->
sc_ident
= LookUpAddString(atable, string_val);
412
sprintf(str, "%s ", GetAtomString(atable, yylvalpp->
sc_ident
));
415
sprintf(str, "\"%s\"", GetAtomString(atable, yylvalpp->
sc_ident
));
parser.h
52
int
sc_ident
;
member in struct:__anon13195
scanner.c
304
yylvalpp->
sc_ident
= LookUpAddString(atable, yylvalpp->symbol_name);
602
yylvalpp->
sc_ident
= LookUpAddString(atable, string_val);
637
if (token == CPP_IDENTIFIER && MacroExpand(yylvalpp.
sc_ident
, &yylvalpp)) {
647
tokenString = GetStringOfAtom(atable,yylvalpp.
sc_ident
);
Completed in 471 milliseconds