Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dident-list.h2 #define IDENT(n) __IDENT(n## _ident, #n, 0)
3 #define IDENT_RESERVED(n) __IDENT(n## _ident, #n, 1)
66 __IDENT(pragma_ident, "__pragma__", 0);
67 __IDENT(__VA_ARGS___ident, "__VA_ARGS__", 0);
68 __IDENT(__func___ident, "__func__", 0);
69 __IDENT(__FUNCTION___ident, "__FUNCTION__", 0);
70 __IDENT(__PRETTY_FUNCTION___ident, "__PRETTY_FUNCTION__", 0);
87 #undef __IDENT
Dsymbol.c848 #define __IDENT(n,str,res) \ macro
857 #define __IDENT(n,str,res) \ in init_symbols() macro
Dsymbol.h321 #define __IDENT(n,str,res) \ macro
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.4.rst144 * Add explanatory comment about direct use of __IDENT for preprocessor idents.