Searched defs:is_defined (Results 1 – 7 of 7) sorted by relevance
32 #define is_defined(arg) defined /*...*/ arg macro
35 BOOST_STATIC_CONSTEXPR bool is_defined = false; member
49 BOOST_STATIC_CONSTEXPR bool is_defined = false; member54 BOOST_STATIC_CONSTEXPR bool is_defined = false; member113 BOOST_STATIC_CONSTEXPR bool is_defined = true; member
25 bool is_defined; member
487 macromap<ContextT>::is_defined(typename token_type::string_type const &name, in is_defined() function in boost::wave::util::macromap515 macromap<ContextT>::is_defined(IteratorT const &begin, in is_defined() function in boost::wave::util::macromap551 macromap<ContextT>::is_defined(string_type const &str) const in is_defined() function in boost::wave::util::macromap
1895 bool is_defined = false; in on_ifdef() local1931 bool is_defined = false; in on_ifndef() local
1264 unsigned is_defined:1; variable