Searched refs:__IDENT (Results 1 - 3 of 3) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | ident-list.h | 2 #define IDENT(n) __IDENT(n## _ident, #n, 0) 3 #define IDENT_RESERVED(n) __IDENT(n## _ident, #n, 1) 57 /* Preprocessor idents. Direct use of __IDENT avoids mentioning the keyword 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 macro
|
H A D | symbol.h | 321 #define __IDENT(n,str,res) \ macro
|
H A D | symbol.c | 848 #define __IDENT(n,str,res) \ macro 857 #define __IDENT(n,str,res) \ in init_symbols() macro
|
Completed in 3 milliseconds