Searched refs:check_condition (Results 1 – 4 of 4) sorted by relevance
/external/clang/test/CodeGen/ |
D | exceptions-seh-finally.c | 7 int check_condition(void); 51 if (check_condition()) in label_in_finally()
|
/external/llvm-project/clang/test/CodeGen/ |
D | exceptions-seh-finally.c | 9 int check_condition(void); 53 if (check_condition()) in label_in_finally()
|
/external/parameter-framework/asio-1.10.6/include/asio/impl/ |
D | connect.hpp | 144 void check_condition(const asio::error_code& ec, in check_condition() function in asio::detail::base_from_connect_condition 166 void check_condition(const asio::error_code&, Iterator&, Iterator&) in check_condition() function in asio::detail::base_from_connect_condition 216 this->check_condition(ec, iter_, end_); in operator ()()
|
/external/lua/src/ |
D | lparser.c | 122 #define check_condition(ls,c,msg) { if (!(c)) luaX_syntaxerror(ls, msg); } macro 1162 check_condition(ls, fs->f->is_vararg, in simpleexp() 1367 check_condition(ls, vkisvar(lh->v.k), "syntax error"); in restassign() 1835 check_condition(ls, v.v.k == VCALL, "syntax error"); in exprstat()
|