OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:argument
(Results
351 - 375
of
15492
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/
p5.cpp
6
// expected-note{{passing
argument
to parameter 'ip' here}}
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p3-0x.cpp
5
// and the
argument
is an lvalue, the type "lvalue reference to A" is
26
template<typename T> X<T> f1(const T&&); // expected-note{{candidate function [with T = int] not viable: no known conversion from 'int' to 'const int &&' for 1st
argument
}} \
27
// expected-note{{candidate function [with T = Y] not viable: no known conversion from 'Y' to 'const Y &&' for 1st
argument
}}
40
template <class T> int g(const T&&); // expected-note{{candidate function [with T = int] not viable: no known conversion from 'int' to 'const int &&' for 1st
argument
}}
/external/clang/test/Driver/
at_file_missing.c
1
// Make sure that arguments that begin with @ are left as is in the
argument
diagnostics.c
6
// RUN: -Werror=unused-command-line-
argument
%s
/external/clang/test/Modules/
template-default-args.cpp
40
G<> g; // expected-error {{default
argument
of 'G' must be imported from module 'X.A' before it is required}}
41
// expected-note@a.h:7 {{default
argument
declared here}}
42
H<> h; // expected-error {{default
argument
of 'H' must be imported from module 'X.A' before it is required}}
43
// expected-note@a.h:8 {{default
argument
declared here}}
/external/clang/test/Sema/
2010-05-31-palignr.c
18
v0 = _mm_alignr_epi8(v0, v0, i); // expected-error {{
argument
to '__builtin_ia32_palignr128' must be a constant integer}}
pragma-section-invalid.c
3
// expected-error@+1 {{
argument
to 'section' attribute is not valid for this target: mach-o section specifier requires a segment and section separated by a comma}}
stmtexprs.c
7
// expected-warning@+1 {{the
argument
to '__builtin_assume' has side effects that will be discarded}}
/external/clang/test/SemaCXX/
attr-cxx0x-fixit.cpp
4
[[noreturn()]] void f(); // expected-error {{attribute 'noreturn' cannot have an
argument
list}} \
/external/clang/test/SemaObjC/
comptypes-legal.m
29
+ (void)registerFunc:(FuncSignature *)function; // expected-note{{passing
argument
to parameter 'function' here}}
34
// GCC currently allows this (it has some fiarly new support for covariant return types and contravariant
argument
types).
35
// Since registerFunc: expects a Derived object as it's second
argument
, I don't know why this would be legal.
42
- (void) Meth : (id <NSCopying>)aKey; // expected-note {{passing
argument
to parameter 'aKey' here}}
/external/clang/test/SemaObjCXX/
argument-dependent-lookup.mm
4
// <rdar://problem/9142559>: For the purposes of
Argument
-Dependent
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
FourRegisterDecodedInstruction.java
25
/** register
argument
"A" */
28
/** register
argument
"B" */
31
/** register
argument
"C" */
34
/** register
argument
"D" */
/external/e2fsprogs/e2fsck/
argv_parse.h
10
* This function takes as its first
argument
a string which it will
11
* parse into an argv
argument
vector, with each white-space separated
15
* parsed string, as well as the
argument
vector, are returned into
20
* This function frees the
argument
vector created by argv_parse().
/external/hamcrest/library/src/org/hamcrest/text/
StringContains.java
9
* Tests if the
argument
is a string that contains a substring.
StringEndsWith.java
9
* Tests if the
argument
is a string that contains a substring.
StringStartsWith.java
9
* Tests if the
argument
is a string that contains a substring.
/external/libcxx/cmake/Modules/
MacroEnsureOutOfSourceBuild.cmake
12
to this source directory as the last
argument
.
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/callbacks/
ParticleRaycastCallback.java
9
*
argument
info.
/external/llvm/test/CodeGen/PowerPC/
2006-01-11-darwin-fp-argument.ll
6
; Dead
argument
should reserve an FP register.
/external/llvm/test/CodeGen/SystemZ/
vec-args-error-03.ll
12
; CHECK: LLVM ERROR: Unsupported vector
argument
or return type
vec-args-error-04.ll
12
; CHECK: LLVM ERROR: Unsupported vector
argument
or return type
vec-args-error-07.ll
12
; CHECK: LLVM ERROR: Unsupported vector
argument
or return type
vec-args-error-08.ll
12
; CHECK: LLVM ERROR: Unsupported vector
argument
or return type
/external/llvm/test/MC/AsmParser/
directive-err-diagnostics.s
4
// CHECK: error: .error
argument
must be a string
/external/llvm/test/Verifier/
inalloca3.ll
11
; CHECK: inalloca
argument
for call has mismatched alloca
Completed in 1193 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>