Home
last modified time | relevance | path

Searched defs:start (Results 1 – 25 of 331) sorted by relevance

12345678910>>...14

/llvm-project-15.0.7/clang/test/CodeGen/
H A Dbuiltins-hexagon-circ.c6 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()
69 short test10(int mod, void *start) { in test10()
76 int test11(int mod, void *start) { in test11()
[all …]
/llvm-project-15.0.7/lldb/source/Host/common/
H A DLockFileBase.cpp23 Status LockFileBase::WriteLock(const uint64_t start, const uint64_t len) { in WriteLock()
29 Status LockFileBase::TryWriteLock(const uint64_t start, const uint64_t len) { in TryWriteLock()
35 Status LockFileBase::ReadLock(const uint64_t start, const uint64_t len) { in ReadLock()
41 Status LockFileBase::TryReadLock(const uint64_t start, const uint64_t len) { in TryReadLock()
62 Status LockFileBase::DoLock(const Locker &locker, const uint64_t start, in DoLock()
/llvm-project-15.0.7/llvm/utils/
H A Dbisect-skip-count47 start = args.skipstart variable
67 start = count variable
73 start = args.countstart variable
87 start = count variable
93 start = count variable
H A Dbisect29 start = args.start variable
45 start = count variable
/llvm-project-15.0.7/lldb/source/Host/posix/
H A DLockFilePosix.cpp19 static Status fileLock(int fd, int cmd, int lock_type, const uint64_t start, in fileLock()
40 Status LockFilePosix::DoWriteLock(const uint64_t start, const uint64_t len) { in DoWriteLock()
44 Status LockFilePosix::DoTryWriteLock(const uint64_t start, const uint64_t len) { in DoTryWriteLock()
48 Status LockFilePosix::DoReadLock(const uint64_t start, const uint64_t len) { in DoReadLock()
52 Status LockFilePosix::DoTryReadLock(const uint64_t start, const uint64_t len) { in DoTryReadLock()
/llvm-project-15.0.7/lldb/source/Host/windows/
H A DLockFileWindows.cpp16 static Status fileLock(HANDLE file_handle, DWORD flags, const uint64_t start, in fileLock()
43 Status LockFileWindows::DoWriteLock(const uint64_t start, const uint64_t len) { in DoWriteLock()
47 Status LockFileWindows::DoTryWriteLock(const uint64_t start, in DoTryWriteLock()
53 Status LockFileWindows::DoReadLock(const uint64_t start, const uint64_t len) { in DoReadLock()
57 Status LockFileWindows::DoTryReadLock(const uint64_t start, in DoTryReadLock()
/llvm-project-15.0.7/clang/test/Sema/
H A Dbuiltins-aarch64.c10 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 Dbuiltins-arm64.c8 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-15.0.7/llvm/test/Other/
H A Dopt-bisect-helper.py21 start = args.start variable
37 start = count variable
/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/
H A Dcompatibility.py16 def _relpath_nt(path, start=os.path.curdir): argument
47 def _relpath_posix(path, start=os.path.curdir): argument
/llvm-project-15.0.7/clang/test/OpenMP/
H A Dtile_ast_print.cpp115 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 Dtile_codegen.cpp26 extern "C" void foo1(int start, int end, int step) { in foo1()
33 extern "C" void foo2(int start, int end, int step) { in foo2()
76 void foo7(T start, T end) { in foo7()
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DPrettyClassDefinitionDumper.cpp30 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-15.0.7/llvm/test/MC/Mips/
H A Dimm-operand-err.s15 start: label
/llvm-project-15.0.7/llvm/test/tools/dsymutil/ARM/
H A Dthumb.c9 void start() { in start() function
/llvm-project-15.0.7/llvm/test/MC/ELF/
H A Ddebug-main-file.s40 start: label
/llvm-project-15.0.7/lld/test/ELF/
H A Daarch64-bti-pac-cli-error.s18 start: ret label
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Dthumb2-b.w-target.s8 start: label
/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DPerfContextSwitchDecoder.h91 uint64_t start; member
95 uint64_t start; member
107 uint64_t start; member
/llvm-project-15.0.7/compiler-rt/lib/builtins/
H A Dclear_cache.c61 void __clear_cache(void *start, void *end) { in __clear_cache()
/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A Dimtimer.c130 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-15.0.7/libcxx/test/std/containers/sequences/deque/deque.cons/
H A Dassign_iter_iter.pass.cpp27 make(int size, int start = 0 ) in make()
58 testN(int start, int N, int M) in testN()
78 testNI(int start, int N, int M) in testNI()
/llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/impl/
H A Dmsgpack.cpp76 uint64_t read_embedded_u8(const unsigned char *start) { return start[0]; } in read_embedded_u8()
77 uint64_t read_embedded_s8(const unsigned char *start) { in read_embedded_s8()
83 uint64_t read_via_mask_0x1(const unsigned char *start) { return *start & 0x1u; } in read_via_mask_0x1()
84 uint64_t read_via_mask_0xf(const unsigned char *start) { return *start & 0xfu; } in read_via_mask_0xf()
85 uint64_t read_via_mask_0x1f(const unsigned char *start) { in read_via_mask_0x1f()
174 const unsigned char *msgpack::skip_next_message(const unsigned char *start, in skip_next_message()
/llvm-project-15.0.7/libcxx/test/std/containers/sequences/deque/deque.capacity/
H A Dshrink_to_fit.pass.cpp21 make(int size, int start = 0 ) in make()
52 testN(int start, int N) in testN()
/llvm-project-15.0.7/libcxx/test/std/containers/sequences/deque/deque.special/
H A Dmove.pass.cpp26 make(int size, int start = 0 ) in make()
47 void testN(int start, int N) in testN()

12345678910>>...14