Searched refs:expr (Results 176 - 200 of 567) sorted by relevance

1234567891011>>

/freebsd-current/contrib/sendmail/libsmutil/
H A Dt-maplock-0.sh59 shift `expr ${OPTIND} - 1`
95 tries=`expr $tries - 1 `
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDereferenceChecker.cpp104 if (const Expr *expr = dyn_cast<Expr>(S))
105 E = expr->IgnoreParenLValueCasts();
263 const Expr *expr = getDereferenceExpr(S); local
264 if (!suppressReport(C, expr)) {
265 reportBug(DerefKind::NullPointer, nullState, expr, C);
305 const Expr *expr = getDereferenceExpr(S, /*IsBind=*/true); local
306 if (!suppressReport(C, expr)) {
307 reportBug(DerefKind::NullPointer, StNull, expr, C);
/freebsd-current/lib/libnv/tests/
H A Dnvlist_append_test.c37 #define CHECK(expr) do { \
38 if ((expr)) \
/freebsd-current/sys/tools/
H A Dembed_mfs.sh81 sec_size=`expr ${sec_end} - ${sec_start}`
/freebsd-current/tests/sys/geom/class/eli/
H A Dconf.sh29 bytes=`expr $osecsize \* $sectors + 512`b
62 bytes=`expr $MAX_SECSIZE \* $sectors + 512`b
/freebsd-current/usr.sbin/crunch/examples/
H A Dfilesystem.conf6 progs sh expr ls mkdir rm sync test
/freebsd-current/contrib/mandoc/
H A Dmansearch.c45 struct expr { struct
50 struct expr *next; /* Next child in the parent group. */
51 struct expr *child; /* First child in this group. */
64 static struct ohash *manmerge(struct expr *, struct ohash *);
65 static struct ohash *manmerge_term(struct expr *, struct ohash *);
66 static struct ohash *manmerge_or(struct expr *, struct ohash *);
67 static struct ohash *manmerge_and(struct expr *, struct ohash *);
73 static struct expr *exprcomp(const struct mansearch *,
75 static struct expr *expr_and(const struct mansearch *,
77 static struct expr *exprter
[all...]
/freebsd-current/crypto/openssh/regress/
H A Drekey.sh30 n=`expr $n - 1`
80 n=`expr $n - 1`
96 n=`expr $n - 1`
115 n=`expr $n - 1`
132 n=`expr $n - 1`
/freebsd-current/usr.bin/nl/
H A Dnl.c55 regex_t expr; /* for type == number_regex */ member in struct:numbering_property
320 (regexec(&numbering_properties[section].expr,
372 regfree(&numbering_properties[section].expr);
377 if ((error = regcomp(&numbering_properties[section].expr,
380 &numbering_properties[section].expr,
383 "%s expr: %s -- %s",
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCWasmStreamer.cpp223 void MCWasmStreamer::fixSymbolsInTLSFixups(const MCExpr *expr) { argument
224 switch (expr->getKind()) {
230 const MCBinaryExpr *be = cast<MCBinaryExpr>(expr);
237 const MCSymbolRefExpr &symRef = *cast<MCSymbolRefExpr>(expr);
251 fixSymbolsInTLSFixups(cast<MCUnaryExpr>(expr)->getSubExpr());
/freebsd-current/contrib/byacc/test/
H A Dvarsyntax_calc1.y214 int dot = 0, expr = 0;
224 if (dot++ || expr)
231 if (expr++)
H A Dcalc1.y212 int dot = 0, expr = 0;
222 if (dot++ || expr)
229 if (expr++)
H A Dbtyacc_calc1.y227 int dot = 0, expr = 0;
237 if (dot++ || expr)
244 if (expr++)
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_debug.h26 #define KMP_BUILD_ASSERT(expr) static_assert(expr, "Build condition error")
34 extern int __kmp_debug_assert(char const *expr, char const *file, int line);
/freebsd-current/crypto/openssl/include/internal/
H A Dcryptlib.h34 __owur static ossl_inline int ossl_assert_int(int expr, const char *exprstr, argument
37 if (!expr)
40 return expr;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp164 StreamString expr; local
166 expr.Printf(memory_history_asan_command_format, address, address);
179 exe_ctx, options, expr.GetString(), "", return_value_sp, eval_error);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDWARFExpressionList.h37 DWARFExpressionList(lldb::ModuleSP module_sp, DWARFExpression expr, argument
40 AddExpression(0, LLDB_INVALID_ADDRESS, expr);
51 bool AddExpression(lldb::addr_t base, lldb::addr_t end, DWARFExpression expr);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dfastmath2_dlib_asm.S458 #define expr R0 define
471 expr= extractu(ia,#8,#23)
477 expr= add(expr, #-126)
482 expr = zxth(expr) define
/freebsd-current/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_private.h123 #define BHND_NV_ASSERT(expr, ...) KASSERT(expr, __VA_ARGS__)
166 #define BHND_NV_ASSERT(expr, msg) do { \
167 if (!(expr)) { \
169 "file %s, line %u\n", __STRING(expr), __FUNCTION__, \
177 #define BHND_NV_ASSERT(expr, msg)
/freebsd-current/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Ddebug.h96 #define expect(expr, value) (__builtin_expect((expr), (value)))
99 #define likely(expr) expect((expr) != 0, 1)
100 #define unlikely(expr) expect((expr) != 0, 0)
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Ddebug.h96 #define expect(expr, value) (__builtin_expect((expr), (value)))
99 #define likely(expr) expect((expr) != 0, 1)
100 #define unlikely(expr) expect((expr) != 0, 0)
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyLogical.h48 const til::SExpr *expr() const { return Expr; } function in class:clang::threadSafety::lexpr::Terminal
49 til::SExpr *expr() { return Expr; } function in class:clang::threadSafety::lexpr::Terminal
/freebsd-current/contrib/expat/tests/
H A Dxmltest.sh109 SUCCESS=`expr $SUCCESS + 1`
111 ERROR=`expr $ERROR + 1`
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DOSLog.h80 OSLogBufferItem(Kind kind, const Expr *expr, CharUnits size, unsigned flags, argument
82 : TheKind(kind), TheExpr(expr), Size(size), Flags(flags),
/freebsd-current/tools/tools/net80211/scripts/
H A Dsetup.updown.wpa37 echo "---- $n"; n=`expr $n + 1`

Completed in 171 milliseconds

1234567891011>>