Home
last modified time | relevance | path

Searched refs:stmt (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/tools/buildman/
H A Dkconfiglib.py819 def _parse_properties(self, line_feeder, stmt, deps, visible_if_deps): argument
827 return (self._parse_expr(tokens, stmt, line, filename, linenr,
829 self._parse_expr(tokens, stmt, line, filename, linenr)
866 parsed_deps = self._parse_expr(tokens, stmt, line, filename,
869 if isinstance(stmt, (Menu, Comment)):
870 stmt.orig_deps = _make_and(stmt.orig_deps, parsed_deps)
879 stmt.help = ""
885 stmt.help = ""
896 stmt.help = "".join(help_lines)
908 stmt.referenced_syms.add(target)
[all …]
/openbmc/pyphosphor/obmc/utils/
H A Dtestpathtree.py357 stmt = "depth_stress(pt, key)" variable
358 time = timeit.timeit(stmt, setup=setup)
364 stmt = "width_stress(pt, key)" variable
365 time = timeit.timeit(stmt, setup=setup)
373 stmt = "iter_stress(pt)" variable
374 time = timeit.timeit(stmt, setup=setup, number=n)
/openbmc/qemu/scripts/
H A Dcheckpatch.pl823 my ($stmt) = @_;
826 $stmt =~ s/(^|\n)./$1/g;
827 $stmt =~ s/^\s*//;
828 $stmt =~ s/\s*$//;
830 my @stmt_lines = ($stmt =~ /\n/g);
836 my ($stmt) = @_;
838 my @stmt_lines = ($stmt =~ /\n/g);
844 my ($stmt) = @_;
846 $stmt =~ s/(^|\n)./$1/g;
847 $stmt =~ s/^\s*\{//;
[all …]
/openbmc/u-boot/scripts/
H A Dcheckpatch.pl1441 my ($stmt) = @_;
1444 $stmt =~ s/(^|\n)./$1/g;
1445 $stmt =~ s/^\s*//;
1446 $stmt =~ s/\s*$//;
1448 my @stmt_lines = ($stmt =~ /\n/g);
1454 my ($stmt) = @_;
1456 my @stmt_lines = ($stmt =~ /\n/g);
1462 my ($stmt) = @_;
1464 $stmt =~ s/(^|\n)./$1/g;
1465 $stmt =~ s/^\s*{//;
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/
H A DAdded-support-for-PPC-instructions-mfatbu-mfatbl.patch84 + stmt( IRStmt_Dirty(d) );
/openbmc/u-boot/drivers/usb/musb-new/
H A Dam35x.c128 #define portstate(stmt) stmt argument
/openbmc/openbmc/poky/bitbake/lib/
H A Dcodegen.py111 for stmt in statements:
112 self.visit(stmt)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0002-boost-Backport-clang-support.patch259 +// This issue also affects C++11 mode, but C++11 constexpr requires return stmt.