/llvm-project/clang/test/CodeGen/ |
H A D | attr-callback.c | 9 __attribute__((callback(1, 2, 3))) void args_1(void (*callback)(int, double), int a, double b) { no… in args_1() argument 17 __attribute__((callback(2, -1, -1))) void args_3a(int a, void (*callback)(double, double), double b… in args_3a() argument 19 __attribute__((callback(callback, __, __))) void args_3b(int a, void (*callback)(double, double), d… in args_3b() argument
|
H A D | long_double_fp128.cpp | 19 void test(long, float, double, long double, long double _Complex) { } in test() argument
|
/llvm-project/clang/test/CodeGenCUDA/ |
H A D | global-initializers.cu | 11 double pow(double, double) { return 1.0; } in pow() argument 13 __device__ double pow(double, int) { return 2.0; } in pow() argument 18 constexpr double cpow(double, double) { return 11.0; } in cpow() argument 20 constexpr __device__ double cpow(double, int) { return 12.0; } in cpow() argument
|
/llvm-project/clang/test/ARCMT/ |
H A D | objcmt-protocol-conformance.m | 9 - (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 121 - (id) Meth1: (double) arg; argument 128 - (id) Meth15515206: (double) arg { return 0; } argument
|
/llvm-project/clang/test/SemaObjC/ |
H A D | method-def-2.m | 8 -(void) brokenType: (int)x floatingPoint: (double)y; argument 14 {
|
H A D | protocol-implementing-class-methods.m | 7 - (void) : (double) arg; // expected-note {{method ':' declared here}} argument 25 - (void) : (double) arg{}; // expected-warning {{category is implementing a method which will also … argument
|
H A D | method-typecheck-1.m | 6 - (int) setOk : (int) x : (double) d; argument 12 - (int) setOk : (int) x : (double) d { return 0; } argument
|
/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-color-helper.cpp | 121 convertToRGB(const std::tuple<double, double, double> &Color) { in convertToRGB() 172 interpolateHSV(const std::tuple<double, double, double> &C0, in interpolateHSV()
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | messages-2.m | 19 +(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 D | predefined-expr.m | 33 - (void)instanceTest3:(int)a withB:(double)b { argument 58 + (void)classTest3:(int)a withB:(double)b { argument
|
H A D | encode-test-6.m | 13 -(void)foo:(Z)a : (char*)b : (Z)c : (double) d; argument 18 -(void)foo:(Z)a: (char*)b : (Z)c : (double) d {} argument
|
/llvm-project/clang/test/SemaCXX/ |
H A D | lambda-conversion-op-cc.cpp | 10 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...] |
H A D | cxx2c-delete-with-message.cpp | 145 TC<double, double>& tc1, in special_members()
|
/llvm-project/clang/test/SemaCUDA/ |
H A D | trace-through-global.cu | 25 inline __host__ __device__ void hd3(double) {} in hd3() argument 28 inline __host__ __device__ void hd4(double) { in hd4() argument
|
H A D | global-initializers.cu | 48 constexpr double cpow(double, double) { return 1.0; } in cpow() argument 50 constexpr __device__ double cpow(double, int) { return 2.0; } in cpow() argument
|
/llvm-project/clang/test/AST/ |
H A D | ast-dump-openmp-begin-declare-variant_template_1.cpp | 16 int also_after(double) { in also_after() argument 32 int also_after(double) { in also_after() argument
|
H A D | ast-dump-openmp-begin-declare-variant_reference.cpp | 34 int also_after(double &) { in also_after() argument 37 int also_after(double &&) { in also_after() argument 65 int also_after(double &) { in also_after() argument
|
/llvm-project/clang/test/Rewriter/ |
H A D | objc-modern-StretAPI-3.mm | 19 + (myPoint)foo : (int)Arg1 : (double)fArg; argument 37 + (myPoint)foo : (int)Arg1 : (double)fArg { argument
|
H A D | method-encoding-1.m | 9 - (char *) MyMeth : (double) arg1 : (char *[12]) arg2; argument 14 - (char *) MyMeth : (double) arg1 : (char *[12]) arg2{ return 0; } argument
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | mangle-long-double.cpp | 5 void f(long double) {} in f()
|
H A D | matrix-type-operators.cpp | 64 void test_DoubleWrapper1_Sub1(MyMatrix<double, 10, 9> &m) { in test_DoubleWrapper1_Sub1() argument 79 test_DoubleWrapper1_Sub2(MyMatrix<double,10,9> & m) test_DoubleWrapper1_Sub2() argument 101 test_DoubleWrapper2_Add1(MyMatrix<double,10,9> & m) test_DoubleWrapper2_Add1() argument 116 test_DoubleWrapper2_Add2(MyMatrix<double,10,9> & m) test_DoubleWrapper2_Add2() argument 138 test_IntWrapper_Add(MyMatrix<double,10,9> & m) test_IntWrapper_Add() argument 154 test_IntWrapper_Sub(MyMatrix<double,10,9> & m) test_IntWrapper_Sub() argument 197 test_IntWrapper_Multiply(MyMatrix<double,10,9> & m,IntWrapper & w3) test_IntWrapper_Multiply() argument [all...] |
/llvm-project/clang/test/SemaTemplate/ |
H A D | instantiation-default-1.cpp | 96 Def6<bool, int[5], float(double, double), in test_Def6() argument 97 bool(*)(int*, float(*)(double, double))> *d6c) { in test_Def6()
|
/llvm-project/clang/test/Index/ |
H A D | complete-method-decls.m | 46 - (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/llvm/test/MC/AsmParser/ |
H A D | macro-arg-err.s | 28 .macro double first = -1, second = -1 macro
|
/llvm-project/compiler-rt/test/builtins/Unit/arm/ |
H A D | call_apsr.h | 41 __attribute__((noinline, pcs("aapcs"))) static uint32_t call_apsr_d(double a, double b, in call_apsr_d() argument 42 … __attribute__((pcs("aapcs"))) void (*fn)(double, double)) { in call_apsr_d()
|