OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:calling
(Results
1 - 25
of
11340
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/nist-sip/java/javax/sip/
TransactionState.java
4
CALLING
,
/external/valgrind/main/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
...]
callingconv.c
13
void __attribute__((fastcall)) test0() { // expected-error {{function with no prototype cannot use fastcall
calling
convention}}
19
void __attribute__((fastcall)) test2(int a, ...) { // expected-warning {{fastcall
calling
convention ignored on variadic function}}
21
void __attribute__((stdcall)) test3(int a, ...) { // expected-warning {{stdcall
calling
convention ignored on variadic function}}
23
void __attribute__((thiscall)) test4(int a, ...) { // expected-error {{variadic function cannot use thiscall
calling
convention}}
50
int __attribute__((pcs("aapcs"))) pcs5(void); // expected-warning {{
calling
convention 'pcs' ignored for this target}}
51
int __attribute__((pcs("aapcs-vfp"))) pcs6(void); // expected-warning {{
calling
convention 'pcs' ignored for this target}}
62
void __attribute__((pnaclcall)) pnaclfunc(float *a) {} // expected-warning {{
calling
convention 'pnaclcall' ignored for this target}}
68
void __attribute__((stdcall)) typedef_fun(int x) { } // expected-error {{function declared 'stdcall' here was previously declared without
calling
convention}}
/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()
/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.
24
///
calling
conventions.
25
/// @brief LLVM
Calling
Convention Representation
27
/// C - The default llvm
calling
convention, compatible with C. This
28
/// convention is the only
calling
convention that supports varargs calls.
29
/// As with typical C
calling
conventions, the callee/caller have to
33
// Generic LLVM
calling
conventions. None of these
calling
convention
[
all
...]
/external/lldb/test/functionalities/inline-stepping/
Makefile
3
CXX_SOURCES :=
calling
.cpp
/external/valgrind/main/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/chromium_org/chrome/browser/ui/cocoa/applescript/
bookmark_folder_applescript.h
29
// before
calling
directly.
34
// before
calling
directly.
47
// before
calling
directly.
53
// before
calling
directly.
58
// AppleScript makes sure that there is a bookmark folder before
calling
this
59
// method, make sure of that before
calling
directly.
64
// AppleScript makes sure that there is a bookmark item before
calling
this
65
// method, make sure of that before
calling
directly.
/external/chromium_org/courgette/
crc.cc
23
// Calculate Crc by
calling
CRC method in zlib
26
// Calculate Crc by
calling
CRC method in LZMA SDK
/external/valgrind/main/massif/tests/
realloc.c
6
int* y __attribute__((unused)); //
calling
Valgrind's (and Massif's) malloc
17
//
calling
Valgrind's (and Massif's) free
/development/samples/LunarLander/
_index.html
6
<li>Animating by
calling
invalidate() from draw()</li>
/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
scoped_thread_desktop.h
34
// Reverts the
calling
thread to use the initial desktop.
37
// Assigns |desktop| to be the
calling
thread. Returns true if the thread has
42
// The desktop handle assigned to the
calling
thread by Set
45
// The desktop handle assigned to the
calling
thread at creation.
/external/chromium_org/v8/tools/
freebsd-tick-processor
7
# You must have d8 built and in your path before
calling
this.
/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 920 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>