/llvm-project/clang/test/CodeGen/ |
H A D | builtins-hexagon-circ.c | 6 unsigned char test1(int mod, void *start) { in test1() 13 unsigned char test2(int mod, void *start) { in test2() 20 unsigned short test3(int mod, void *start) { in test3() 27 short test4(int mod, void *start) { in test4() 34 int test5(int mod, void *start) { in test5() 41 long long test6(int mod, void *start) { in test6() 48 unsigned char test7(int mod, void *start) { in test7() 55 unsigned char test8(int mod, void *start) { in test8() 62 unsigned short test9(int mod, void *start) { in test9() 69 short test10(int mod, void *start) { in test10() [all …]
|
/llvm-project/lldb/source/Host/common/ |
H A D | LockFileBase.cpp | 23 WriteLock(const uint64_t start,const uint64_t len) WriteLock() argument 29 TryWriteLock(const uint64_t start,const uint64_t len) TryWriteLock() argument 35 ReadLock(const uint64_t start,const uint64_t len) ReadLock() argument 41 TryReadLock(const uint64_t start,const uint64_t len) TryReadLock() argument 62 DoLock(const Locker & locker,const uint64_t start,const uint64_t len) DoLock() argument [all...] |
/llvm-project/llvm/utils/ |
H A D | bisect-skip-count | 47 start = args.skipstart variable 67 start = count variable 73 start = args.countstart variable 87 start = count variable 93 start = count variable
|
H A D | bisect | 29 start = args.start variable 45 start = count variable
|
/llvm-project/lldb/source/Host/posix/ |
H A D | LockFilePosix.cpp | 19 static Status fileLock(int fd, int cmd, int lock_type, const uint64_t start, in fileLock() argument 40 return fileLock(m_fd, F_SETLKW, F_WRLCK, start, len); in DoWriteLock() argument 44 return fileLock(m_fd, F_SETLK, F_WRLCK, start, len); in DoTryWriteLock() argument 48 return fileLock(m_fd, F_SETLKW, F_RDLCK, start, len); in DoReadLock() argument 52 return fileLock(m_fd, F_SETLK, F_RDLCK, start, le argument [all...] |
/llvm-project/lldb/source/Host/windows/ |
H A D | LockFileWindows.cpp | 16 static Status fileLock(HANDLE file_handle, DWORD flags, const uint64_t start, in fileLock() argument 43 DoWriteLock(const uint64_t start,const uint64_t len) DoWriteLock() argument 47 DoTryWriteLock(const uint64_t start,const uint64_t len) DoTryWriteLock() argument 53 DoReadLock(const uint64_t start,const uint64_t len) DoReadLock() argument 57 DoTryReadLock(const uint64_t start,const uint64_t len) DoTryReadLock() argument [all...] |
/llvm-project/lld/test/ELF/ |
H A D | aarch64-bti-pac-cli-error.s | 22 .globl start symbol 23 start: ret label
|
/llvm-project/clang/test/Sema/ |
H A D | builtins-aarch64.c | 10 void test_clear_cache_chars(char *start, char *end) { in test_clear_cache_chars() 14 void test_clear_cache_voids(void *start, void *end) { in test_clear_cache_voids()
|
H A D | builtins-arm64.c | 8 void test_clear_cache_chars(char *start, char *end) { in test_clear_cache_chars() 12 void test_clear_cache_voids(void *start, void *end) { in test_clear_cache_voids()
|
/llvm-project/libc/benchmarks/gpu/timing/nvptx/ |
H A D | timing.h | 82 uint64_t start = gpu::processor_clock(); in latency() local 27 uint64_t start = gpu::processor_clock(); overhead() local 49 uint64_t start = gpu::processor_clock(); latency() local [all...] |
/llvm-project/compiler-rt/test/metadata/ |
H A D | common.h | 52 void __sanitizer_metadata_covered_add(uint32_t version, const char *start, in __sanitizer_metadata_covered_add() 75 void __sanitizer_metadata_covered_del(uint32_t version, const char *start, in __sanitizer_metadata_covered_del() 82 void __sanitizer_metadata_atomics_add(uint32_t version, const char *start, in __sanitizer_metadata_atomics_add() 91 void __sanitizer_metadata_atomics_del(uint32_t version, const char *start, in __sanitizer_metadata_atomics_del()
|
/llvm-project/llvm/test/Other/ |
H A D | opt-bisect-helper.py | 21 start = args.start variable 37 start = count variable
|
/llvm-project/clang/test/OpenMP/ |
H A D | tile_ast_print.cpp | 115 void foo5(int start, int end, int step) { in foo5() 145 void foo6(T start, T end) { in foo6() 168 void foo7(int start, int stop, int step) { in foo7()
|
H A D | tile_codegen.cpp | 26 extern "C" void foo1(int start, int end, int step) { in foo1() argument 33 extern "C" void foo2(int start, int end, int step) { in foo2() argument 76 void foo7(T start, T end) { in foo7() argument
|
/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | PrettyClassDefinitionDumper.cpp | 30 void ClassDefinitionDumper::start(const PDBSymbolTypeUDT &Class) { in start() function in ClassDefinitionDumper 38 void ClassDefinitionDumper::start(const ClassLayout &Layout) { in start() function in ClassDefinitionDumper
|
/llvm-project/compiler-rt/lib/ctx_profile/ |
H A D | CtxInstrProfiling.h | 53 const char *start() const { return const_cast<Arena *>(this)->start(); } in start() function 61 char *start() { return reinterpret_cast<char *>(&this[1]); } in start() function
|
/llvm-project/llvm/test/MC/ARM/ |
H A D | thumb2-b.w-target.s | 8 start: label
|
/llvm-project/llvm/test/MC/ELF/ |
H A D | debug-main-file.s | 40 start: label
|
/llvm-project/llvm/test/MC/Mips/ |
H A D | imm-operand-err.s | 15 start: label
|
/llvm-project/llvm/test/tools/dsymutil/ARM/ |
H A D | thumb.c | 14 void start() { in start() function
|
/llvm-project/llvm/test/MC/RISCV/ |
H A D | tlsdesc.s | 7 start: # @start label
|
/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | PerfContextSwitchDecoder.h | 89 uint64_t start; member 93 uint64_t start; member 105 uint64_t start; member
|
/llvm-project/compiler-rt/lib/builtins/ |
H A D | clear_cache.c | 61 void __clear_cache(void *start, void *end) { in __clear_cache()
|
/llvm-project/polly/lib/External/isl/imath/ |
H A D | imtimer.c | 130 double clocks_to_seconds(clock_t start, clock_t end) { in clocks_to_seconds() 165 clock_t start, end; in get_multiply_time() local 182 clock_t start, end; in get_exptmod_time() local
|
/llvm-project/libcxx/test/std/containers/sequences/deque/deque.special/ |
H A D | move_backward.pass.cpp | 27 make(int size, int start = 0 ) in make() 48 void testN(int start, int N) in testN()
|