Home
last modified time | relevance | path

Searched refs:rvalue (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/target/hexagon/idef-parser/
H A Didef-parser.y38 HexValue rvalue; member
60 %token <rvalue> REG IMM PRED
67 %type <rvalue> rvalue lvalue VAR assign_statement var var_decl var_type
68 %type <rvalue> FAIL
69 %type <rvalue> TYPE_SIGNED TYPE_UNSIGNED TYPE_INT TYPE_LONG TYPE_SIZE_T
269 | rvalue ';'
274 assign_statement : lvalue '=' rvalue
280 | var_decl '=' rvalue
286 | lvalue INC rvalue
293 | lvalue DEC rvalue
[all …]
H A Dparser-helpers.h83 void imm_print(Context *c, YYLTYPE *locp, HexValue *rvalue);
164 HexValue rvalue_materialize(Context *c, YYLTYPE *locp, HexValue *rvalue);
166 HexValue gen_rvalue_extend(Context *c, YYLTYPE *locp, HexValue *rvalue);
168 HexValue gen_rvalue_truncate(Context *c, YYLTYPE *locp, HexValue *rvalue);
/openbmc/openbmc/meta-phosphor/recipes-core/systemd/systemd/
H A D1000-socket-resolve-unit-specifiers-in-BindToDevice.patch33 - if (!ifname_valid(rvalue)) {
34 … log_syntax(unit, LOG_WARNING, filename, line, 0, "Invalid interface name, ignoring: %s", rvalue);
35 + r = unit_full_printf(UNIT(s), rvalue, &p);
37 …, LOG_WARNING, filename, line, r, "Failed to resolve unit specifiers in %s, ignoring: %m", rvalue);
46 - return free_and_strdup_warn(&s->bind_to_device, rvalue);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ftgl/ftgl/
H A D0001-Fix-type-mismatch-with-latest-FreeType.patch9 …cpp:171:15: error: cannot initialize a variable of type 'char *' with an rvalue of type 'unsigned …
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poco/poco/
H A D0001-SimpleRowFormatter.h-fix-the-build-on-gcc-15-unsatis.patch29 assignment operators that involve rvalue references?
/openbmc/dbus-sensors/
H A D.clang-tidy218 cppcoreguidelines-rvalue-reference-param-not-moved,
329 - key: cppcoreguidelines-rvalue-reference-param-not-moved.IgnoreUnnamedParams
/openbmc/bmcweb/
H A D.clang-tidy235 cppcoreguidelines-rvalue-reference-param-not-moved,
353 - key: cppcoreguidelines-rvalue-reference-param-not-moved.IgnoreUnnamedParams
/openbmc/phosphor-debug-collector/
H A D.clang-tidy248 cppcoreguidelines-rvalue-reference-param-not-moved,
/openbmc/entity-manager/
H A D.clang-tidy343 - key: cppcoreguidelines-rvalue-reference-param-not-moved.IgnoreUnnamedParams