Searched refs:add_keyword (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure2/ |
D | lexer_def.hpp | 22 add_keyword("void"); in conjure_tokens() 23 add_keyword("int"); in conjure_tokens() 24 add_keyword("if"); in conjure_tokens() 25 add_keyword("else"); in conjure_tokens() 26 add_keyword("while"); in conjure_tokens() 27 add_keyword("return"); in conjure_tokens() 61 bool conjure_tokens<BaseIterator>::add_keyword(std::string const& keyword) in add_keyword() function in client::lexer::conjure_tokens
|
D | lexer.cpp | 16 template bool client::lexer::conjure_tokens<base_iterator_type>::add_keyword(
|
D | lexer.hpp | 90 bool add_keyword(std::string const& keyword);
|
/third_party/gettext/gettext-tools/src/ |
D | x-desktop.c | 66 add_keyword (const char *name, hash_table *keywords, bool is_list) in add_keyword() function 82 add_keyword (name, &keywords, false); in x_desktop_keyword()
|
D | x-vala.c | 76 add_keyword (const char *name, hash_table *keywords) in add_keyword() function 102 add_keyword (name, &keywords); in x_vala_keyword()
|
D | x-c.c | 119 add_keyword (const char *name, hash_table *keywords) in add_keyword() function 145 add_keyword (name, &c_keywords); in x_c_keyword() 151 add_keyword (name, &objc_keywords); in x_objc_keyword()
|
D | ChangeLog.1 | 4809 * x-c.c (add_keyword): Use callshape API: split_keywordspec, 4996 * x-c.c (add_keyword, x_c_lex): Update. 6414 (add_keyword): Renamed from x_c_keyword. Add keywords table argument.
|