OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ambig
(Results
1 - 8
of
8
) sorted by null
/external/clang/test/CXX/expr/expr.const/
p5-0x.cpp
35
} constexpr
ambig
;
variable in typeref:struct:Ambiguous
39
constexpr int test_ambiguous =
ambig
; // ok
50
auto new4 = new int[1][
ambig
]; // expected-error {{ambiguous conversion}}
58
enum4 =
ambig
// expected-error {{ambiguous conversion}}
67
alignas(
ambig
) int alignas4; // expected-error {{ambiguous conversion}}
76
int array4[
ambig
]; // expected-error {{non-integer type}}
84
int bitfield4 :
ambig
; // expected-error {{ambiguous conversion}}
/ndk/sources/host-tools/make-3.81/
getopt.c
631
int
ambig
= 0;
660
ambig
= 1;
663
if (
ambig
&& !exact)
787
int
ambig
= 0;
846
ambig
= 1;
848
if (
ambig
&& !exact)
628
int
ambig
= 0;
local
784
int
ambig
= 0;
local
/toolchain/binutils/binutils-2.25/libiberty/
getopt.c
652
int
ambig
= 0;
681
ambig
= 1;
684
if (
ambig
&& !exact)
810
int
ambig
= 0;
869
ambig
= 1;
871
if (
ambig
&& !exact)
648
int
ambig
= 0;
local
806
int
ambig
= 0;
local
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
getopt_long.c
121
static const char
ambig
[] = "option `%s%.*s' is ambiguous";
variable
126
static const char
ambig
[] = "ambiguous option -- %.*s";
variable
263
warnx(
ambig
,
/external/tcpdump/missing/
getopt_long.c
105
static const char
ambig
[] = "option `%s%.*s' is ambiguous";
variable
110
static const char
ambig
[] = "ambiguous option -- %.*s";
variable
260
warnx(
ambig
,
/external/mesa3d/src/getopt/
getopt_long.c
93
static const char
ambig
[] = "ambiguous option -- %.*s";
variable
201
fprintf(stderr,
ambig
, (int)current_argv_len,
/external/clang/test/CXX/drs/
dr3xx.cpp
641
extern int
ambig
(float),
ambig
(int);
642
i1(
ambig
); // expected-error {{no matching function}}
643
i2(0, 0,
ambig
);
[
all
...]
/external/bison/lib/
getopt.c
842
int
ambig
= 0;
929
ambig
= 1;
931
if (
ambig
&& !exact)
838
int
ambig
= 0;
local
[
all
...]
Completed in 9067 milliseconds