Searched refs:__vectorcall (Results 1 – 14 of 14) sorted by relevance
/external/clang/test/CodeGen/ |
D | vectorcall.c | 4 void __vectorcall v1(int a, int b) {} in v1() 8 void __vectorcall v2(char a, char b) {} in v2() 13 void __vectorcall v3(int a, struct Small b, int c) {} in v3() 18 void __vectorcall v4(int a, struct Large b, int c) {} in v4() 26 void __vectorcall hfa1(int a, struct HFA4 b, int c) {} in hfa1() 33 void __vectorcall hfa2(struct HFA4 a, struct HFA4 b, double c) {} in hfa2() 39 void __vectorcall hfa3(double a, double b, double c, double d, double e, struct HFA2 f) {} in hfa3() 46 void __vectorcall hfa4(struct HFA5 a) {} in hfa4() 52 struct HFA2 __vectorcall hfa5(void) { return g_hfa2; } in hfa5() 60 void __vectorcall hva1(int a, struct HVA4 b, int c) {} in hva1() [all …]
|
D | mangle-windows.c | 57 void __vectorcall v1(void) {} in v1() 63 void __vectorcall v2(char a) {} in v2() 69 void __vectorcall v3(short a) {} in v3() 73 void __vectorcall v4(int a) {} in v4() 77 void __vectorcall v5(long long a) {} in v5() 81 void __vectorcall v6(char a, char b) {} in v6()
|
D | microsoft-call-conv.c | 23 void __vectorcall f61(void) { in f61() 36 void (__vectorcall *pf7)(void) = f61; variable
|
/external/clang/test/Sema/ |
D | decl-microsoft-call-conv.c | 18 void __vectorcall CrcGenerateTableVectorcall(void); 19 void __vectorcall CrcGenerateTableVectorcall(); 20 void __vectorcall CrcGenerateTableVectorcall() {} in CrcGenerateTableVectorcall() 26 void __vectorcall CrcGenerateTableNoProtoVectorcall(); // expected-error{{function with no prototyp… 32 void __vectorcall CrcGenerateTableNoProtoDefVectorcall() {} in CrcGenerateTableNoProtoDefVectorcall()
|
/external/clang/test/SemaCXX/ |
D | decl-microsoft-call-conv.cpp | 13 void __vectorcall free_func_vectorcall(); // expected-note 2 {{previous declaration is here}} 53 void __vectorcall member_vectorcall1(); 54 void __vectorcall member_vectorcall2(); // expected-note {{previous declaration is here}} 80 …__vectorcall S(); // expected-warning {{vectorcall calling convention ignored on constructor/destr… 164 void __cdecl __cdecl __stdcall __cdecl __fastcall __vectorcall multi_cc(int x);
|
/external/llvm/test/tools/llvm-symbolizer/pdb/Inputs/ |
D | test.cpp | 24 void __vectorcall foo_vectorcall() {} in foo_vectorcall()
|
/external/clang/test/Parser/ |
D | MicrosoftExtensions.c | 98 typedef void(*ignored_quals_dummy6)(), __vectorcall ignored_quals6; // expected-warning {{qualifier…
|
D | MicrosoftExtensions.cpp | 377 typedef void(*ignored_quals_dummy6)(), __vectorcall ignored_quals6; // expected-warning {{qualifier…
|
/external/clang/test/CodeGenCXX/ |
D | mangle-ms.cpp | 381 void __vectorcall vector_func() { } in vector_func()
|
/external/skia/include/private/ |
D | SkTLogic.h | 54 template <typename R, typename... Args> struct is_function<R __vectorcall (Args...)> : std::true_ty…
|
/external/clang/include/clang/Basic/ |
D | TokenKinds.def | 489 KEYWORD(__vectorcall , KEYALL) 609 ALIAS("_vectorcall" , __vectorcall, KEYMS)
|
D | AttrDocs.td | 1041 See the documentation for `__vectorcall`_ on MSDN for more details. 1043 .. _`__vectorcall`: http://msdn.microsoft.com/en-us/library/dn375768.aspx
|
D | Attr.td | 1349 let Spellings = [GNU<"vectorcall">, Keyword<"__vectorcall">,
|
/external/skia/src/core/ |
D | SkLinearBitmapPipeline.cpp | 19 #define VECTORCALL __vectorcall
|