Home
last modified time | relevance | path

Searched defs:float (Results 1 – 25 of 116) sorted by relevance

12345

/llvm-project/clang/test/SemaObjC/
H A Dmethod-typecheck-2.m4 - (void) doSomethingInProtocol: (float) x; // expected-note {{previous definition is here}} argument
5 + (void) doSomethingClassyInProtocol: (float) x; // expected-note {{previous definition is here}} argument
6 - (void) doNothingInProtocol : (float) x; argument
7 + (void) doNothingClassyInProtocol : (float) x; argument
11 - (void) doSomething: (float) x; // expected-note {{previous definition is here}} argument
20 + (void) doSomethingClassy: (float) x{} // expected-warning {{conflicting parameter types}} argument
H A Dwarn-superclass-method-mismatch.m4 -(void) method_r: (char)ch : (float*)f1 : (int*) x; // expected-note {{previous declaration is here… argument
13 + method3: (int)x1 : (Base *)x2 : (float)x3; // expected-note {{previous declaration is here}} argument
16 - method6: (int) x : (float) d; // expected-note {{previous declaration is here}} argument
27 + method3: (int)x1 : (Sub *)x2 : (float)x3; // expected-warning {{method parameter type 'Sub *' doe… argument
29 -(void) method_r: (char)ch : (float*)f1 : (Sub*) x; // expected-warning {{method parameter type 'Su… argument
30 - method5: (int) x : (float) d; // expected-warning {{method parameter type 'float' does not match … argument
H A Dmethod-typecheck-1.m10 -(void) setMoo: (float) x {} // expected-warning {{conflicting parameter types in implementation o… argument
23 …(float) x { return 0; } // expected-warning {{conflicting parameter types in implementation of 'c… argument
34 (float) x { return 0; } // expected-warning {{conflicting parameter types in implementation of 'se… argument
H A Dqualified-protocol-method-conflicts.m9 -(void) setX: (float) arg0; // expected-note 2 {{previous declaration is here}} argument
25 -(void) setX: (float) arg0 { } // expected-warning {{conflicting parameter types in declaration of … argument
H A Dselector-overload.m34 - method:(float)a; argument
40 - method:(float)a; argument
H A Dclass-extension-dup-methods.m26 + (void)someMethodWithArgument:(float)argument : (float)argument2; // expected-error {{duplicate de… argument
H A Dresolve-method-in-global-pool.m20 - (void)getCake:(float*)arg, ...; argument
21 + (void)clsMethod:(float*)arg; argument
/llvm-project/clang/test/CodeGenObjC/
H A Dproperty-complex.m14 -(void) setIm0: (_Complex float) a0;
29 -(void) setIm0: (_Complex float) a0 {
38 -(void) setP0: (_Complex float) a0 {
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
/llvm-project/mlir/test/mlir-spirv-cpu-runner/
H A Dmlir_test_spirv_cpu_runner_c_wrappers.cpp
/llvm-project/clang/test/FixIt/
H A Dfixit-objc-message.m12 - (int)method1:(int)x second:(float)y; argument
30 - (int)method1:(int)x second:(float)y; argument
34 - (int)method1:(int)x second:(float)y { argument
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-objc/
H A Dmain.m21 - (id)initWithInt:(int)x andFloat:(float)y andChar:(char)z; argument
30 - (id)initWithInt:(int)x andFloat:(float)y andChar:(char)z andOtherInt:(int)q; argument
36 - (id)initWithInt:(int)x andFloat:(float)y andChar:(char)z { argument
55 - (id)initWithInt:(int)x andFloat:(float)y andChar:(char)z andOtherInt:(int)q { argument
69 - (void)setMass:(float)newMass; argument
82 - (void)setMass:(float)newMass { argument
[all...]
/llvm-project/clang/test/AST/
H A Dast-dump-fpfeatures.m13 - (float) sum: (float)x with: (float)y __attribute((optnone)); argument
19 - (float) sum: (float)x with: (float)y __attribute((optnone)) { argument
/llvm-project/llvm/lib/Analysis/models/
H A Dinteractive_host.py23 def send(f: io.BufferedWriter, value: Union[int, float], spec: log_reader.TensorSpec): argument
37 make_response: Callable[[List[log_reader.TensorValue]], Union[int, float]], argument
/llvm-project/clang/test/SemaCXX/
H A Dlambda-conversion-op-cc.cpp10 auto normal = [](int, float, double) {}; // #1 in useage() argument
11 auto vectorcall = [](int, float, double) __attribute__((vectorcall)){}; // #2 in useage() argument
13 auto thiscall = [](int, float, double) __attribute__((thiscall)){}; // #3 in useage() argument
15 auto cdecl = [](int, float, double) __attribute__((cdecl)){}; in useage() argument
[all...]
/llvm-project/clang/test/ASTMerge/interface/Inputs/
H A Dinterface2.m39 + (int)bar:(float)x; argument
45 + (int)bar:(float)x, ...; argument
51 - (int)bar:(float)x; argument
63 - (int)bar:(float)x; argument
H A Dinterface1.m46 + (int)bar:(float)x; argument
52 - (int)bar:(float)x; argument
58 - (int)bar:(float)x; argument
64 - (int)bar:(float)x; argument
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiation-default-1.cpp94 bool test_Def6(Def6<int, float, float> *d6a, in test_Def6() argument
95 Def6<int, float, float, int (*)(float, float)> *d6b, in test_Def6()
/llvm-project/clang/test/Index/
H A Dfile-refs.m4 -(id)setWithInt:(int)i andFloat:(float)f; argument
8 -(id)setWithInt:(int)i andFloat:(float)f { argument
H A Dcomplete-objc-message.m88 - (int)Method:(float)f Arg1:(int)i1 Arg2:(int)i2; argument
89 - (int)Method:(float)f Arg1:(int)i1 OtherArg:(id)obj; argument
90 - (int)Method:(float)f SomeArg:(int)i1 OtherArg:(id)obj; argument
91 - (int)OtherMethod:(float)f Arg1:(int)i1 Arg2:(int)i2; argument
109 + (int)Method:(float)f Arg1:(int)i1 Arg2:(int)i2; argument
110 + (int)Method:(float)f Arg1:(int)i1 OtherArg:(id)obj; argument
111 + (int)Method:(float)f SomeArg:(int)i1 OtherArg:(id)obj; argument
112 + (int)OtherMethod:(float)f Arg1:(int)i1 Arg2:(int)i2; argument
H A Dcomplete-pch.m6 + (int)classMethod3:(float)f; argument
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
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
H A Dp9-0x.cpp53 void test_explicit_spec_extension_targs(tuple<int, float, double> t3) { in test_explicit_spec_extension_targs() argument
63 void test_explicit_spec_extension_funcparms(int (*f3)(int, float, double)) { in test_explicit_spec_extension_funcparms() argument
/llvm-project/lldb/test/API/functionalities/limit-debug-info/
H A Done.cpp12 void func_shadow::One(float) {} in One() argument
/llvm-project/clang/test/CodeGen/
H A Dlong_double_fp128.cpp19 void test(long, float, double, long double, long double _Complex) { } in test() argument

12345