OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:viable
(Results
51 - 75
of
127
) sorted by null
1
2
3
4
5
6
/external/clang/test/SemaCXX/
crashes.cpp
41
new Y // expected-error{{no
viable
conversion}}
overloaded-builtin-operators.cpp
93
pmf &pmr = (pmf_ref = &X::f); // expected-error{{no
viable
overloaded '='}}
151
sr = (short)0; // expected-error{{no
viable
overloaded '='}}
addr-of-overloaded-function.cpp
114
void add_property(double(*)(mcdata<double> const &)); // expected-note{{candidate function not
viable
: no overload of 'wrap_mean' matching}}
dcl_init_aggr.cpp
121
u u3 = 1; // expected-error{{no
viable
conversion}}
generalized-initializers.cpp
166
// (for the second phase, no constructor is
viable
)
rval-references.cpp
93
return i; // expected-error {{no
viable
conversion from 'int' to 'MoveOnly'}}
conversion-function.cpp
152
A<float, float> &af = E(); // expected-error{{no
viable
conversion}}
199
X x = make_Y(); // expected-error{{no
viable
conversion from 'smart_ptr::Y' to 'smart_ptr::X'}}
overloaded-operator.cpp
235
a3->m; // expected-error{{no
viable
overloaded 'operator->'; candidate is}}
356
return x[0]; // expected-error {{no
viable
overloaded operator[] for type}}
/external/clang/test/SemaTemplate/
default-expr-arguments.cpp
10
template<typename T> void f1(T a, T b = 10) { } // expected-error{{no
viable
conversion}} \
29
F(T t = 10); // expected-error{{no
viable
conversion}} \
31
void f(T t = 10); // expected-error{{no
viable
conversion}} \
instantiate-method.cpp
82
int *y1 = x1; // expected-error{{no
viable
conversion}}
dependent-names.cpp
176
void f(char&); // expected-note {{candidate function not
viable
}}
282
template<typename T> void g(); // expected-note {{not
viable
}}
/external/clang/include/clang/Sema/
Overload.h
39
OR_No_Viable_Function, ///< No
viable
function found.
45
/// Requests that all candidates be shown.
Viable
candidates will
49
/// Requests that only
viable
candidates be shown.
529
/// This conversion candidate is not
viable
because its result
534
///
viable
because the final conversion was not an exact match.
537
/// (CUDA) This candidate was not
viable
because the callee
574
///
Viable
- True to indicate that this overload candidate is
viable
.
575
bool
Viable
;
591
/// FailureKind - The reason why this candidate is not
viable
[
all
...]
/external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
p1.cpp
56
for (A NS:A()) { // expected-error {{no
viable
conversion from 'int' to 'A'}}
161
for (U u : t) { // expected-error {{no
viable
conversion from 'A' to 'int'}}
175
expected-error {{member function 'begin' not
viable
}} \
/external/chromium/base/
global_descriptors_posix.h
27
// overwriting the slot isn't a
viable
solution.
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p1.cpp
42
test<2> _2 = (foo)(b); // expected-error {{no
viable
conversion from 'class Test0::foo' to 'class ::foo' is possible}}
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
p1.cpp
51
struct NonDefaultConstructible { // expected-note{{candidate constructor (the implicit copy constructor) not
viable
}}
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_pppox.h
58
/* The use of the above union isn't
viable
because the size of this
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-var.cpp
4
struct Derived : Base { }; // expected-note{{candidate constructor (the implicit copy constructor) not
viable
}}
116
const Derived &dr1 = create<Base>(); // expected-error{{no
viable
conversion}}
/external/antlr/src/org/antlr/runtime/
BaseRecognizer.java
148
//System.out.println("
viable
tokens="+follow.toString(getTokenNames()));
214
* for no
viable
alts, the decision description and state etc...
273
msg = "no
viable
alternative at input "+getTokenErrorDisplay(e.token);
387
* When you find a "no
viable
alt exception", the input is not
391
* You don't want the exact set of
viable
next tokens because the
439
* exception (since LA(1) is not in the
viable
following token
475
*
viable
tokens that can possibly come next (lookahead depth 1)
518
* You want the exact
viable
token set when recovering from a
520
* the
viable
next token set, then you know there is most likely
530
// Why would we ever want them all? Maybe no
viable
alt instead o
[
all
...]
/external/clang/test/SemaObjCXX/
blocks.mm
116
void f(int (^bl)(A* a)); // expected-note {{candidate function not
viable
: no known conversion from 'int (^)(B *)' to 'int (^)(A *)' for 1st argument}}
/cts/tools/dasm/src/java_cup/
lalr_state.java
8
/** This class represents a state in the LALR
viable
prefix recognition machine.
28
* At runtime, the parser uses a
viable
prefix recognition machine made up
196
/** Propagate lookahead sets through the constructed
viable
prefix
233
/** Build an LALR
viable
prefix recognition machine given a start
257
* The process of building the
viable
prefix recognizer terminates when no
289
"Attempt to build
viable
prefix recognizer using a null production");
429
* parse tables that encode the
viable
prefix recognition machine, an
lalr_transition.java
3
/** This class represents a transition in an LALR
viable
prefix recognition
parse_reduce_table.java
21
* must already have been entered, and the
viable
prefix recognizer should
/external/clang/lib/Sema/
SemaOverload.cpp
[
all
...]
/external/kernel-headers/original/linux/
if_pppox.h
78
/* The use of the above union isn't
viable
because the size of this
Completed in 566 milliseconds
1
2
3
4
5
6