Searched defs:expr (Results 1 – 6 of 6) sorted by relevance
88 …void setHostPackTmpAllocExpression(const std::string & expr) { m_host_packTmpAllocExpression = exp… in setHostPackTmpAllocExpression()89 void setHostPackExpression(const std::string & expr) { m_host_packExpression = expr; } in setHostPackExpression()90 void setGuestUnpackExpression(const std::string & expr) { m_guest_unpackExpression = expr; } in setGuestUnpackExpression()91 void setGuestPackExpression(const std::string & expr) { m_guest_packExpression = expr; } in setGuestPackExpression()
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()
465 #define UNLIKELY(expr) __builtin_expect((expr), 0) argument
32 #define UNLIKELY(expr) __builtin_expect((expr), 0) argument
11033 #define WUFFS_BASE__LIKELY(expr) (__builtin_expect(!!(expr), 1)) argument11034 #define WUFFS_BASE__UNLIKELY(expr) (__builtin_expect(!!(expr), 0)) argument