HomeSort by relevance Sort by last modified time
    Searched full:convention (Results 1 - 25 of 3166) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Sema/
stdcall-fastcall-x64.c 8 void __attribute__((stdcall, fastcall)) foo3(void); // expected-warning{{calling convention 'stdcall' ignored for this target}} expected-warning {{calling convention 'fastcall' ignored for this target}}
9 void __attribute__((stdcall)) foo4(); // expected-warning{{calling convention 'stdcall' ignored for this target}}
10 void __attribute__((fastcall)) foo4(void); // expected-warning {{calling convention 'fastcall' ignored for this target}}
13 void rdar8876096foo1(int i, int j) __attribute__((fastcall, cdecl)); // expected-warning{{calling convention 'fastcall' ignored for this target}}
14 void rdar8876096foo2(int i, int j) __attribute__((fastcall, stdcall)); // expected-warning{{calling convention 'stdcall' ignored for this target}} expected-warning {{calling convention 'fastcall' ignored for this target}}
15 void rdar8876096foo3(int i, int j) __attribute__((fastcall, regparm(2))); // expected-warning {{calling convention 'fastcall' ignored for this target}}
16 void rdar8876096foo4(int i, int j) __attribute__((stdcall, cdecl)); // expected-warning{{calling convention 'stdcall' ignored for this target}}
17 void rdar8876096foo5(int i, int j) __attribute__((stdcall, fastcall)); // expected-warning{{calling convention 'stdcall' ignored for this target}} expected-warning {{calling convention 'fastcall' ignored for t (…)
    [all...]
callingconv-iamcu.c 3 void __attribute__((fastcall)) foo(float *a) { // expected-warning {{calling convention 'fastcall' ignored for this target}}
6 void __attribute__((stdcall)) bar(float *a) { // expected-warning {{calling convention 'stdcall' ignored for this target}}
12 void __attribute__((fastcall)) test2(int a, ...) { // expected-warning {{calling convention 'fastcall' ignored for this target}}
14 void __attribute__((stdcall)) test3(int a, ...) { // expected-warning {{calling convention 'stdcall' ignored for this target}}
16 void __attribute__((thiscall)) test4(int a, ...) { // expected-warning {{calling convention 'thiscall' ignored for this target}}
23 void (__attribute__((fastcall)) *pfoo)(float*) = foo; // expected-warning {{calling convention 'fastcall' ignored for this target}}
25 void (__attribute__((stdcall)) *pbar)(float*) = bar; // expected-warning {{calling convention 'stdcall' ignored for this target}}
32 typedef void (__attribute__((fastcall)) *Handler) (float *); // expected-warning {{calling convention 'fastcall' ignored for this target}}
41 int __attribute__((pcs("aapcs"))) pcs5(void); // expected-warning {{calling convention 'pcs' ignored for this target}}
42 int __attribute__((pcs("aapcs-vfp"))) pcs6(void); // expected-warning {{calling convention 'pcs' ignored for this target}
    [all...]
decl-microsoft-call-conv.c 22 void __fastcall CrcGenerateTableNoProtoFastcall(); // expected-error{{function with no prototype cannot use the fastcall calling convention}}
23 void __stdcall CrcGenerateTableNoProtoStdcall(); // expected-warning{{function with no prototype cannot use the stdcall calling convention}}
24 void __thiscall CrcGenerateTableNoProtoThiscall(); // expected-error{{function with no prototype cannot use the thiscall calling convention}}
25 void __pascal CrcGenerateTableNoProtoPascal(); // expected-error{{function with no prototype cannot use the pascal calling convention}}
26 void __vectorcall CrcGenerateTableNoProtoVectorcall(); // expected-error{{function with no prototype cannot use the vectorcall calling convention}}
34 // Regular calling convention is fine.
pr25786.c 5 void (__attribute__((regparm(3), stdcall)) *pf) (); //expected-warning {{calling convention 'stdcall' ignored for this target}}
6 void (__attribute__((regparm(2), stdcall)) foo)(int a) { //expected-warning {{calling convention 'stdcall' ignored for this target}}
  /art/test/440-stmp/
info.txt 3 hard-float calling convention.
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
CallingConv.h 23 /// LLVM IR allows to use arbitrary numbers as calling convention identifiers.
28 /// @brief LLVM Calling Convention Representation
30 /// C - The default llvm calling convention, compatible with C. This
31 /// convention is the only calling convention that supports varargs calls.
40 /// Fast - This calling convention attempts to make calls as fast as
44 // Cold - This calling convention attempts to make code in the caller as
50 // GHC - Calling convention used by the Glasgow Haskell Compiler (GHC).
53 // HiPE - Calling convention used by the High-Performance Erlang Compiler
57 // WebKit JS - Calling convention for stack based JavaScript call
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
CallingConv.h 23 /// LLVM IR allows to use arbitrary numbers as calling convention identifiers.
28 /// @brief LLVM Calling Convention Representation
30 /// C - The default llvm calling convention, compatible with C. This
31 /// convention is the only calling convention that supports varargs calls.
40 /// Fast - This calling convention attempts to make calls as fast as
44 // Cold - This calling convention attempts to make code in the caller as
50 // GHC - Calling convention used by the Glasgow Haskell Compiler (GHC).
53 // HiPE - Calling convention used by the High-Performance Erlang Compiler
57 // WebKit JS - Calling convention for stack based JavaScript call
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
CallingConv.h 23 /// LLVM IR allows to use arbitrary numbers as calling convention identifiers.
28 /// @brief LLVM Calling Convention Representation
30 /// C - The default llvm calling convention, compatible with C. This
31 /// convention is the only calling convention that supports varargs calls.
40 /// Fast - This calling convention attempts to make calls as fast as
44 // Cold - This calling convention attempts to make code in the caller as
50 // GHC - Calling convention used by the Glasgow Haskell Compiler (GHC).
53 // HiPE - Calling convention used by the High-Performance Erlang Compiler
57 // WebKit JS - Calling convention for stack based JavaScript call
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
CallingConv.h 23 /// LLVM IR allows to use arbitrary numbers as calling convention identifiers.
28 /// @brief LLVM Calling Convention Representation
30 /// C - The default llvm calling convention, compatible with C. This
31 /// convention is the only calling convention that supports varargs calls.
40 /// Fast - This calling convention attempts to make calls as fast as
44 // Cold - This calling convention attempts to make code in the caller as
50 // GHC - Calling convention used by the Glasgow Haskell Compiler (GHC).
53 // HiPE - Calling convention used by the High-Performance Erlang Compiler
57 // WebKit JS - Calling convention for stack based JavaScript call
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallingConv.h 23 /// LLVM IR allows to use arbitrary numbers as calling convention identifiers.
28 /// @brief LLVM Calling Convention Representation
30 /// C - The default llvm calling convention, compatible with C. This
31 /// convention is the only calling convention that supports varargs calls.
40 /// Fast - This calling convention attempts to make calls as fast as
44 // Cold - This calling convention attempts to make code in the caller as
50 // GHC - Calling convention used by the Glasgow Haskell Compiler (GHC).
53 // HiPE - Calling convention used by the High-Performance Erlang Compiler
57 // WebKit JS - Calling convention for stack based JavaScript call
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
CallingConv.h 23 /// LLVM IR allows to use arbitrary numbers as calling convention identifiers.
28 /// @brief LLVM Calling Convention Representation
30 /// C - The default llvm calling convention, compatible with C. This
31 /// convention is the only calling convention that supports varargs calls.
40 /// Fast - This calling convention attempts to make calls as fast as
44 // Cold - This calling convention attempts to make code in the caller as
50 // GHC - Calling convention used by the Glasgow Haskell Compiler (GHC).
53 // HiPE - Calling convention used by the High-Performance Erlang Compiler
57 // WebKit JS - Calling convention for stack based JavaScript call
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
CallingConv.h 23 /// LLVM IR allows to use arbitrary numbers as calling convention identifiers.
28 /// @brief LLVM Calling Convention Representation
30 /// C - The default llvm calling convention, compatible with C. This
31 /// convention is the only calling convention that supports varargs calls.
40 /// Fast - This calling convention attempts to make calls as fast as
44 // Cold - This calling convention attempts to make code in the caller as
50 // GHC - Calling convention used by the Glasgow Haskell Compiler (GHC).
53 // HiPE - Calling convention used by the High-Performance Erlang Compiler
57 // WebKit JS - Calling convention for stack based JavaScript call
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
CallingConv.h 23 /// LLVM IR allows to use arbitrary numbers as calling convention identifiers.
28 /// @brief LLVM Calling Convention Representation
30 /// C - The default llvm calling convention, compatible with C. This
31 /// convention is the only calling convention that supports varargs calls.
40 /// Fast - This calling convention attempts to make calls as fast as
44 // Cold - This calling convention attempts to make code in the caller as
50 // GHC - Calling convention used by the Glasgow Haskell Compiler (GHC).
53 // HiPE - Calling convention used by the High-Performance Erlang Compiler
57 // WebKit JS - Calling convention for stack based JavaScript call
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallingConv.h 23 /// LLVM IR allows to use arbitrary numbers as calling convention identifiers.
28 /// @brief LLVM Calling Convention Representation
30 /// C - The default llvm calling convention, compatible with C. This
31 /// convention is the only calling convention that supports varargs calls.
40 /// Fast - This calling convention attempts to make calls as fast as
44 // Cold - This calling convention attempts to make code in the caller as
50 // GHC - Calling convention used by the Glasgow Haskell Compiler (GHC).
53 // HiPE - Calling convention used by the High-Performance Erlang Compiler
57 // WebKit JS - Calling convention for stack based JavaScript call
    [all...]
  /external/llvm/include/llvm/IR/
CallingConv.h 23 /// LLVM IR allows to use arbitrary numbers as calling convention identifiers.
28 /// @brief LLVM Calling Convention Representation
30 /// C - The default llvm calling convention, compatible with C. This
31 /// convention is the only calling convention that supports varargs calls.
40 /// Fast - This calling convention attempts to make calls as fast as
44 // Cold - This calling convention attempts to make code in the caller as
50 // GHC - Calling convention used by the Glasgow Haskell Compiler (GHC).
53 // HiPE - Calling convention used by the High-Performance Erlang Compiler
57 // WebKit JS - Calling convention for stack based JavaScript call
    [all...]
  /external/clang/test/CodeGen/
preserve-call-conv.c 4 // Check that the preserve_most calling convention attribute at the source level
5 // is lowered to the corresponding calling convention attrribute at the LLVM IR
11 // Check that the preserve_most calling convention attribute at the source level
12 // is lowered to the corresponding calling convention attrribute at the LLVM IR
  /external/clang/test/SemaCXX/
borland-extensions.cpp 10 // expected-warning@+1 {{calling convention '_pascal' ignored for this target}}
13 // expected-warning@+1 {{calling convention '__pascal' ignored for this target}}
15 // expected-warning@+1 {{calling convention '__pascal' ignored for this target}}
19 // expected-warning@+1 {{calling convention '__pascal' ignored for this target}}
21 // expected-warning@+1 {{calling convention '__pascal' ignored for this target}}
24 // expected-warning@+1 {{calling convention '__pascal' ignored for this target}}
37 // expected-warning@+1 {{calling convention '_fastcall' ignored for this target}}
39 // expected-warning@+1 {{calling convention '_stdcall' ignored for this target}}
virtual-override-x86.cpp 11 void __attribute__((cdecl)) f(); // expected-error{{virtual function 'f' has different calling convention attributes ('void () __attribute__((cdecl))') than the function it overrides (which has calling convention 'void () __attribute__((thiscall))'}}
21 void f(); // This override is correct because thiscall is the default calling convention for class members
31 void g(); // expected-error{{virtual function 'g' has different calling convention attributes ('void () __attribute__((thiscall))') than the function it overrides (which has calling convention 'void () __attribute__((stdcall))'}}
virtual-override-x64.cpp 9 virtual void __attribute__((thiscall)) f(); // expected-warning {{calling convention 'thiscall' ignored for this target}}
19 void __attribute__((thiscall)) f(); // expected-warning {{calling convention 'thiscall' ignored for this target}}
29 virtual void __attribute__((stdcall)) g(); // expected-warning {{calling convention 'stdcall' ignored for this target}}
  /art/test/008-exceptions/
expected.txt 11 BadError: This is bad by convention: BadInit
13 BadError: This is bad by convention: BadInit
15 BadErrorNoStringInit: This is bad by convention
17 BadErrorNoStringInit: This is bad by convention
19 BadError: This is bad by convention: BadInit
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
undefined.d 3 # use a different naming convention for local labels.
undefined_coff.d 3 # use a different naming convention for local labels.
  /external/clang/test/CodeGenCXX/
microsoft-abi-methods.cpp 20 // Make sure that the call uses the right calling convention:
24 // Make sure that the definition uses the right calling convention:
32 // Make sure that the call uses the right calling convention:
36 // Make sure that the definition uses the right calling convention:
44 // Make sure that the call uses the right calling convention:
48 // Make sure that the definition uses the right calling convention:
54 // Make sure that the call uses the right calling convention:
58 // Make sure that the definition uses the right calling convention:
73 // the right calling convention:
82 // the right calling convention
    [all...]
  /art/compiler/jni/quick/arm64/
calling_convention_arm64.h 36 // Calling convention
39 // Managed runtime calling convention
60 // Calling convention
64 // JNI calling convention
76 // aarch64 calling convention leaves upper bits undefined.
  /art/compiler/jni/quick/x86/
calling_convention_x86.h 37 // Calling convention
40 // Managed runtime calling convention
55 // Implements the x86 cdecl calling convention.
63 // Calling convention
67 // JNI calling convention

Completed in 369 milliseconds

1 2 3 4 5 6 7 8 91011>>