Searched defs:expr (Results 1 – 4 of 4) sorted by relevance
85 …void setHostPackTmpAllocExpression(const std::string & expr) { m_host_packTmpAllocExpression = exp… in setHostPackTmpAllocExpression()86 void setHostPackExpression(const std::string & expr) { m_host_packExpression = expr; } in setHostPackExpression()87 void setGuestUnpackExpression(const std::string & expr) { m_guest_unpackExpression = expr; } in setGuestUnpackExpression()
10 void __assert_fail(const char *expr, const char *file, int line, const char *func) in __assert_fail()
47 #define C_BUG(expr) typedef char __C_BUG(__LINE__)[(expr) ? -1 : 1] argument
68 #define C_BUG(expr) typedef char __C_BUG(__LINE__)[(expr) ? -1 : 1] argument