Home
last modified time | relevance | path

Searched defs:expr (Results 1 – 25 of 177) sorted by relevance

12345678

/freebsd-13-stable/contrib/subversion/subversion/include/
HDsvn_error.h351 #define SVN_ERR(expr) \ argument
371 #define svn_error_trace(expr) svn_error__trace(__FILE__, __LINE__, (expr)) argument
373 #define svn_error_trace(expr) (expr) argument
402 #define SVN_ERR_W(expr, wrap_msg) \ argument
422 #define SVN_INT_ERR(expr) \ argument
542 #define SVN_ERR_ASSERT_E(expr, err) assert((expr)) argument
544 #define SVN_ERR_ASSERT_E(expr, err) \ argument
578 #define SVN_ERR_ASSERT(expr) assert((expr)) argument
580 #define SVN_ERR_ASSERT(expr) \ argument
594 #define SVN_ERR_ASSERT_NO_RETURN(expr) \ argument
/freebsd-13-stable/contrib/kyua/utils/
HDsanity.hpp75 # define _UTILS_ASSERT(type, expr, message) \ argument
81 # define _UTILS_ASSERT(type, expr, message) do {} while (0) argument
95 #define INV(expr) _UTILS_ASSERT(utils::invariant, expr, #expr) argument
105 #define INV_MSG(expr, msg) _UTILS_ASSERT(utils::invariant, expr, msg) argument
118 #define PRE(expr) _UTILS_ASSERT(utils::precondition, expr, #expr) argument
128 #define PRE_MSG(expr, msg) _UTILS_ASSERT(utils::precondition, expr, msg) argument
141 #define POST(expr) _UTILS_ASSERT(utils::postcondition, expr, #expr) argument
151 #define POST_MSG(expr, msg) _UTILS_ASSERT(utils::postcondition, expr, msg) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
HDDWARFExpressionList.cpp27 const auto *expr = m_exprs.GetEntryAtIndex(0); in GetAlwaysValidExpr() local
34 DWARFExpression expr) { in AddExpression()
44 if (const DWARFExpression *expr = in GetExpressionData() local
60 if (const DWARFExpression *expr = GetAlwaysValidExpr()) in GetExpressionAtAddress() local
92 const DWARFExpression &expr = m_exprs.GetEntryRef(0).data; in ContainsThreadLocalStorage() local
106 DWARFExpression &expr = m_exprs.GetEntryRef(0).data; in LinkThreadLocalStorage() local
121 const DWARFExpression *expr = nullptr; in MatchesOperand() local
148 if (const DWARFExpression *expr = GetAlwaysValidExpr()) { in DumpLocations() local
158 const auto &expr = entry.data; in DumpLocations() local
186 const auto &expr = entry.data; in GetDescription() local
[all …]
/freebsd-13-stable/contrib/elftoolchain/libdwarf/
HDdwarf_pro_expr.c32 _dwarf_add_expr(Dwarf_P_Expr expr, Dwarf_Small opcode, Dwarf_Unsigned val1, in _dwarf_add_expr()
64 _dwarf_expr_into_block(Dwarf_P_Expr expr, Dwarf_Error *error) in _dwarf_expr_into_block()
149 dwarf_add_expr_gen(Dwarf_P_Expr expr, Dwarf_Small opcode, Dwarf_Unsigned val1, in dwarf_add_expr_gen()
165 dwarf_add_expr_addr(Dwarf_P_Expr expr, Dwarf_Unsigned address, in dwarf_add_expr_addr()
173 dwarf_add_expr_addr_b(Dwarf_P_Expr expr, Dwarf_Unsigned address, in dwarf_add_expr_addr_b()
192 dwarf_expr_current_offset(Dwarf_P_Expr expr, Dwarf_Error *error) in dwarf_expr_current_offset()
204 dwarf_expr_into_block(Dwarf_P_Expr expr, Dwarf_Unsigned *length, in dwarf_expr_into_block()
/freebsd-13-stable/contrib/subversion/subversion/include/private/
HDsvn_sqlite.h442 #define SVN_SQLITE__WITH_TXN(expr, db) \ argument
468 #define SVN_SQLITE__WITH_IMMEDIATE_TXN(expr, db) \ argument
494 #define SVN_SQLITE__WITH_LOCK(expr, db) \ argument
560 #define SVN_SQLITE__ERR_CLOSE(expr, db) do \ argument
HDsvn_mutex.h100 #define SVN_MUTEX__WITH_LOCK(mutex, expr) \ argument
/freebsd-13-stable/crypto/heimdal/lib/hx509/
HDsel.c39 struct hx_expr *expr; in _hx509_make_expr() local
86 eval_comp(hx509_context context, hx509_env env, struct hx_expr *expr) in eval_comp()
159 _hx509_expr_eval(hx509_context context, hx509_env env, struct hx_expr *expr) in _hx509_expr_eval()
183 _hx509_expr_free(struct hx_expr *expr) in _hx509_expr_free()
HDsel-gram.y47 struct hx_expr *expr; member
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
HDint_util.h26 #define COMPILE_TIME_ASSERT(expr) COMPILE_TIME_ASSERT1(expr, __COUNTER__) argument
27 #define COMPILE_TIME_ASSERT1(expr, cnt) COMPILE_TIME_ASSERT2(expr, cnt) argument
28 #define COMPILE_TIME_ASSERT2(expr, cnt) \ argument
/freebsd-13-stable/sbin/hastd/
HDpjdlog.h95 #define PJDLOG_VERIFY(expr) do { \ argument
101 #define PJDLOG_RVERIFY(expr, ...) do { \ argument
110 #define PJDLOG_ASSERT(expr) do { } while (0) argument
113 #define PJDLOG_ASSERT(expr) PJDLOG_VERIFY(expr) argument
HDlzf.c81 # define expect(expr,value) __builtin_expect ((expr),(value)) argument
84 # define expect(expr,value) (expr) argument
88 #define expect_false(expr) expect ((expr) != 0, 0) argument
89 #define expect_true(expr) expect ((expr) != 0, 1) argument
/freebsd-13-stable/contrib/openbsm/bin/auditdistd/
HDpjdlog.h95 #define PJDLOG_VERIFY(expr) do { \ argument
101 #define PJDLOG_RVERIFY(expr, ...) do { \ argument
110 #define PJDLOG_ASSERT(expr) do { } while (0) argument
113 #define PJDLOG_ASSERT(expr) PJDLOG_VERIFY(expr) argument
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_base/bdb/
HDbdb-err.h87 #define SVN_BDB_ERR(bdb, expr) \ argument
99 #define BDB_ERR(expr) \ argument
/freebsd-13-stable/lib/libpjdlog/
HDpjdlog.h136 #define PJDLOG_VERIFY(expr) do { \ argument
142 #define PJDLOG_RVERIFY(expr, ...) do { \ argument
148 #define PJDLOG_EVERIFY(expr) do { \ argument
157 #define PJDLOG_ASSERT(expr) do { } while (0) argument
160 #define PJDLOG_ASSERT(expr) do { \ argument
166 #define PJDLOG_RASSERT(expr, ...) do { \ argument
/freebsd-13-stable/contrib/mandoc/
HDmansearch.c45 struct expr { struct
47 struct dbm_match match; /* Match type and expression. */ argument
50 struct expr *next; /* Next child in the parent group. */ argument
51 struct expr *child; /* First child in this group. */ argument
64 static struct ohash *manmerge(struct expr *, struct ohash *); argument
/freebsd-13-stable/contrib/bearssl/T0/
HDTPointerExpr.cs29 string expr; field in TPointerExpr
32 internal TPointerExpr(string expr, int min, int max) in TPointerExpr()
/freebsd-13-stable/contrib/xz/src/liblzma/common/
HDcommon.h120 # define likely(expr) __builtin_expect(expr, true) argument
121 # define unlikely(expr) __builtin_expect(expr, false) argument
123 # define likely(expr) (expr) argument
124 # define unlikely(expr) (expr) argument
376 #define return_if_error(expr) \ argument
/freebsd-13-stable/sys/dev/pms/freebsd/driver/common/
HDosdebug.h44 #define OS_ASSERT(expr, message) \ argument
55 #define OS_ASSERT(expr, message) \ argument
/freebsd-13-stable/contrib/bmake/
HDvar.c600 char *expr; in ExportVarEnv() local
872 char *expr = str_concat3("${" MAKE_EXPORTED ":N", in UnexportVar() local
2032 Expr *expr; member
2048 Expr_Define(Expr *expr) in Expr_Define()
2055 Expr_Str(const Expr *expr) in Expr_Str()
2061 Expr_Words(const Expr *expr) in Expr_Words()
2067 Expr_SetValue(Expr *expr, FStr value) in Expr_SetValue()
2074 Expr_SetValueOwn(Expr *expr, char *value) in Expr_SetValueOwn()
2080 Expr_SetValueRefer(Expr *expr, const char *value) in Expr_SetValueRefer()
2086 Expr_ShouldEval(const Expr *expr) in Expr_ShouldEval()
[all …]
/freebsd-13-stable/usr.bin/csplit/
HDcsplit.c100 const char *expr; in main() local
355 do_rexp(const char *expr) in do_rexp()
439 do_lineno(const char *expr) in do_lineno()
/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
HDdebug.h62 #define expect(expr, value) (__builtin_expect((expr), (value))) argument
64 #define likely(expr) expect((expr) != 0, 1) argument
65 #define unlikely(expr) expect((expr) != 0, 0) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGCXXABI.cpp215 CharUnits CGCXXABI::GetArrayCookieSize(const CXXNewExpr *expr) { in GetArrayCookieSize()
229 const CXXNewExpr *expr, in InitializeArrayCookie()
236 bool CGCXXABI::requiresArrayCookie(const CXXDeleteExpr *expr, in requiresArrayCookie()
246 bool CGCXXABI::requiresArrayCookie(const CXXNewExpr *expr) { in requiresArrayCookie()
256 const CXXDeleteExpr *expr, QualType eltTy, in ReadArrayCookie()
/freebsd-13-stable/contrib/llvm-project/libcxx/include/__utility/
HDauto_cast.h20 #define _LIBCPP_AUTO_CAST(expr) static_cast<::std::__decay_t<decltype((expr))> >(expr) argument
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDRelocations.cpp156 template <RelExpr... Exprs> static bool oneof(RelExpr expr) { in oneof()
205 static bool needsPlt(RelExpr expr) { in needsPlt()
211 bool lld::elf::needsGot(RelExpr expr) { in needsGot()
220 static bool isRelExpr(RelExpr expr) { in isRelExpr()
227 static RelExpr toPlt(RelExpr expr) { in toPlt()
244 static RelExpr fromPlt(RelExpr expr) { in fromPlt()
490 int64_t RelocationScanner::computeMipsAddend(const RelTy &rel, RelExpr expr, in computeMipsAddend()
873 Symbol &sym, int64_t addend, RelExpr expr, in addRelativeReloc()
1055 void RelocationScanner::processAux(RelExpr expr, RelType type, uint64_t offset, in processAux()
1274 int64_t addend, RelExpr expr) { in handleMipsTlsRelocation()
[all …]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
HDThreadSafetyLogical.h48 const til::SExpr *expr() const { return Expr; } in expr() function
49 til::SExpr *expr() { return Expr; } in expr() function

12345678