/llvm-project/compiler-rt/test/lsan/TestCases/ |
H A D | use_registers_extra.cpp | 18 int *sync = reinterpret_cast<int *>(arg); in registers_thread_func() local 49 int sync = 0; in main() local
|
H A D | use_registers.cpp | 15 int *sync = reinterpret_cast<int *>(arg); registers_thread_func() local 69 int sync = 0; main() local
|
H A D | use_stacks_threaded.cpp | 16 int *sync = reinterpret_cast<int *>(arg); in stacks_thread_func() local 26 int sync = 0; in main() local
|
/llvm-project/compiler-rt/test/profile/Inputs/ |
H A D | instrprof-gcov-parallel.driver.c | 11 _Atomic int *sync = mmap(NULL, sizeof(int), PROT_READ | PROT_WRITE, in main() local
|
/llvm-project/libcxx/test/std/input.output/iostream.format/output.streams/ostream.unformatted/ |
H A D | flush.pass.cpp | 35 sync() in sync() function in testbuf
|
/llvm-project/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/ |
H A D | sync.pass.cpp | 49 int sync() sync() function 64 virtual int sync() { return -1; } sync() function 95 virtual int sync() sync() function [all...] |
/llvm-project/libcxx/test/std/input.output/iostream.format/output.streams/ostream.manip/ |
H A D | flush.pass.cpp | 36 sync() in sync() function in testbuf
|
H A D | endl.pass.cpp | 56 sync() in sync() function in testbuf
|
/llvm-project/libcxx/test/std/input.output/iostream.format/output.streams/ostream_sentry/ |
H A D | construct.pass.cpp | 31 int virtual sync() in sync() function
|
H A D | destruct.pass.cpp | 31 int virtual sync() in sync() function
|
/llvm-project/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.print/ |
H A D | print.pass.cpp | 68 int virtual sync() { return -1; } test_sentry_failure() function
|
H A D | vprint_unicode.pass.cpp | 78 int virtual sync() { return -1; } test_sentry_failure() function
|
H A D | vprint_nonunicode.pass.cpp | 78 int virtual sync() { return -1; } test_sentry_failure() function
|
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
H A D | InstrumentationRuntimeASan.cpp | 93 const bool sync = false; in Activate() local
|
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/ |
H A D | InstrumentationRuntimeASanLibsanitizers.cpp | 107 const bool sync = false; Activate() local
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | Parallel.h | 82 void sync() const { in sync() function 104 void sync() const { L.sync(); } sync() function
|
/llvm-project/libcxx/test/libcxx/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.print/ |
H A D | vprint_unicode.pass.cpp | 140 int virtual sync() { test_is_terminal_is_flushed() function
|
/llvm-project/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream_sentry/ |
H A D | ctor.pass.cpp | 47 int virtual sync() sync() function
|
/llvm-project/llvm/test/MC/Mips/micromips/ |
H A D | valid.s | 372 sync # CHECK: sync # encoding: [0x00,0x00,0x6b,0x7c] label 374 sync 0 # CHECK: sync # encoding: [0x00,0x00,0x6b,0x7c] label 376 sync 1 # CHECK: sync 1 # encoding: [0x00,0x01,0x6b,0x7c] label
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl_thread.cpp | 111 VectorClock *sync; member 289 VectorClock *sync; global() member [all...] |
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
H A D | InstrumentationRuntimeMainThreadChecker.cpp | 218 const bool sync = false; in Activate() local
|
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
H A D | InstrumentationRuntimeUBSan.cpp | 278 const bool sync = false; in Activate() local
|
/llvm-project/libcxx/src/ |
H A D | std_stream.h | 359 int __stdoutbuf<_CharT>::sync() { in sync() function
|
H A D | ios.cpp | 378 bool ios_base::sync_with_stdio(bool sync) { in sync_with_stdio() argument
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | LSPClient.cpp | 244 void LSPClient::sync() { call("sync", nullptr).takeValue(); } in sync() function in clang::clangd::LSPClient
|