Home
last modified time | relevance | path

Searched defs:SA (Results 1 – 25 of 3925) sorted by relevance

12345678910>>...157

/dports/databases/mariadb103-server/mariadb-10.3.34/storage/tokudb/mysql-test/tokudb/
H A Dsuite.pm10 "$::path_client_bindir/tokuftdump",
11 "$::bindir/storage/tokudb/PerconaFT/tools/tokuftdump");
12 $ENV{'MYSQL_TOKUFTDUMP'}= ::native_path($exe_tokuftdump);
14 #return "Not run for embedded server" if $::opt_embedded_server;
15 return "No TokuDB engine" unless $ENV{HA_TOKUDB_SO} or $::mysqld_variables{tokudb};
17 sub is_default { not $::opt_embedded_server }
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaObjC/
H A Dattr-swift-async.m4 #define SA(...) __attribute__((swift_async(__VA_ARGS__))) macro
6 SA(none) int a; // expected-warning{{'swift_async' attribute only applies to functions and Objectiv… function
8 SA(none) void b(); function
10 SA(not_swift_private, 0) void c(); // expected-error{{'swift_async' attribute parameter 2 is out of… function
11 SA(swift_private, 1) void d(); // expected-error{{'swift_async' attribute parameter 2 is out of bou… function
14 SA(swift_private, 1) void g(void (^)()); function
16 SA(none, 1) void h(); // expected-error{{'swift_async' attribute takes one argument}} function
17 SA() void i(); // expected-error{{'swift_async' attribute takes at least 1 argument}} function
18 SA(not_swift_private) void j(); // expected-error{{'swift_async' attribute requires exactly 2 argum… function
19 SA(43) void k(); // expected-error{{'swift_async' attribute requires parameter 1 to be an identifie… function
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaObjC/
H A Dattr-swift-async.m4 #define SA(...) __attribute__((swift_async(__VA_ARGS__))) macro
6 SA(none) int a; // expected-warning{{'swift_async' attribute only applies to functions and Objectiv… function
8 SA(none) void b(); function
10 SA(not_swift_private, 0) void c(); // expected-error{{'swift_async' attribute parameter 2 is out of… function
11 SA(swift_private, 1) void d(); // expected-error{{'swift_async' attribute parameter 2 is out of bou… function
14 SA(swift_private, 1) void g(void (^)()); function
16 SA(none, 1) void h(); // expected-error{{'swift_async' attribute takes one argument}} function
17 SA() void i(); // expected-error{{'swift_async' attribute takes at least 1 argument}} function
18 SA(not_swift_private) void j(); // expected-error{{'swift_async' attribute requires exactly 2 argum… function
19 SA(43) void k(); // expected-error{{'swift_async' attribute requires parameter 1 to be an identifie… function
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaObjC/
H A Dattr-swift-async.m4 #define SA(...) __attribute__((swift_async(__VA_ARGS__))) macro
6 SA(none) int a; // expected-warning{{'swift_async' attribute only applies to functions and Objectiv… function
8 SA(none) void b(); function
10 SA(not_swift_private, 0) void c(); // expected-error{{'swift_async' attribute parameter 2 is out of… function
11 SA(swift_private, 1) void d(); // expected-error{{'swift_async' attribute parameter 2 is out of bou… function
14 SA(swift_private, 1) void g(void (^)()); function
16 SA(none, 1) void h(); // expected-error{{'swift_async' attribute takes one argument}} function
17 SA() void i(); // expected-error{{'swift_async' attribute takes at least 1 argument}} function
18 SA(not_swift_private) void j(); // expected-error{{'swift_async' attribute requires exactly 2 argum… function
19 SA(43) void k(); // expected-error{{'swift_async' attribute requires parameter 1 to be an identifie… function
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaObjC/
H A Dattr-swift-async.m4 #define SA(...) __attribute__((swift_async(__VA_ARGS__))) macro
6 SA(none) int a; // expected-warning{{'swift_async' attribute only applies to functions and Objectiv… function
8 SA(none) void b(); function
10 SA(not_swift_private, 0) void c(); // expected-error{{'swift_async' attribute parameter 2 is out of… function
11 SA(swift_private, 1) void d(); // expected-error{{'swift_async' attribute parameter 2 is out of bou… function
14 SA(swift_private, 1) void g(void (^)()); function
16 SA(none, 1) void h(); // expected-error{{'swift_async' attribute takes one argument}} function
17 SA() void i(); // expected-error{{'swift_async' attribute takes at least 1 argument}} function
18 SA(not_swift_private) void j(); // expected-error{{'swift_async' attribute requires exactly 2 argum… function
19 SA(43) void k(); // expected-error{{'swift_async' attribute requires parameter 1 to be an identifie… function
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaObjC/
H A Dattr-swift-async.m4 #define SA(...) __attribute__((swift_async(__VA_ARGS__))) macro
6 SA(none) int a; // expected-warning{{'swift_async' attribute only applies to functions and Objectiv… function
8 SA(none) void b(); function
10 SA(not_swift_private, 0) void c(); // expected-error{{'swift_async' attribute parameter 2 is out of… function
11 SA(swift_private, 1) void d(); // expected-error{{'swift_async' attribute parameter 2 is out of bou… function
14 SA(swift_private, 1) void g(void (^)()); function
16 SA(none, 1) void h(); // expected-error{{'swift_async' attribute takes one argument}} function
17 SA() void i(); // expected-error{{'swift_async' attribute takes at least 1 argument}} function
18 SA(not_swift_private) void j(); // expected-error{{'swift_async' attribute requires exactly 2 argum… function
19 SA(43) void k(); // expected-error{{'swift_async' attribute requires parameter 1 to be an identifie… function
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaObjC/
H A Dattr-swift-async.m4 #define SA(...) __attribute__((swift_async(__VA_ARGS__))) macro
6 SA(none) int a; // expected-warning{{'swift_async' attribute only applies to functions and Objectiv… function
8 SA(none) void b(); function
10 SA(not_swift_private, 0) void c(); // expected-error{{'swift_async' attribute parameter 2 is out of… function
11 SA(swift_private, 1) void d(); // expected-error{{'swift_async' attribute parameter 2 is out of bou… function
14 SA(swift_private, 1) void g(void (^)()); function
16 SA(none, 1) void h(); // expected-error{{'swift_async' attribute takes one argument}} function
17 SA() void i(); // expected-error{{'swift_async' attribute takes at least 1 argument}} function
18 SA(not_swift_private) void j(); // expected-error{{'swift_async' attribute requires exactly 2 argum… function
19 SA(43) void k(); // expected-error{{'swift_async' attribute requires parameter 1 to be an identifie… function
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaObjC/
H A Dattr-swift-async.m4 #define SA(...) __attribute__((swift_async(__VA_ARGS__))) macro
6 SA(none) int a; // expected-warning{{'swift_async' attribute only applies to functions and Objectiv… function
8 SA(none) void b(); function
10 SA(not_swift_private, 0) void c(); // expected-error{{'swift_async' attribute parameter 2 is out of… function
11 SA(swift_private, 1) void d(); // expected-error{{'swift_async' attribute parameter 2 is out of bou… function
14 SA(swift_private, 1) void g(void (^)()); function
16 SA(none, 1) void h(); // expected-error{{'swift_async' attribute takes one argument}} function
17 SA() void i(); // expected-error{{'swift_async' attribute takes at least 1 argument}} function
18 SA(not_swift_private) void j(); // expected-error{{'swift_async' attribute requires exactly 2 argum… function
19 SA(43) void k(); // expected-error{{'swift_async' attribute requires parameter 1 to be an identifie… function
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaObjC/
H A Dattr-swift-async.m4 #define SA(...) __attribute__((swift_async(__VA_ARGS__))) macro
6 SA(none) int a; // expected-warning{{'swift_async' attribute only applies to functions and Objectiv… function
8 SA(none) void b(); function
10 SA(not_swift_private, 0) void c(); // expected-error{{'swift_async' attribute parameter 2 is out of… function
11 SA(swift_private, 1) void d(); // expected-error{{'swift_async' attribute parameter 2 is out of bou… function
14 SA(swift_private, 1) void g(void (^)()); function
16 SA(none, 1) void h(); // expected-error{{'swift_async' attribute takes one argument}} function
17 SA() void i(); // expected-error{{'swift_async' attribute takes at least 1 argument}} function
18 SA(not_swift_private) void j(); // expected-error{{'swift_async' attribute requires exactly 2 argum… function
19 SA(43) void k(); // expected-error{{'swift_async' attribute requires parameter 1 to be an identifie… function
[all …]
/dports/databases/postgresql13-plperl/postgresql-13.5/src/include/fe_utils/
H A Dstring_utils.h9 * Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
10 * Portions Copyright (c) 1994, Regents of the University of California
12 * src/include/fe_utils/string_utils.h
14 *-------------------------------------------------------------------------
16 #ifndef STRING_UTILS_H
17 #define STRING_UTILS_H
19 #include "libpq-fe.h"
20 #include "pqexpbuffer.h"
22 /* Global variables controlling behavior of fmtId() and fmtQualifiedId() */ in func()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/ndk-0.3.0/src/media/
H A Derror.rs17 ErrorWouldBlock = ffi::media_status_t_AMEDIA_ERROR_WOULD_BLOCK,
18 DrmErrorBase = ffi::media_status_t_AMEDIA_DRM_ERROR_BASE,
19 DrmNotProvisioned = ffi::media_status_t_AMEDIA_DRM_NOT_PROVISIONED,
20 DrmResourceBusy = ffi::media_status_t_AMEDIA_DRM_RESOURCE_BUSY,
21 DrmDeviceRevoked = ffi::media_status_t_AMEDIA_DRM_DEVICE_REVOKED,
22 DrmShortBuffer = ffi::media_status_t_AMEDIA_DRM_SHORT_BUFFER,
23 DrmSessionNotOpened = ffi::media_status_t_AMEDIA_DRM_SESSION_NOT_OPENED,
24 DrmTamperDetected = ffi::media_status_t_AMEDIA_DRM_TAMPER_DETECTED,
25 DrmVerifyFailed = ffi::media_status_t_AMEDIA_DRM_VERIFY_FAILED,
26 DrmNeedKey = ffi::media_status_t_AMEDIA_DRM_NEED_KEY,
[all …]
/dports/biology/mummer/mummer-4.0.0beta2-2-g277dac5/include/compactsufsort/
H A Dcompactsufsort_imp.hpp19 struct SA { struct
20 typedef typename type_traits<SAIDPTR>::SAIDX SAIDX;
21 typedef typename const_iterator_traits<SAIDPTR>::type CSAIDPTR;
24 inline static SAIDX& bucket(SAIDX* b, saint_t c0) { in bucket()
27 inline static SAIDX& bucket(SAIDX* b, saint_t c0, saint_t c1) { in bucket()
37 sort_typeBstar(CHARPTR T, SAIDPTR SA, in sort_typeBstar()
210 construct_SA(CHARPTR T, SAIDPTR SA, in construct_SA()
271 create(CHARPTR T, SAIDPTR SA, SAIDX n) { in create()
298 _compare(ITERATOR T, SAIDX Tsize, in _compare()
311 search(CHARPTR T, SAIDX Tsize, CSAIDPTR SA, SAIDX SAsize, in search()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/
H A DWstringop-truncation-3.c13 struct SA struct
15 char a3[3], b3[3];
16 char a5[5], b5[5];
17 char ax[];
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A DWstringop-truncation-3.c14 struct SA struct
16 char a3[3], b3[3];
17 char a5[5], b5[5];
18 char ax[];
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/
H A DWstringop-truncation-3.c14 struct SA struct
16 char a3[3], b3[3];
17 char a5[5], b5[5];
18 char ax[];
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A DWstringop-truncation-3.c14 struct SA struct
16 char a3[3], b3[3];
17 char a5[5], b5[5];
18 char ax[];
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/
H A DWstringop-truncation-3.c13 struct SA struct
15 char a3[3], b3[3];
16 char a5[5], b5[5];
17 char ax[];
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A DWstringop-truncation-3.c14 struct SA struct
16 char a3[3], b3[3];
17 char a5[5], b5[5];
18 char ax[];
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/
H A DWstringop-truncation-3.c13 struct SA struct
15 char a3[3], b3[3];
16 char a5[5], b5[5];
17 char ax[];
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/
H A DWstringop-truncation-3.c14 struct SA struct
16 char a3[3], b3[3];
17 char a5[5], b5[5];
18 char ax[];
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/
H A DWstringop-truncation-3.c14 struct SA struct
16 char a3[3], b3[3];
17 char a5[5], b5[5];
18 char ax[];
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/
H A DWstringop-truncation-3.c14 struct SA struct
16 char a3[3], b3[3];
17 char a5[5], b5[5];
18 char ax[];
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/OpenMP/
H A Dtarget_parallel_is_device_ptr_messages.cpp11 struct SA { struct
12 const int d = 5;
14 ST e;
15 ST g[10];
16 STarr &rg = g;
17 int i;
18 int &j = i;
19 int *k = &j;
20 int *&z = k;
21 int aa[10];
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/OpenMP/
H A Dtarget_is_device_ptr_messages.cpp9 struct SA { struct
10 const int d = 5;
12 ST e;
13 ST g[10];
14 STarr &rg = g;
15 int i;
16 int &j = i;
17 int *k = &j;
18 int *&z = k;
19 int aa[10];
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/OpenMP/
H A Dtarget_teams_is_device_ptr_messages.cpp11 struct SA { struct
12 const int d = 5;
14 ST e;
15 ST g[10];
16 STarr &rg = g;
17 int i;
18 int &j = i;
19 int *k = &j;
20 int *&z = k;
21 int aa[10];
[all …]

12345678910>>...157