Home
last modified time | relevance | path

Searched defs:retval (Results 1 – 25 of 79) sorted by relevance

1234

/llvm-project-15.0.7/openmp/runtime/cmake/
H A DLibompCheckLinkerFlag.cmake18 set(retval TRUE) variable
47 set(retval FALSE) variable
51 set(retval FALSE) variable
H A DLibompCheckFortranFlag.cmake16 set(retval TRUE) variable
/llvm-project-15.0.7/clang/test/Analysis/cert/
H A Dpos34-c.cpp18 int retval = snprintf(env, sizeof(env), "TEST=%s", var); in volatile_memory1() local
34 int retval = snprintf(env, sizeof(env), "TEST=%s", var); in test_static() local
/llvm-project-15.0.7/libc/test/integration/src/threads/
H A Dmtx_test.cpp66 int retval = 123; in relay_counter() local
131 int retval = 123; in wait_and_step() local
184 int retval; in multiple_waiters() local
H A Dthrd_test.cpp29 int retval = thread_count + 1; // Start with a retval we dont expect. in create_and_join() local
49 int retval = thread_count + 1; // Start with a retval we dont expect. in spawn_and_join() local
H A Dcall_once_test.cpp49 int retval; in call_from_5_threads() local
104 int retval; in test_synchronization() local
H A Dcnd_test.cpp79 int retval = 0xBAD; in wait_notify_broadcast_test() local
136 int retval; in single_waiter_test() local
H A Dthrd_equal_test.cpp59 int retval; in main() local
/llvm-project-15.0.7/libc/test/integration/src/pthread/
H A Dpthread_mutex_test.cpp66 void *retval = reinterpret_cast<void *>(123); in relay_counter() local
124 void *retval = reinterpret_cast<void *>(123); in wait_and_step() local
177 void *retval; in multiple_waiters() local
H A Dpthread_test.cpp30 void *retval = reinterpret_cast<void *>(thread_count + 1); in create_and_join() local
52 void *retval = reinterpret_cast<void *>(thread_count + 1); in spawn_and_join() local
H A Dpthread_equal_test.cpp58 void *retval; in main() local
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DFormatCache.cpp27 void FormatCache::Entry::Get(lldb::TypeFormatImplSP &retval) { in Get()
31 void FormatCache::Entry::Get(lldb::TypeSummaryImplSP &retval) { in Get()
35 void FormatCache::Entry::Get(lldb::SyntheticChildrenSP &retval) { in Get()
H A DTypeCategory.cpp321 FormatContainer::MapValueType retval; in GetFormatForType() local
337 SummaryContainer::MapValueType retval; in GetSummaryForType() local
353 FilterContainer::MapValueType retval; in GetFilterForType() local
369 SynthContainer::MapValueType retval; in GetSyntheticForType() local
/llvm-project-15.0.7/libc/src/__support/threads/
H A Dthread.h91 ThreadReturnValue retval; in alignas() local
121 ThreadReturnValue retval; in join() local
130 ThreadReturnValue retval; in join() local
/llvm-project-15.0.7/openmp/runtime/test/affinity/
H A Dlibomp_test_affinity.h26 affinity_mask_t *retval = (affinity_mask_t *)malloc(sizeof(affinity_mask_t)); in affinity_mask_alloc() local
76 size_t n, size_t *retval) { in affinity_update_snprintf_values()
93 size_t retval = 0; in affinity_mask_snprintf() local
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_test_imath.c30 mp_result retval; in test_imath_internals() local
/llvm-project-15.0.7/compiler-rt/test/shadowcallstack/
H A Dlibc_support.h14 size_t retval = 0; in scs_strlen() local
/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Dthread_exit.c18 void *retval = 0; in main() local
/llvm-project-15.0.7/libc/test/integration/scudo/
H A Dgwp_asan_should_crash.cpp12 char retval = 0; in main() local
/llvm-project-15.0.7/openmp/runtime/test/env/
H A Domp_wait_policy.c19 int blocktime, retval=1; in main() local
/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/
H A DTestGdbRemoteExitCode.py13 def _test_inferior_exit(self, retval): argument
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_affinity.h58 long retval = in get_system_affinity() local
72 long retval = in set_system_affinity() local
91 int retval; in set_process_affinity() local
318 int retval = 0; in begin() local
329 int retval = previous + 1; in next() local
338 long retval = in get_system_affinity() local
343 int retval = (r == 0 ? 0 : -1); in get_system_affinity() local
358 long retval = in set_system_affinity() local
452 int retval = 0; in begin() local
459 int retval = previous + 1; in next() local
[all …]
/llvm-project-15.0.7/libc/test/integration/src/__support/threads/
H A Dthread_tls_test.cpp25 int retval; in thread_local_test() local
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp52 static void cacheAnnotationFromMD(const MDNode *md, key_val_pair_t &retval) { in cacheAnnotationFromMD()
114 unsigned &retval) { in findOneNVVMAnnotation()
129 std::vector<unsigned> &retval) { in findAllNVVMAnnotation()
286 bool retval = findOneNVVMAnnotation(&F, "kernel", x); in isKernelFunction() local
296 bool retval = findAllNVVMAnnotation(&F, "align", Vs); in getAlign() local
/llvm-project-15.0.7/openmp/runtime/test/worksharing/for/
H A Domp_doacross.c46 int retval = (m[(N - 1) * N + N - 1] == 2 * (N - 1)); in test_doacross() local

1234