Searched refs:pragma_keyword (Results 1 – 3 of 3) sorted by relevance
29 test_configuration(unsigned int config, char const* pragma_keyword, in test_configuration() argument32 if (NULL == pragma_keyword || NULL == string_type_str) in test_configuration()37 strcmp(pragma_keyword, BOOST_WAVE_PRAGMA_KEYWORD) || in test_configuration()
78 char const* pragma_keyword, char const* string_type);
473 string_type config, pragma_keyword, string_type_str; in load() local484 ar & make_nvp("pragma_keyword", pragma_keyword); in load()485 if (pragma_keyword != BOOST_WAVE_PRAGMA_KEYWORD) { in load()