OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:convention
(Results
51 - 75
of
3166
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/SemaObjC/
arc-decls.m
57
@property (retain) id newFoo; // expected-error {{property follows Cocoa naming
convention
for returning 'owned' objects}} expected-note{{explicitly declare getter '-newFoo' with '__attribute__((objc_method_family(none)))' to return an 'unowned' object}}
58
@property (strong) id copyBar; // expected-error {{property follows Cocoa naming
convention
for returning 'owned' objects}} expected-note{{explicitly declare getter '-copyBar' with '__attribute__((objc_method_family(none)))' to return an 'unowned' object}}
59
@property (copy) id allocBaz; // expected-error {{property follows Cocoa naming
convention
for returning 'owned' objects}} expected-note{{explicitly declare getter '-allocBaz' with '__attribute__((objc_method_family(none)))' to return an 'unowned' object}}
61
@property (retain) id newDFoo; // expected-error {{property follows Cocoa naming
convention
for returning 'owned' objects}} expected-note{{explicitly declare getter '-newDFoo' with '__attribute__((objc_method_family(none)))' to return an 'unowned' object}}
62
@property (strong) id copyDBar; // expected-error {{property follows Cocoa naming
convention
for returning 'owned' objects}} expected-note{{explicitly declare getter '-copyDBar' with '__attribute__((objc_method_family(none)))' to return an 'unowned' object}}
63
@property (copy) id allocDBaz; // expected-error {{property follows Cocoa naming
convention
for returning 'owned' objects}} expected-note{{explicitly declare getter '-allocDBaz' with '__attribute__((objc_method_family(none)))' to return an 'unowned' object}}
80
@property (retain) id newFoo; // expected-error {{property follows Cocoa naming
convention
for returning 'owned' objects}}
85
@property (retain) id newBar; // expected-error {{property follows Cocoa naming
convention
for returning 'owned' objects}}
87
@property (retain) id newBaz; // expected-error {{property follows Cocoa naming
convention
for returning 'owned' objects}} expected-note {{explicitly declare getter '-newBaz' with 'OBJC_METHOD_FAMILY_NONE' to return an 'unowned' object}}
90
@property (retain, readonly) id newGarply; // expected-error {{property follows Cocoa naming
convention
for returning 'owned' objects}} expected-note {{explicitly declare getter '-newGarply' with '__att (…)
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
expat_external.h
26
XMLCALL - The calling
convention
to use for all calls across the
39
compiled with the cdecl calling
convention
as the default since
40
system headers may assume the cdecl
convention
.
49
one calling
convention
, we need to extend this definition to
50
declare the
convention
used on that platform, if it's possible to
55
pre-processor and how to specify the same calling
convention
as the
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
expat_external.h
24
XMLCALL - The calling
convention
to use for all calls across the
37
compiled with the cdecl calling
convention
as the default since
38
system headers may assume the cdecl
convention
.
47
one calling
convention
, we need to extend this definition to
48
declare the
convention
used on that platform, if it's possible to
53
pre-processor and how to specify the same calling
convention
as the
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/expat/
expat_external.h
26
XMLCALL - The calling
convention
to use for all calls across the
39
compiled with the cdecl calling
convention
as the default since
40
system headers may assume the cdecl
convention
.
49
one calling
convention
, we need to extend this definition to
50
declare the
convention
used on that platform, if it's possible to
55
pre-processor and how to specify the same calling
convention
as the
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
expat_external.h
26
XMLCALL - The calling
convention
to use for all calls across the
39
compiled with the cdecl calling
convention
as the default since
40
system headers may assume the cdecl
convention
.
49
one calling
convention
, we need to extend this definition to
50
declare the
convention
used on that platform, if it's possible to
55
pre-processor and how to specify the same calling
convention
as the
/external/clang/test/Sema/
callingconv-cast.c
1
// RUN: %clang_cc1 -fms-extensions -triple i686-pc-windows-msvc -Wcast-calling-
convention
-DMSVC -Wno-pointer-bool-conversion -verify -x c %s
2
// RUN: %clang_cc1 -fms-extensions -triple i686-pc-windows-msvc -Wcast-calling-
convention
-DMSVC -Wno-pointer-bool-conversion -verify -x c++ %s
3
// RUN: %clang_cc1 -fms-extensions -triple i686-pc-windows-msvc -Wcast-calling-
convention
-DMSVC -fdiagnostics-parseable-fixits %s 2>&1 | FileCheck %s --check-prefix=MSFIXIT
4
// RUN: %clang_cc1 -triple i686-pc-windows-gnu -Wcast-calling-
convention
-fdiagnostics-parseable-fixits %s 2>&1 | FileCheck %s --check-prefix=GNUFIXIT
6
// expected-note@+1 {{consider defining 'mismatched_before_winapi' with the 'stdcall' calling
convention
}}
15
// expected-note@+1 3 {{consider defining 'mismatched' with the 'stdcall' calling
convention
}}
/external/expat/lib/
expat_external.h
20
XMLCALL - The calling
convention
to use for all calls across the
33
compiled with the cdecl calling
convention
as the default since
34
system headers may assume the cdecl
convention
.
43
one calling
convention
, we need to extend this definition to
44
declare the
convention
used on that platform, if it's possible to
49
pre-processor and how to specify the same calling
convention
as the
/external/python/cpython2/Modules/expat/
expat_external.h
24
XMLCALL - The calling
convention
to use for all calls across the
37
compiled with the cdecl calling
convention
as the default since
38
system headers may assume the cdecl
convention
.
47
one calling
convention
, we need to extend this definition to
48
declare the
convention
used on that platform, if it's possible to
53
pre-processor and how to specify the same calling
convention
as the
/prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/vulkan/
vk_platform.h
42
/* Platform-specific calling
convention
macros.
50
* Useful for MSVC-style calling
convention
syntax.
57
// On Windows, Vulkan commands use the stdcall
convention
66
//
convention
, even if the application's native code is compiled with the
67
// armeabi-v7a calling
convention
.
72
// On other platforms, use the default calling
convention
/prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/vulkan/
vk_platform.h
42
/* Platform-specific calling
convention
macros.
50
* Useful for MSVC-style calling
convention
syntax.
57
// On Windows, Vulkan commands use the stdcall
convention
66
//
convention
, even if the application's native code is compiled with the
67
// armeabi-v7a calling
convention
.
72
// On other platforms, use the default calling
convention
/prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/vulkan/
vk_platform.h
42
/* Platform-specific calling
convention
macros.
50
* Useful for MSVC-style calling
convention
syntax.
57
// On Windows, Vulkan commands use the stdcall
convention
66
//
convention
, even if the application's native code is compiled with the
67
// armeabi-v7a calling
convention
.
72
// On other platforms, use the default calling
convention
/prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/vulkan/
vk_platform.h
42
/* Platform-specific calling
convention
macros.
50
* Useful for MSVC-style calling
convention
syntax.
57
// On Windows, Vulkan commands use the stdcall
convention
66
//
convention
, even if the application's native code is compiled with the
67
// armeabi-v7a calling
convention
.
72
// On other platforms, use the default calling
convention
/prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/vulkan/
vk_platform.h
42
/* Platform-specific calling
convention
macros.
50
* Useful for MSVC-style calling
convention
syntax.
57
// On Windows, Vulkan commands use the stdcall
convention
66
//
convention
, even if the application's native code is compiled with the
67
// armeabi-v7a calling
convention
.
72
// On other platforms, use the default calling
convention
/prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/vulkan/
vk_platform.h
42
/* Platform-specific calling
convention
macros.
50
* Useful for MSVC-style calling
convention
syntax.
57
// On Windows, Vulkan commands use the stdcall
convention
66
//
convention
, even if the application's native code is compiled with the
67
// armeabi-v7a calling
convention
.
72
// On other platforms, use the default calling
convention
/prebuilts/ndk/r13/sources/third_party/vulkan/src/include/vulkan/
vk_platform.h
35
/* Platform-specific calling
convention
macros.
43
* Useful for MSVC-style calling
convention
syntax.
50
// On Windows, Vulkan commands use the stdcall
convention
59
//
convention
, even if the application's native code is compiled with the
60
// armeabi-v7a calling
convention
.
65
// On other platforms, use the default calling
convention
/build/make/tools/
fixlinebreaks.sh
3
# Convert EOL
convention
on source files from CRLF to LF.
/external/clang/test/CodeGen/
nvptx-cc.c
4
// Just make sure Clang uses the proper calling
convention
for the NVPTX back-end.
/external/clang/test/SemaCXX/
attr-swiftcall.cpp
9
void variadic(int x, ...) SWIFTCALL; // expected-error {{variadic function cannot use swiftcall calling
convention
}}
13
void indirect_result_nonswift(INDIRECT_RESULT void *out); // expected-error {{'swift_indirect_result' parameter can only be used with swiftcall calling
convention
}}
19
void error_result_nonswift(ERROR_RESULT void **error); // expected-error {{'swift_error_result' parameter can only be used with swiftcall calling
convention
}} expected-error{{'swift_error_result' parameter must follow 'swift_context' parameter}}
26
void context_nonswift(CONTEXT void *context); // expected-error {{'swift_context' parameter can only be used with swiftcall calling
convention
}}
/external/llvm/test/CodeGen/AMDGPU/
calling-conventions.ll
3
; Make sure we don't crash or assert on spir_kernel calling
convention
.
/external/pcre/dist2/doc/
pcre2_set_bsr.3
17
This function sets the
convention
for processing \eR within a compile context.
/external/strace/linux/nios2/
get_error.c
5
* The system call
convention
specifies that r2 contains the return
/external/strace/linux/tile/
get_error.c
5
* The standard tile calling
convention
returns the value
/external/syslinux/txt/
com-name.txt
2
// == NAMING
CONVENTION
==
/external/llvm/test/Transforms/InstCombine/
PR7357.ll
5
;
convention
with a new call with a different calling
convention
.
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyLibCalls/
PR7357.ll
5
;
convention
with a new call with a different calling
convention
.
Completed in 628 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>