Home
last modified time | relevance | path

Searched defs:double (Results 1 – 25 of 60) sorted by relevance

123

/minix3/external/bsd/llvm/dist/clang/test/ARCMT/
H A Dobjcmt-protocol-conformance.m9 - (id) Meth1: (double) arg; argument
16 - (id) Meth1: (double) arg { return 0; } argument
30 - (id) Meth1: (double) arg { return 0; } argument
39 - (id) Meth1: (double) arg { return 0; } argument
46 - (id) Meth1: (double) arg { return 0; } argument
122 - (id) Meth1: (double) arg; argument
129 - (id) Meth15515206: (double) arg { return 0; } argument
H A Dobjcmt-numeric-literals.m33 - (id)initWithDouble:(double)value; argument
49 + (NSNumber *)numberWithDouble:(double)value; argument
/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Dmethod-def-2.m8 -(void) brokenType: (int)x floatingPoint: (double)y; argument
14 {
H A Dprotocol-implementing-class-methods.m8 - (void) : (double) arg; // expected-note {{method ':' declared here}} argument
26 - (void) : (double) arg{}; // expected-warning {{category is implementing a method which will also … argument
H A Dmethod-typecheck-1.m6 - (int) setOk : (int) x : (double) d; argument
12 - (int) setOk : (int) x : (double) d { return 0; } argument
H A Dobjc-container-subscripting.m7 - (id)objectAtIndexedSubscript:(double)index; // expected-note {{parameter of type 'double' is decl… argument
H A Dwarn-superclass-method-mismatch.m15 - method5: (int) x : (double) d; // expected-note {{previous declaration is here}} argument
31 - method6: (int) x : (double) d; // expected-warning {{method parameter type 'double' does not matc… argument
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Dmessages-2.m19 +(void) printThisInt: (int) arg0 andThatFloat: (float) arg1 andADouble: (double) arg2 andAPoint: (M… argument
26 -(void) printThisInt: (int) arg0 andThatFloat: (float) arg1 andADouble: (double) arg2 andAPoint: (M… argument
37 +(void) printThisInt: (int) arg0 andThatFloat: (float) arg1 andADouble: (double) arg2 andAPoint: (M… argument
60 -(void) printThisInt: (int) arg0 andThatFloat: (float) arg1 andADouble: (double) arg2 andAPoint: (M… argument
85 +(void) printThisInt: (int) arg0 andThatFloat: (float) arg1 andADouble: (double) arg2 andAPoint: (M… argument
114 -(void) printThisInt: (int) arg0 andThatFloat: (float) arg1 andADouble: (double) arg2 andAPoint: (M… argument
H A Dpredefined-expr.m33 - (void)instanceTest3:(int)a withB:(double)b { argument
58 + (void)classTest3:(int)a withB:(double)b { argument
H A Dencode-test-6.m9 -(void)foo:(Z)a : (char*)b : (Z)c : (double) d; argument
14 -(void)foo:(Z)a: (char*)b : (Z)c : (double) d {} argument
H A Dboxing.m27 - (id)initWithDouble:(double)value; argument
43 + (NSNumber *)numberWithDouble:(double)value; argument
/minix3/external/bsd/llvm/dist/clang/test/Rewriter/
H A Dobjc-modern-StretAPI-3.mm20 + (myPoint)foo : (int)Arg1 : (double)fArg; argument
38 + (myPoint)foo : (int)Arg1 : (double)fArg { argument
H A Dmethod-encoding-1.m9 - (char *) MyMeth : (double) arg1 : (char *[12]) arg2; argument
14 - (char *) MyMeth : (double) arg1 : (char *[12]) arg2{ return 0; } argument
H A Dobjc-modern-StretAPI.mm20 - (union U) Meth2 : (double)d; argument
/minix3/external/bsd/llvm/dist/llvm/test/MC/AsmParser/
H A Dmacros-argument-parsing-diagnostics.s3 .macro double first = -1, second = -1 macro
H A Dmacros-argument-parsing.s11 .macro double first = -1, second = -1 macro
/minix3/external/bsd/llvm/dist/clang/test/Index/
H A Dcomplete-method-decls.m46 - (int)first:(int)x second:(float)y third:(double)z; argument
47 - (id)first:(int)xx second2:(float)y2 third:(double)z; argument
48 - (void*)first:(int)xxx second3:(float)y3 third:(double)z; argument
52 - (int)first:(int)x second2:(float)y third:(double)z; argument
56 - (int)first:(int)x second2:(float)y third:(double)z { } argument
H A Dcomplete-synthesized.m17 @property double prop4; category
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Dinstantiation-default-1.cpp96 Def6<bool, int[5], float(double, double), in test_Def6() argument
97 bool(*)(int*, float(*)(double, double))> *d6c) { in test_Def6()
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dattr-noreturn.cpp88 __attribute__((noreturn)) void foo(double) {} in foo() argument
94 void baz(double) {} in baz() argument
H A Dout-of-line-def-mismatch.cpp22 void N2::N1::S2::func(S1*, double) {} // expected-error {{out-of-line definition of 'func' does not… in func() argument
H A Dlinkage2.cpp208 void pr16247_foo(double) {} in pr16247_foo() argument
214 void pr16247_bar(double) {} in pr16247_bar() argument
/minix3/external/bsd/llvm/dist/clang/test/FixIt/
H A Dfixit-objc-message.m13 + (int)method2:(int)x second:(double)y; argument
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
H A Dp9-0x.cpp63 void test_explicit_spec_extension_funcparms(int (*f3)(int, float, double)) { in test_explicit_spec_extension_funcparms() argument
/minix3/external/bsd/llvm/dist/clang/test/SemaObjCXX/
H A Dwarn-objc-literal-conversion.mm10 + (NSNumber *)numberWithDouble:(double)value; argument

123