Home
last modified time | relevance | path

Searched refs:set_option (Results 1 – 10 of 10) sorted by relevance

/external/llvm/test/LLVMC/
DOptionPreprocessor.td38 [(warning "W2"), (set_option "foo"),
39 (set_option "bar", true),
40 (set_option "baz", false),
41 (set_option "foo_p", "asdf"),
42 (set_option "foo_l", ["qwert", "yuiop", "asdf"])],
48 [(warning "W3"), (set_option "foo", "bar", "baz")])
/external/e2fsprogs/lib/ext2fs/
Dio_manager.c32 if (!channel->manager->set_option) in io_channel_set_options()
50 retval = (channel->manager->set_option)(channel, ptr, arg); in io_channel_set_options()
Dext2_io.h79 errcode_t (*set_option)(io_channel channel, const char *option, member
Dundo_io.c572 if (data->real && data->real->manager->set_option) { in undo_set_option()
573 retval = data->real->manager->set_option(data->real, in undo_set_option()
Dtest_io.c471 if (data->real && data->real->manager->set_option) { in test_set_option()
472 retval = (data->real->manager->set_option)(data->real, in test_set_option()
/external/iptables/iptables/
Diptables.c430 set_option(unsigned int *options, unsigned int option, uint8_t *invflg, in set_option() function
1303 set_option(&cs->options, OPT_JUMP, &cs->fw.ip.invflags, cs->invert); in command_jump()
1571 set_option(&cs.options, OPT_PROTOCOL, &cs.fw.ip.invflags, in do_command4()
1589 set_option(&cs.options, OPT_SOURCE, &cs.fw.ip.invflags, in do_command4()
1596 set_option(&cs.options, OPT_DESTINATION, &cs.fw.ip.invflags, in do_command4()
1603 set_option(&cs.options, OPT_JUMP, &cs.fw.ip.invflags, in do_command4()
1621 set_option(&cs.options, OPT_VIANAMEIN, &cs.fw.ip.invflags, in do_command4()
1634 set_option(&cs.options, OPT_VIANAMEOUT, &cs.fw.ip.invflags, in do_command4()
1642 set_option(&cs.options, OPT_FRAGMENT, &cs.fw.ip.invflags, in do_command4()
1649 set_option(&cs.options, OPT_VERBOSE, in do_command4()
[all …]
Dip6tables.c425 set_option(unsigned int *options, unsigned int option, uint8_t *invflg, in set_option() function
1277 set_option(&cs->options, OPT_JUMP, &cs->fw6.ipv6.invflags, cs->invert); in command_jump()
1542 set_option(&cs.options, OPT_PROTOCOL, &cs.fw6.ipv6.invflags, in do_command6()
1568 set_option(&cs.options, OPT_SOURCE, &cs.fw6.ipv6.invflags, in do_command6()
1575 set_option(&cs.options, OPT_DESTINATION, &cs.fw6.ipv6.invflags, in do_command6()
1582 set_option(&cs.options, OPT_JUMP, &cs.fw6.ipv6.invflags, in do_command6()
1600 set_option(&cs.options, OPT_VIANAMEIN, &cs.fw6.ipv6.invflags, in do_command6()
1613 set_option(&cs.options, OPT_VIANAMEOUT, &cs.fw6.ipv6.invflags, in do_command6()
1622 set_option(&cs.options, OPT_VERBOSE, in do_command6()
1632 set_option(&cs.options, OPT_NUMERIC, &cs.fw6.ipv6.invflags, in do_command6()
[all …]
/external/llvm/include/llvm/CompilerDriver/
DCommon.td96 def set_option;
/external/llvm/tools/llvmc/doc/
DLLVMC-Reference.rst622 (set_option "O2"),
638 ``unset_option`` and ``set_option``. As their names suggest, they can be used to
639 set or unset a given option. To set an option with ``set_option``, use the
640 two-argument form: ``(set_option "parameter", VALUE)``. Here, ``VALUE`` can be
643 For convenience, ``set_option`` and ``unset_option`` also work with multiple
645 can use ``(unset_option "A", "B")``. Obviously, ``(set_option "A", "B")`` is
/external/llvm/tools/llvmc/src/
DBase.td.in162 (set_option "O2"),