OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_opt
(Results
1 - 5
of
5
) sorted by null
/external/swiftshader/third_party/LLVM/tools/llvm-config/
llvm-config.in.in
92
my $
has_opt
= 0;
100
$
has_opt
= 1; print "$VERSION\n";
102
$
has_opt
= 1; print "$PREFIX\n";
104
$
has_opt
= 1; print "$BINDIR\n";
106
$
has_opt
= 1; print "$INCLUDEDIR\n";
108
$
has_opt
= 1; print "$LIBDIR\n";
110
$
has_opt
= 1; print "$INCLUDEOPTION $CPPFLAGS\n";
112
$
has_opt
= 1; print "$INCLUDEOPTION $CFLAGS\n";
114
$
has_opt
= 1; print "$INCLUDEOPTION $CXXFLAGS\n";
116
$
has_opt
= 1; print "-L$LIBDIR $LDFLAGS $SYSTEM_LIBS\n";
[
all
...]
/external/iproute2/tipc/
cmdl.h
50
bool
has_opt
(struct opt *opts, char *key);
cmdl.c
65
bool
has_opt
(struct opt *opts, char *key)
function
bearer.c
828
if (
has_opt
(opts, "localip")) {
832
} else if (
has_opt
(opts, "localport")) {
836
} else if (
has_opt
(opts, "remoteip")) {
840
} else if (
has_opt
(opts, "remoteport")) {
/external/libcxx/src/filesystem/
operations.cpp
1047
auto
has_opt
= [&](perm_options o) { return bool(o & opts); };
local
1048
const bool resolve_symlinks = !
has_opt
(perm_options::nofollow);
1049
const bool add_perms =
has_opt
(perm_options::add);
1050
const bool remove_perms =
has_opt
(perm_options::remove);
1052
(add_perms + remove_perms +
has_opt
(perm_options::replace)) == 1,
[
all
...]
Completed in 3152 milliseconds