OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:viable
(Results
251 - 275
of
551
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Scalar/
SROA.h
88
///
viable
for SROA after a round of promotion takes place. In those cases,
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Scalar/
SROA.h
88
///
viable
for SROA after a round of promotion takes place. In those cases,
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Scalar/
SROA.h
88
///
viable
for SROA after a round of promotion takes place. In those cases,
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
SROA.h
80
///
viable
for SROA after a round of promotion takes place. In those cases,
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Scalar/
SROA.h
80
///
viable
for SROA after a round of promotion takes place. In those cases,
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Scalar/
SROA.h
80
///
viable
for SROA after a round of promotion takes place. In those cases,
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Scalar/
SROA.h
88
///
viable
for SROA after a round of promotion takes place. In those cases,
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Scalar/
SROA.h
88
///
viable
for SROA after a round of promotion takes place. In those cases,
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Scalar/
SROA.h
88
///
viable
for SROA after a round of promotion takes place. In those cases,
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Scalar/
SROA.h
88
///
viable
for SROA after a round of promotion takes place. In those cases,
/external/clang/test/CXX/drs/
dr0xx.cpp
656
A a4 = convert_to<const volatile A>(); // expected-error {{no
viable
}}
657
A a5 = convert_to<const volatile A&>(); // expected-error {{no
viable
}}
662
B b4 = convert_to<const volatile B>(); // expected-error {{no
viable
}}
663
B b5 = convert_to<const volatile B&>(); // expected-error {{no
viable
}}
911
B b = a; // expected-error {{no
viable
}}
/external/clang/test/OpenMP/
distribute_simd_loop_messages.cpp
429
// expected-note@+1 2 {{candidate function not
viable
: no known conversion from 'Iter1' to 'Iter0' for 1st argument}}
458
// expected-note@+1 2 {{candidate function not
viable
: no known conversion from 'Iter1' to 'GoodIter' for 1st argument}}
460
// expected-note@+1 2 {{candidate function not
viable
: requires single argument 'a', but 2 arguments were provided}}
462
// expected-note@+1 2 {{candidate function not
viable
: no known conversion from 'Iter1' to 'GoodIter' for 1st argument}}
465
// expected-note@+1 2 {{candidate function not
viable
: no known conversion from 'Iter1' to 'int' for 1st argument}}
simd_loop_messages.cpp
323
// expected-note@+1 2 {{candidate function not
viable
: no known conversion from 'Iter1' to 'Iter0' for 1st argument}}
352
// expected-note@+1 2 {{candidate function not
viable
: no known conversion from 'Iter1' to 'GoodIter' for 1st argument}}
354
// expected-note@+1 2 {{candidate function not
viable
: requires single argument 'a', but 2 arguments were provided}}
356
// expected-note@+1 2 {{candidate function not
viable
: no known conversion from 'Iter1' to 'GoodIter' for 1st argument}}
359
// expected-note@+1 2 {{candidate function not
viable
: no known conversion from 'Iter1' to 'int' for 1st argument}}
for_firstprivate_messages.cpp
29
S3() : a(0) {} // expected-note 2 {{candidate constructor not
viable
: requires 0 arguments, but 1 was provided}}
30
S3(S3 &s3) : a(s3.a) {} // expected-note 2 {{candidate constructor not
viable
: 1st argument ('const S3') would lose const qualifier}}
taskloop_firstprivate_messages.cpp
29
S3() : a(0) {} // expected-note 2 {{candidate constructor not
viable
: requires 0 arguments, but 1 was provided}}
30
S3(S3 &s3) : a(s3.a) {} // expected-note 2 {{candidate constructor not
viable
: 1st argument ('const S3') would lose const qualifier}}
taskloop_simd_firstprivate_messages.cpp
29
S3() : a(0) {} // expected-note 2 {{candidate constructor not
viable
: requires 0 arguments, but 1 was provided}}
30
S3(S3 &s3) : a(s3.a) {} // expected-note 2 {{candidate constructor not
viable
: 1st argument ('const S3') would lose const qualifier}}
/external/antlr/antlr-3.4/runtime/Python/antlr3/
recognizers.py
315
for no
viable
alts, the decision description and state etc...
369
msg = "no
viable
alternative at input " \
506
When you find a "no
viable
alt exception", the input is not
510
You don't want the exact set of
viable
next tokens because the
558
exception (since LA(1) is not in the
viable
following token
596
viable
tokens that can possibly come next (lookahead depth 1)
639
You want the exact
viable
token set when recovering from a
641
the
viable
next token set, then you know there is most likely
[
all
...]
/external/antlr/antlr-3.4/runtime/C/include/
antlr3debugeventlistener.h
195
* If no
viable
alt occurs it is within an enter/exit decision, which
215
* The sequence for this rule (with no
viable
alt in the subrule) for
/external/antlr/antlr-3.4/runtime/C/src/
antlr3baserecognizer.c
797
/// When you find a "no
viable
alt exception", the input is not
801
/// You don't want the exact set of
viable
next tokens because the
849
/// exception (since LA(1) is not in the
viable
following token
889
///
viable
tokens that can possibly come next (look ahead depth 1)
932
/// You want the exact
viable
token set when recovering from a
934
/// the
viable
next token set, then you know there is most likely
[
all
...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
IDebugEventListener.cs
172
* If no
viable
alt occurs it is within an enter/exit decision, which
192
* The sequence for this rule (with no
viable
alt in the subrule) for
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/
IDebugEventListener.cs
174
* If no
viable
alt occurs it is within an enter/exit decision, which
194
* The sequence for this rule (with no
viable
alt in the subrule) for
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugEventListener.java
146
* If no
viable
alt occurs it is within an enter/exit decision, which
166
* The sequence for this rule (with no
viable
alt in the subrule) for
/external/clang/include/clang/Sema/
SemaInternal.h
167
/// empty TypoCorrection is returned once no more
viable
corrections remain
189
/// \brief Reset the consumer's position in the stream of
viable
corrections
/external/clang/test/SemaTemplate/
dependent-names.cpp
176
void f(char&); // expected-note {{candidate function not
viable
}}
301
template<typename T> void g(); // expected-note {{not
viable
}}
/external/pdfium/fpdfsdk/pwl/
cpwl_combo_box.cpp
548
// Note, |this| may no longer be
viable
at this point. If more work needs to
561
// Note, |this| may no longer be
viable
at this point. If more work needs to
Completed in 928 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>