Home
last modified time | relevance | path

Searched refs:call_once (Results 1 – 25 of 3620) sorted by relevance

12345678910>>...145

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Analysis/
H A Dcall_once.cpp57 std::call_once(g_initialize, [&] { in test_called_warning()
73 std::call_once(g_initialize, [&] { in test_called_on_path_inside_no_warning()
90 std::call_once(g_initialize, [&] { in test_called_on_path_no_warning()
107 std::call_once(g_initialize, [&] { in test_called_on_path_warning()
188 std::call_once(flag, func); in test_function_objects_warning()
199 std::call_once(flag, [&](int p) { in test_param_passing_lambda()
232 std::call_once(flag, lambda, x); in test_param_passing_stored_lambda()
285 std::call_once(flag, ^{ in test_blocks()
293 int call_once() { in call_once() function
298 int x = call_once(); in test_non_std_call_once()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Analysis/
H A Dcall_once.cpp57 std::call_once(g_initialize, [&] { in test_called_warning()
73 std::call_once(g_initialize, [&] { in test_called_on_path_inside_no_warning()
90 std::call_once(g_initialize, [&] { in test_called_on_path_no_warning()
107 std::call_once(g_initialize, [&] { in test_called_on_path_warning()
188 std::call_once(flag, func); in test_function_objects_warning()
199 std::call_once(flag, [&](int p) { in test_param_passing_lambda()
232 std::call_once(flag, lambda, x); in test_param_passing_stored_lambda()
285 std::call_once(flag, ^{ in test_blocks()
293 int call_once() { in call_once() function
298 int x = call_once(); in test_non_std_call_once()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Analysis/
H A Dcall_once.cpp57 std::call_once(g_initialize, [&] { in test_called_warning()
73 std::call_once(g_initialize, [&] { in test_called_on_path_inside_no_warning()
90 std::call_once(g_initialize, [&] { in test_called_on_path_no_warning()
107 std::call_once(g_initialize, [&] { in test_called_on_path_warning()
188 std::call_once(flag, func); in test_function_objects_warning()
199 std::call_once(flag, [&](int p) { in test_param_passing_lambda()
232 std::call_once(flag, lambda, x); in test_param_passing_stored_lambda()
285 std::call_once(flag, ^{ in test_blocks()
293 int call_once() { in call_once() function
298 int x = call_once(); in test_non_std_call_once()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dcall_once.cpp57 std::call_once(g_initialize, [&] { in test_called_warning()
73 std::call_once(g_initialize, [&] { in test_called_on_path_inside_no_warning()
90 std::call_once(g_initialize, [&] { in test_called_on_path_no_warning()
107 std::call_once(g_initialize, [&] { in test_called_on_path_warning()
188 std::call_once(flag, func); in test_function_objects_warning()
199 std::call_once(flag, [&](int p) { in test_param_passing_lambda()
232 std::call_once(flag, lambda, x); in test_param_passing_stored_lambda()
285 std::call_once(flag, ^{ in test_blocks()
293 int call_once() { in call_once() function
298 int x = call_once(); in test_non_std_call_once()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Dcall_once.cpp57 std::call_once(g_initialize, [&] { in test_called_warning()
73 std::call_once(g_initialize, [&] { in test_called_on_path_inside_no_warning()
90 std::call_once(g_initialize, [&] { in test_called_on_path_no_warning()
107 std::call_once(g_initialize, [&] { in test_called_on_path_warning()
188 std::call_once(flag, func); in test_function_objects_warning()
199 std::call_once(flag, [&](int p) { in test_param_passing_lambda()
232 std::call_once(flag, lambda, x); in test_param_passing_stored_lambda()
285 std::call_once(flag, ^{ in test_blocks()
293 int call_once() { in call_once() function
298 int x = call_once(); in test_non_std_call_once()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Analysis/
H A Dcall_once.cpp57 std::call_once(g_initialize, [&] { in test_called_warning()
73 std::call_once(g_initialize, [&] { in test_called_on_path_inside_no_warning()
90 std::call_once(g_initialize, [&] { in test_called_on_path_no_warning()
107 std::call_once(g_initialize, [&] { in test_called_on_path_warning()
188 std::call_once(flag, func); in test_function_objects_warning()
199 std::call_once(flag, [&](int p) { in test_param_passing_lambda()
232 std::call_once(flag, lambda, x); in test_param_passing_stored_lambda()
285 std::call_once(flag, ^{ in test_blocks()
293 int call_once() { in call_once() function
298 int x = call_once(); in test_non_std_call_once()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Analysis/
H A Dcall_once.cpp57 std::call_once(g_initialize, [&] { in test_called_warning()
73 std::call_once(g_initialize, [&] { in test_called_on_path_inside_no_warning()
90 std::call_once(g_initialize, [&] { in test_called_on_path_no_warning()
107 std::call_once(g_initialize, [&] { in test_called_on_path_warning()
188 std::call_once(flag, func); in test_function_objects_warning()
199 std::call_once(flag, [&](int p) { in test_param_passing_lambda()
232 std::call_once(flag, lambda, x); in test_param_passing_stored_lambda()
285 std::call_once(flag, ^{ in test_blocks()
293 int call_once() { in call_once() function
298 int x = call_once(); in test_non_std_call_once()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Analysis/
H A Dcall_once.cpp57 std::call_once(g_initialize, [&] { in test_called_warning()
73 std::call_once(g_initialize, [&] { in test_called_on_path_inside_no_warning()
90 std::call_once(g_initialize, [&] { in test_called_on_path_no_warning()
107 std::call_once(g_initialize, [&] { in test_called_on_path_warning()
188 std::call_once(flag, func); in test_function_objects_warning()
199 std::call_once(flag, [&](int p) { in test_param_passing_lambda()
232 std::call_once(flag, lambda, x); in test_param_passing_stored_lambda()
285 std::call_once(flag, ^{ in test_blocks()
293 int call_once() { in call_once() function
298 int x = call_once(); in test_non_std_call_once()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dcall_once.cpp57 std::call_once(g_initialize, [&] { in test_called_warning()
73 std::call_once(g_initialize, [&] { in test_called_on_path_inside_no_warning()
90 std::call_once(g_initialize, [&] { in test_called_on_path_no_warning()
107 std::call_once(g_initialize, [&] { in test_called_on_path_warning()
188 std::call_once(flag, func); in test_function_objects_warning()
199 std::call_once(flag, [&](int p) { in test_param_passing_lambda()
232 std::call_once(flag, lambda, x); in test_param_passing_stored_lambda()
285 std::call_once(flag, ^{ in test_blocks()
293 int call_once() { in call_once() function
298 int x = call_once(); in test_non_std_call_once()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Analysis/
H A Dcall_once.cpp57 std::call_once(g_initialize, [&] { in test_called_warning()
73 std::call_once(g_initialize, [&] { in test_called_on_path_inside_no_warning()
90 std::call_once(g_initialize, [&] { in test_called_on_path_no_warning()
107 std::call_once(g_initialize, [&] { in test_called_on_path_warning()
188 std::call_once(flag, func); in test_function_objects_warning()
199 std::call_once(flag, [&](int p) { in test_param_passing_lambda()
232 std::call_once(flag, lambda, x); in test_param_passing_stored_lambda()
285 std::call_once(flag, ^{ in test_blocks()
293 int call_once() { in call_once() function
298 int x = call_once(); in test_non_std_call_once()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Dcall_once.cpp57 std::call_once(g_initialize, [&] { in test_called_warning()
73 std::call_once(g_initialize, [&] { in test_called_on_path_inside_no_warning()
90 std::call_once(g_initialize, [&] { in test_called_on_path_no_warning()
107 std::call_once(g_initialize, [&] { in test_called_on_path_warning()
188 std::call_once(flag, func); in test_function_objects_warning()
199 std::call_once(flag, [&](int p) { in test_param_passing_lambda()
232 std::call_once(flag, lambda, x); in test_param_passing_stored_lambda()
285 std::call_once(flag, ^{ in test_blocks()
293 int call_once() { in call_once() function
298 int x = call_once(); in test_non_std_call_once()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dcall_once.cpp57 std::call_once(g_initialize, [&] { in test_called_warning()
73 std::call_once(g_initialize, [&] { in test_called_on_path_inside_no_warning()
90 std::call_once(g_initialize, [&] { in test_called_on_path_no_warning()
107 std::call_once(g_initialize, [&] { in test_called_on_path_warning()
188 std::call_once(flag, func); in test_function_objects_warning()
199 std::call_once(flag, [&](int p) { in test_param_passing_lambda()
232 std::call_once(flag, lambda, x); in test_param_passing_stored_lambda()
285 std::call_once(flag, ^{ in test_blocks()
293 int call_once() { in call_once() function
298 int x = call_once(); in test_non_std_call_once()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Analysis/
H A Dcall_once.cpp57 std::call_once(g_initialize, [&] { in test_called_warning()
73 std::call_once(g_initialize, [&] { in test_called_on_path_inside_no_warning()
90 std::call_once(g_initialize, [&] { in test_called_on_path_no_warning()
107 std::call_once(g_initialize, [&] { in test_called_on_path_warning()
188 std::call_once(flag, func); in test_function_objects_warning()
199 std::call_once(flag, [&](int p) { in test_param_passing_lambda()
232 std::call_once(flag, lambda, x); in test_param_passing_stored_lambda()
285 std::call_once(flag, ^{ in test_blocks()
293 int call_once() { in call_once() function
298 int x = call_once(); in test_non_std_call_once()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Analysis/
H A Dcall_once.cpp57 std::call_once(g_initialize, [&] { in test_called_warning()
73 std::call_once(g_initialize, [&] { in test_called_on_path_inside_no_warning()
90 std::call_once(g_initialize, [&] { in test_called_on_path_no_warning()
107 std::call_once(g_initialize, [&] { in test_called_on_path_warning()
188 std::call_once(flag, func); in test_function_objects_warning()
199 std::call_once(flag, [&](int p) { in test_param_passing_lambda()
232 std::call_once(flag, lambda, x); in test_param_passing_stored_lambda()
285 std::call_once(flag, ^{ in test_blocks()
293 int call_once() { in call_once() function
298 int x = call_once(); in test_non_std_call_once()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/Analysis/
H A Dcall_once.cpp57 std::call_once(g_initialize, [&] {
73 std::call_once(g_initialize, [&] {
90 std::call_once(g_initialize, [&] {
107 std::call_once(g_initialize, [&] {
188 std::call_once(flag, func);
199 std::call_once(flag, [&](int p) {
232 std::call_once(flag, lambda, x);
285 std::call_once(flag, ^{
293 int call_once() {
298 int x = call_once();
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/Analysis/
H A Dcall_once.cpp57 std::call_once(g_initialize, [&] { in test_called_warning()
73 std::call_once(g_initialize, [&] { in test_called_on_path_inside_no_warning()
90 std::call_once(g_initialize, [&] { in test_called_on_path_no_warning()
107 std::call_once(g_initialize, [&] { in test_called_on_path_warning()
188 std::call_once(flag, func); in test_function_objects_warning()
199 std::call_once(flag, [&](int p) { in test_param_passing_lambda()
232 std::call_once(flag, lambda, x); in test_param_passing_stored_lambda()
285 std::call_once(flag, ^{ in test_blocks()
293 int call_once() { in call_once() function
298 int x = call_once(); in test_non_std_call_once()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/thread/doc/
H A Donce.qbk16 inline void call_once(once_flag& flag, Function&& f, ArgTypes&&... args);
19 void call_once(void (*func)(),once_flag& flag);
51 [section:call_once Non-member function `call_once`]
60 [[Effects:] [Calls to `call_once` on the same `once_flag` object are serialized. If there has been …
66 all subsequent `call_once` invocations on the same `once_flag` object. ]]
70 [[Note:] [The function passed to `call_once` must not also call
71 `call_once` passing the same `once_flag` object. This may cause
75 proceed even though the call to `call_once` didn't actually call the
76 function, in which case it could also avoid calling `call_once`
84 void call_once(void (*func)(),once_flag& flag);
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/thread/doc/
H A Donce.qbk16 inline void call_once(once_flag& flag, Function&& f, ArgTypes&&... args);
19 void call_once(void (*func)(),once_flag& flag);
51 [section:call_once Non-member function `call_once`]
60 [[Effects:] [Calls to `call_once` on the same `once_flag` object are serialized. If there has been …
66 all subsequent `call_once` invocations on the same `once_flag` object. ]]
70 [[Note:] [The function passed to `call_once` must not also call
71 `call_once` passing the same `once_flag` object. This may cause
75 proceed even though the call to `call_once` didn't actually call the
76 function, in which case it could also avoid calling `call_once`
84 void call_once(void (*func)(),once_flag& flag);
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/thread/doc/
H A Donce.qbk16 inline void call_once(once_flag& flag, Function&& f, ArgTypes&&... args);
19 void call_once(void (*func)(),once_flag& flag);
51 [section:call_once Non-member function `call_once`]
60 [[Effects:] [Calls to `call_once` on the same `once_flag` object are serialized. If there has been …
66 all subsequent `call_once` invocations on the same `once_flag` object. ]]
70 [[Note:] [The function passed to `call_once` must not also call
71 `call_once` passing the same `once_flag` object. This may cause
75 proceed even though the call to `call_once` didn't actually call the
76 function, in which case it could also avoid calling `call_once`
84 void call_once(void (*func)(),once_flag& flag);
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/thread/doc/
H A Donce.qbk16 inline void call_once(once_flag& flag, Function&& f, ArgTypes&&... args);
19 void call_once(void (*func)(),once_flag& flag);
51 [section:call_once Non-member function `call_once`]
60 [[Effects:] [Calls to `call_once` on the same `once_flag` object are serialized. If there has been …
66 all subsequent `call_once` invocations on the same `once_flag` object. ]]
70 [[Note:] [The function passed to `call_once` must not also call
71 `call_once` passing the same `once_flag` object. This may cause
75 proceed even though the call to `call_once` didn't actually call the
76 function, in which case it could also avoid calling `call_once`
84 void call_once(void (*func)(),once_flag& flag);
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/thread/doc/
H A Donce.qbk16 inline void call_once(once_flag& flag, Function&& f, ArgTypes&&... args);
19 void call_once(void (*func)(),once_flag& flag);
51 [section:call_once Non-member function `call_once`]
60 [[Effects:] [Calls to `call_once` on the same `once_flag` object are serialized. If there has been …
66 all subsequent `call_once` invocations on the same `once_flag` object. ]]
70 [[Note:] [The function passed to `call_once` must not also call
71 `call_once` passing the same `once_flag` object. This may cause
75 proceed even though the call to `call_once` didn't actually call the
76 function, in which case it could also avoid calling `call_once`
84 void call_once(void (*func)(),once_flag& flag);
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/thread/doc/
H A Donce.qbk16 inline void call_once(once_flag& flag, Function&& f, ArgTypes&&... args);
19 void call_once(void (*func)(),once_flag& flag);
51 [section:call_once Non-member function `call_once`]
60 [[Effects:] [Calls to `call_once` on the same `once_flag` object are serialized. If there has been …
66 all subsequent `call_once` invocations on the same `once_flag` object. ]]
70 [[Note:] [The function passed to `call_once` must not also call
71 `call_once` passing the same `once_flag` object. This may cause
75 proceed even though the call to `call_once` didn't actually call the
76 function, in which case it could also avoid calling `call_once`
84 void call_once(void (*func)(),once_flag& flag);
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/thread/doc/
H A Donce.qbk16 inline void call_once(once_flag& flag, Function&& f, ArgTypes&&... args);
19 void call_once(void (*func)(),once_flag& flag);
51 [section:call_once Non-member function `call_once`]
60 [[Effects:] [Calls to `call_once` on the same `once_flag` object are serialized. If there has been …
66 all subsequent `call_once` invocations on the same `once_flag` object. ]]
70 [[Note:] [The function passed to `call_once` must not also call
71 `call_once` passing the same `once_flag` object. This may cause
75 proceed even though the call to `call_once` didn't actually call the
76 function, in which case it could also avoid calling `call_once`
84 void call_once(void (*func)(),once_flag& flag);
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/thread/doc/
H A Donce.qbk16 inline void call_once(once_flag& flag, Function&& f, ArgTypes&&... args);
19 void call_once(void (*func)(),once_flag& flag);
51 [section:call_once Non-member function `call_once`]
60 [[Effects:] [Calls to `call_once` on the same `once_flag` object are serialized. If there has been …
66 all subsequent `call_once` invocations on the same `once_flag` object. ]]
70 [[Note:] [The function passed to `call_once` must not also call
71 `call_once` passing the same `once_flag` object. This may cause
75 proceed even though the call to `call_once` didn't actually call the
76 function, in which case it could also avoid calling `call_once`
84 void call_once(void (*func)(),once_flag& flag);
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/thread/doc/
H A Donce.qbk16 inline void call_once(once_flag& flag, Function&& f, ArgTypes&&... args);
19 void call_once(void (*func)(),once_flag& flag);
51 [section:call_once Non-member function `call_once`]
60 [[Effects:] [Calls to `call_once` on the same `once_flag` object are serialized. If there has been …
66 all subsequent `call_once` invocations on the same `once_flag` object. ]]
70 [[Note:] [The function passed to `call_once` must not also call
71 `call_once` passing the same `once_flag` object. This may cause
75 proceed even though the call to `call_once` didn't actually call the
76 function, in which case it could also avoid calling `call_once`
84 void call_once(void (*func)(),once_flag& flag);
[all …]

12345678910>>...145