Searched refs:expr (Results 226 - 250 of 567) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.h90 bool EvaluateExpression(llvm::StringRef expr, Stream &output_stream,
/freebsd-current/libexec/rc/rc.d/
H A Dstf43 stf_interface_ipv6_ifid=`expr "${laddr}" : \
H A Dnetwait55 link=`expr "${output}" : '.*[[:blank:]]status: \(no carrier\)'`
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h178 const SymbolConjured* conjureSymbol(const Expr *expr, argument
182 return SymMgr.conjureSymbol(expr, LCtx, visitCount, symbolTag);
198 const Expr *expr,
202 const Expr *expr,
240 const Expr *expr, QualType type,
381 loc::GotoLabel makeLoc(const AddrLabelExpr *expr) { argument
382 return loc::GotoLabel(expr->getLabel());
/freebsd-current/bin/pax/
H A Doptions.c1426 char *expr; local
1429 num = strtoq(val, &expr, 0);
1430 if ((num == QUAD_MAX) || (num <= 0) || (expr == val))
1433 switch(*expr) {
1439 ++expr;
1446 ++expr;
1453 ++expr;
1460 ++expr;
1464 switch(*expr) {
1470 num *= str_offt(expr
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DDependenceFlags.h19 // This expr depends in any way on
20 // - a template parameter, it implies that the resolution of this expr may
28 // The type of this expr depends on a template parameter, or an error.
30 // The value of this expr depends on a template parameter, or an error.
33 // clang extension: this expr contains or references an error, and is
63 /// - or it somehow involves an error, e.g. decltype(recovery-expr)
202 ExprDependence expr() const {
248 return Dependence(TA).expr();
251 return Dependence(D).semantic().expr();
254 return Dependence(D).expr();
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp60 DWARFExpression expr; member in struct:__anon1364::MemberLocations
64 MemberLocations(const DWARFExpression &expr) : expr(expr), is_dwarf(true) {} argument
143 void AddDwarfRange(RangeMap &location_map, const DWARFExpression &expr, argument
145 if (!expr.IsValid())
161 entry->data = expr;
164 new_location_map.Append({base, end - base, expr});
189 new_location_map.Append({base, end - base, expr});
812 DWARFExpression expr; local
837 DWARFExpression expr = local
853 DWARFExpression expr; local
[all...]
/freebsd-current/contrib/llvm-project/lld/ELF/Arch/
H A DX86_64.cpp159 if (is.relocs()[i].offset == offset && is.relocs()[i].expr != R_NONE)
184 file, r.type, r.addend, addrLoc, *r.sym, r.expr);
266 r.expr = R_NONE;
302 rB = {r.expr, r.type, rB.offset, r.addend, r.sym};
304 r.expr = R_NONE;
328 if (rel.expr != R_RELAX_GOT_PC)
334 *rel.sym, rel.expr);
342 rel.expr = R_GOT_PC;
808 if (rel.expr != R_GOT_PC) {
818 if (rel.expr
[all...]
H A DPPC.cpp45 bool needsThunk(RelExpr expr, RelType relocType, const InputFile *file,
52 RelExpr adjustTlsExpr(RelType type, RelExpr expr) const override;
198 bool PPC::needsThunk(RelExpr expr, RelType type, const InputFile *file, argument
386 RelExpr PPC::adjustTlsExpr(RelType type, RelExpr expr) const {
387 if (expr == R_RELAX_TLS_GD_TO_IE)
389 if (expr == R_RELAX_TLS_LD_TO_LE)
391 return expr;
504 secAddr + rel.offset, *rel.sym, rel.expr),
506 switch (rel.expr) {
/freebsd-current/tools/tools/sysbuild/
H A Dsysbuild.sh50 TARGET_DISK=`expr ${TARGET_PART} : '\(.*\)s[12]a$' || true`
51 TARGET_SLICE=`expr ${TARGET_PART} : '.*s\([12]\)a$' || true`
171 DT=`expr $TX - $1 || true`
172 DL=`expr $TX - $2 || true`
203 fl=FLAVOR=`expr $d : '.*@\(.*\)'`
204 bd=`expr $d : '\(.*\)@.*'`
230 x=`expr "$a" : '.*:\(.*\)'`
502 fl=FLAVOR=`expr $i : '.*@\(.*\)'`
503 i=`expr $i : '\(.*\)@.*'`
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp50 // The 'ConditionalOperatorM' matches on `<anything> ? <expr> : <expr>`.
51 // This matching must be recursive because `<expr>` can be anything resolving
184 template <> struct NodeID<Expr> { static constexpr StringRef value = "expr"; };
277 hasAncestor(expr(anyOf(
336 const auto AsNonConstThis = expr(anyOf(
353 callExpr(callee(expr(anyOf(
396 callee(expr(anyOf(unresolvedLookupExpr(), unresolvedMemberExpr(),
410 parenListExpr(hasDescendant(expr(canResolveToExpr(Exp)))),
413 initListExpr(hasAnyInit(expr(canResolveToExp
[all...]
/freebsd-current/contrib/ldns/drill/
H A Dinstall-sh218 cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
276 expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
319 mkdir_umask=`expr $umask + 22 \
/freebsd-current/contrib/sqlite3/tea/tclconfig/
H A Dinstall-sh226 cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
284 expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
327 mkdir_umask=`expr $umask + 22 \
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h155 #define __ITT_BUILD_ASSERT(expr, suffix) do { \
156 static char __itt_build_check_##suffix[(expr) ? 1 : -1]; \
159 #define _ITT_BUILD_ASSERT(expr, suffix) __ITT_BUILD_ASSERT((expr), suffix)
160 #define ITT_BUILD_ASSERT(expr) _ITT_BUILD_ASSERT((expr), __LINE__)
/freebsd-current/crypto/heimdal/
H A Dinstall-sh218 cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
276 expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
319 mkdir_umask=`expr $umask + 22 \
/freebsd-current/crypto/heimdal/lib/hx509/
H A Dtest_nist.in64 expr "$id" : "#" > /dev/null && continue
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dlz4_zfs.c267 #define expect(expr, value) (__builtin_expect((expr), (value)))
269 #define expect(expr, value) (expr)
273 #define likely(expr) expect((expr) != 0, 1)
277 #define unlikely(expr) expect((expr) != 0, 0)
/freebsd-current/lib/libnv/tests/
H A Dnvlist_move_test.c40 #define CHECK(expr) do { \
41 if ((expr)) \
/freebsd-current/usr.sbin/periodic/etc/daily/
H A D800.scrub-zfs72 _scrub_diff=$(expr -e \( $(date +%s) - \
/freebsd-current/contrib/libfido2/tools/
H A Dfido2-unprot.sh39 if expr match "$(${FIDO_TOOLS_PREFIX}fido2-token -I $DEV_PATH)" ".* credMgmt.* clientPin.*\|.* clientPin.* credMgmt.*" > /dev/null ; then
/freebsd-current/tests/sys/cddl/zfs/tests/reservation/
H A Dreservation_005_pos.ksh89 resv_size_set=`expr $space_avail - $RESV_DELTA`
H A Dreservation_004_pos.ksh94 resv_size_set=`expr $space_avail - $RESV_DELTA`
/freebsd-current/tests/sys/geom/class/eli/
H A Ddelkey_test.sh16 attach_md md -t malloc -s `expr $sectors + 1`
94 attach_md md -t malloc -s `expr $sectors + 1`
H A Dkill_test.sh15 attach_md md -t malloc -s `expr $sectors + 1`
79 attach_md md -t malloc -s `expr $sectors + 1`
/freebsd-current/tests/sys/geom/class/shsec/
H A D2_test.sh8 nblocks2=`expr $nblocks1 + 1`

Completed in 524 milliseconds

1234567891011>>