Home
last modified time | relevance | path

Searched refs:ID_CPLUSPLUS (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dmagic.c124 #define ID_CPLUSPLUS 5 macro
220 { "class", ID_CPLUSPLUS },
245 { "private", ID_CPLUSPLUS },
246 { "public", ID_CPLUSPLUS },
1366 if (mp->identifier[ID_CPLUSPLUS] >= 3) in cklang()