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

1 2 3 4 5 6 7 8 91011>>

  /external/nist-sip/java/javax/sip/
TransactionState.java 4 CALLING,
  /external/valgrind/drd/tests/
sem_wait.stderr.exp 2 Calling sem_trywait
sigaltstack.stderr.exp 0 calling sigaltstack, stack base is 0x........
  /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' ig (…)
    [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.
  /external/clang/test/SemaCXX/
incomplete-call.cpp 18 f(); // expected-error {{calling 'f' with incomplete return type 'A'}}
22 fp(); // expected-error {{calling function with incomplete return type 'A'}}
23 ((Func)0)(); // expected-error {{calling function with incomplete return type 'A'}}
26 b.f(); // expected-error {{calling 'f' with incomplete return type 'A'}}
28 b.operator()(); // expected-error {{calling 'operator()' with incomplete return type 'A'}}
29 b.operator A(); // expected-error {{calling 'operator A' with incomplete return type 'A'}}
30 b.operator!(); // expected-error {{calling 'operator!' with incomplete return type 'A'}}
32 !b; // expected-error {{calling 'operator!' with incomplete return type 'A'}}
33 b(); // expected-error {{calling 'operator()' with incomplete return type 'A'}}
34 b++; // expected-error {{calling 'operator++' with incomplete return type 'A'}
    [all...]
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}}
35 // 3. test other calling conventions
37 // expected-warning@+1 {{calling convention '_fastcall' ignored for this target}}
39 // expected-warning@+1 {{calling convention '_stdcall' ignored for this target}}
virtual-override-x64.cpp 3 // Non-x86 targets ignore the calling conventions by default (but will warn
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}}
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))'}}
  /art/test/032-concrete-sub/
expected.txt 0 calling abs.doStuff()
  /art/test/440-stmp/
info.txt 3 hard-float calling convention.
  /external/clang/test/CXX/expr/expr.unary/expr.new/
p17.cpp 12 new ctor[0]; // expected-error{{calling a private constructor of class 'ctor'}}
13 new dtor[0]; // expected-error{{calling a private destructor of class 'dtor'}}
14 new dtor[3]; // expected-error{{calling a private destructor of class 'dtor'}}
15 new dtor[3][3]; // expected-error{{calling a private destructor of class 'dtor'}}
  /external/e2fsprogs/tests/progs/test_data/
expect.brel 8 brel_put: Invalid argument while calling ext2fs_brel_put
10 brel_get: Invalid argument while calling ext2fs_brel_get
12 brel_delete: Invalid argument while calling ext2fs_brel_delete
14 brel_get: No such file or directory while calling ext2fs_brel_get
30 brel_delete: No such file or directory while calling ext2fs_brel_delete
32 brel_delete: No such file or directory while calling ext2fs_brel_delete
35 brel_delete: No such file or directory while calling ext2fs_brel_delete
37 brel_move: No such file or directory while calling ext2fs_brel_move
expect.irel 8 irel_add_ref: No space left on device while calling ext2fs_irel_add_ref
14 irel_put: Invalid argument while calling ext2fs_irel_put
16 irel_get: Invalid argument while calling ext2fs_irel_get
18 irel_delete: Invalid argument while calling ext2fs_irel_delete
37 irel_delete: No such file or directory while calling ext2fs_irel_delete
39 irel_delete: No such file or directory while calling ext2fs_irel_delete
46 irel_delete: No such file or directory while calling ext2fs_irel_delete
48 irel_move: No such file or directory while calling ext2fs_irel_move
60 irel_get_by_orig: No such file or directory while calling ext2fs_irel_get_by_orig
62 irel_get_by_orig: No such file or directory while calling ext2fs_irel_get_by_ori
    [all...]
  /external/llvm/include/llvm/IR/
CallingConv.h 1 //===-- llvm/CallingConv.h - LLVM Calling Conventions -----------*- C++ -*-===//
10 // This file defines LLVM's set of calling conventions.
20 /// the well-known calling conventions.
23 /// LLVM IR allows to use arbitrary numbers as calling convention identifiers.
27 /// calling conventions.
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.
32 /// As with typical C calling conventions, the callee/caller have to
36 // Generic LLVM calling conventions. None of these calling convention
    [all...]
  /frameworks/data-binding/compilerCommon/src/main/grammar-gen/android/databinding/parser/
BindingExpressionBaseVisitor.java 19 * <p>The default implementation returns the result of calling
27 * <p>The default implementation returns the result of calling
35 * <p>The default implementation returns the result of calling
43 * <p>The default implementation returns the result of calling
51 * <p>The default implementation returns the result of calling
59 * <p>The default implementation returns the result of calling
67 * <p>The default implementation returns the result of calling
75 * <p>The default implementation returns the result of calling
83 * <p>The default implementation returns the result of calling
91 * <p>The default implementation returns the result of calling
    [all...]
  /external/lldb/test/functionalities/inline-stepping/
Makefile 3 CXX_SOURCES := calling.cpp
  /external/valgrind/memcheck/tests/
sigaltstack.stderr.exp 0 calling sigaltstack, stack base is 0x........
  /external/clang/test/Parser/
arm-windows-calling-convention-handling.c 3 int __cdecl cdecl(int a, int b, int c, int d) { // expected-warning {{calling convention '__cdecl' ignored for this target}}
7 float __stdcall stdcall(float a, float b, float c, float d) { // expected-warning {{calling convention '__stdcall' ignored for this target}}
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
Breakpoint002Debuggee.java 82 logWriter.println("Calling breakpointReturnVoid");
85 logWriter.println("Calling breakpointReturnIntConst");
89 logWriter.println("Calling breakpointReturnLongConst");
93 logWriter.println("Calling breakpointReturnIntArg");
97 logWriter.println("Calling breakpointReturnLongArg");
101 logWriter.println("Calling breakpointReturnLongArg");
105 logWriter.println("Calling breakpointIntGetter");
109 logWriter.println("Calling breakpointLongGetter");
113 logWriter.println("Calling breakpointObjectGetter");
117 logWriter.println("Calling breakpointIntSetter")
    [all...]
  /external/valgrind/massif/tests/
realloc.c 6 int* y __attribute__((unused)); // calling Valgrind's (and Massif's) malloc
17 // calling Valgrind's (and Massif's) free
  /frameworks/data-binding/compilerCommon/src/main/xml-gen/android/databinding/parser/
XMLParserBaseVisitor.java 19 * <p>The default implementation returns the result of calling
27 * <p>The default implementation returns the result of calling
35 * <p>The default implementation returns the result of calling
43 * <p>The default implementation returns the result of calling
51 * <p>The default implementation returns the result of calling
59 * <p>The default implementation returns the result of calling
67 * <p>The default implementation returns the result of calling
75 * <p>The default implementation returns the result of calling
  /external/toybox/tests/
ifconfig.test 37 # Results Expected: After calling ifconfig, no lines with dummy0 are displayed
43 # Results Expected: After calling ifconfig, one line with dummy0 is displayed
49 # Results Expected: After calling ifconfig dummy0, one line displays the ip
56 # Results Expected: After calling ifconfig dummy0, one line displays the
63 # Results Expected: After calling ifconfig dummy0, one line displays the
70 # Results Expected: After calling ifconfig dummy0, there are no lines
77 # Results Expected: After calling ifconfig dummy0, there is one line with the
91 # Results Expected: After calling ifconfig dummy0, there is one line with the
98 # Results Expected: after calling ifconfig dummy0, there is one line with the
105 # Results Expected: after calling ifconfig dummy0, there are no lines with th
    [all...]
  /development/samples/LunarLander/
_index.html 6 <li>Animating by calling invalidate() from draw()</li>
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
p9.cpp 10 f(); // expected-error {{calling 'f' with incomplete return type 'S'}}

Completed in 1203 milliseconds

1 2 3 4 5 6 7 8 91011>>