OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:parameter
(Results
1476 - 1500
of
8695
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/external/clang/test/Sema/
callingconv.c
42
int __attribute__((pcs(0))) pcs4(void); // expected-error {{'pcs' attribute requires
parameter
1 to be a string}}
type-spec-struct-union.c
27
// the type "struct S4" declared in the function
parameter
list has
warn-self-assign-field.mm
41
// This is a common pattern to silence "
parameter
unused". Shouldn't warn.
/external/clang/test/SemaCXX/
addr-of-overloaded-function.cpp
161
void (*ptr1)(double) = &fun; // expected-error {{cannot initialize a variable of type 'void (*)(double)' with an rvalue of type 'void (*)(int)': type mismatch at 1st
parameter
('double' vs 'int')}}
163
ptr2 = &fun; // expected-error {{assigning to 'void (*)(double)' from incompatible type 'void (*)(int)': type mismatch at 1st
parameter
('double' vs 'int')}}
174
int foo(double x) {return 0;} // expected-note {{candidate function has type mismatch at 1st
parameter
(expected 'int' but has 'double')}}
177
double foo(float x) {return 0;} // expected-note {{candidate function has type mismatch at 1st
parameter
(expected 'int' but has 'float')}}
copy-initialization.cpp
41
f(Bar()); // expected-error{{no viable constructor copying
parameter
of type 'const PR6757::Foo'}}
dcl_ambig_res.cpp
75
int v(int(S5::value)); // expected-warning{{disambiguated as a function declaration}} expected-note{{add a pair of parentheses}} expected-error{{
parameter
declarator cannot be qualified}}
virtuals.cpp
29
A fn(A) // expected-error{{
parameter
type 'A' is an abstract class}} \
/external/clang/test/SemaObjC/
class-protocol-method-match.m
28
- (void) bar : (unsigned char*)arg; // expected-warning {{conflicting
parameter
types in declaration of 'bar:': 'unsigned char' vs 'unsigned char *'}}
/external/doclava/src/com/google/doclava/
ParameterInfo.java
66
* Returns true if this
parameter
's dimension information agrees
/external/dropbear/libtomcrypt/src/misc/
error_to_string.c
51
"Invalid sized
parameter
.",
/external/dropbear/libtomcrypt/src/prngs/
rng_make_prng.c
34
/* check
parameter
*/
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
buildNotes.php
13
$aLine = fgets($fileHandle, 4096); // Length
parameter
only optional after 4.2.0
/external/eigen/Eigen/src/Core/util/
DisableStupidWarnings.h
5
// 4100 - unreferenced formal
parameter
(occurred e.g. in aligned_allocator::destroy(pointer p))
/external/eigen/Eigen/src/plugins/
CommonCwiseBinaryOps.h
31
* The template
parameter
\a CustomBinaryOp is the type of the functor
/external/elfutils/libasm/
libasm.h
52
symbol reference is in the section designated by the second
parameter
53
at an offset described by the first
parameter
. The value is the
54
third
parameter
. */
68
Otherwise an object file is created. The MACHINE
parameter
/external/expat/lib/
macconfig.h
37
/* Define to make
parameter
entity parsing functionality available. */
/external/guava/guava-tests/test/com/google/common/collect/
LegacyComparable.java
28
* require an explicit type
parameter
and/or warning suppression.
LenientSerializableTester.java
37
*
parameter
for non-GWT, non-test files, and it didn't seem worth adding one for this unusual case.
/external/javassist/src/main/javassist/bytecode/annotation/
AnnotationMemberValue.java
40
* the first
parameter
.
/external/javassist/src/main/javassist/util/proxy/
MethodHandler.java
39
* on the proxy instance. If a
parameter
type is
/external/jdiff/src/jdiff/
ConstructorAPI.java
18
* The type of the constructor, being all the
parameter
types
/external/jmonkeyengine/engine/src/core/com/jme3/effect/influencers/
ParticleInfluencer.java
33
* the initial velocity given in the
parameter
will be varied according
/external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/
MethodDef.java
55
*
Parameter
types
/external/jpeg/
jcinit.c
32
/* Initialize master control (includes
parameter
checking/processing) */
maktjpeg.st
20
.C[-w-par] ; no "
parameter
xxxx unused"
Completed in 900 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>