Home
last modified time | relevance | path

Searched defs:to (Results 1 – 25 of 184) sorted by relevance

12345678

/llvm-project/libc/test/src/unistd/
H A Dswab_test.cpp17 char to[4] = {'x', 'y', 'z', '\0'}; in TEST() local
24 char to[4] = {'x', 'y', 'z', '\0'}; in TEST() local
31 char to[4] = {'x', 'y', 'z', '\0'}; in TEST() local
46 char to[3] = {}; in TEST() local
53 char to[5] = {}; in TEST() local
60 char to[7] = {}; in TEST() local
70 char to[3] = {}; in TEST() local
77 char to[5] = {}; in TEST() local
84 char to[7] = {}; in TEST() local
/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_interceptors_memintrinsics.cpp26 #define MEMPROF_MEMCPY_IMPL(to, from, size) \ argument
52 #define MEMPROF_MEMMOVE_IMPL(to, from, size) \ argument
62 #define COMMON_INTERCEPTOR_MEMMOVE_IMPL(ctx, to, from, size) \ argument
68 #define COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, to, from, size) \ argument
82 void *__memprof_memcpy(void *to, const void *from, uptr size) { in __memprof_memcpy()
90 void *__memprof_memmove(void *to, const void *from, uptr size) { in __memprof_memmove()
/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors_memintrinsics.cpp28 #define ASAN_MEMCPY_IMPL(ctx, to, from, size) \ argument
53 #define ASAN_MEMMOVE_IMPL(ctx, to, from, size) \ argument
62 void *__asan_memcpy(void *to, const void *from, uptr size) { in __asan_memcpy()
70 void *__asan_memmove(void *to, const void *from, uptr size) { in __asan_memmove()
86 #define COMMON_INTERCEPTOR_MEMMOVE_IMPL(ctx, to, from, size) \ argument
92 #define COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, to, from, size) \ argument
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_memintrinsics.cpp30 void *__hwasan_memcpy(void *to, const void *from, uptr size) { in __hwasan_memcpy()
38 void *__hwasan_memmove(void *to, const void *from, uptr size) { in __hwasan_memmove()
54 void *__hwasan_memcpy_match_all(void *to, const void *from, uptr size, in __hwasan_memcpy_match_all()
65 void *__hwasan_memmove_match_all(void *to, const void *from, uptr size, in __hwasan_memmove_match_all()
/llvm-project/libcxx/test/std/containers/sequences/list/
H A Dexception_safety.pass.cpp110 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to){ in main()
117 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to){ in main()
125 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to){ in main()
158 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to) { in main()
166 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to) { in main()
181 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to) { in main()
188 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to) { in main()
203 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to) { in main()
211 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to) { in main()
/llvm-project/compiler-rt/test/asan/TestCases/
H A Dstrncat_strict.c14 void test1(char *to, int to_size, char *from) { in test1()
19 void test2(char *to, int to_size, char *from) { in test2()
27 char *to = (char*)malloc(to_size); in main() local
H A Dstrcat_strict.c14 void test1(char *to, int to_size, char *from) { in test1()
19 void test2(char *to, int to_size, char *from) { in test2()
27 char *to = (char*)malloc(to_size); in main() local
/llvm-project/flang/runtime/
H A Demit-encoded.h23 CONTEXT &to, const CHAR *data, std::size_t chars) { in EmitEncoded()
82 RT_API_ATTRS bool EmitAscii(CONTEXT &to, const char *data, std::size_t chars) { in EmitAscii()
93 RT_API_ATTRS bool EmitRepeated(CONTEXT &to, char ch, std::size_t n) { in EmitRepeated()
H A Dtools.cpp75 char *to, std::size_t toLength, const char *from) { in ToFortranDefaultCharacter()
85 RT_API_ATTRS void CheckConformability(const Descriptor &to, const Descriptor &x, in CheckConformability()
118 const Descriptor &to, const Descriptor &from) { in ShallowCopyDiscontiguousToDiscontiguous()
131 const Descriptor &to, const Descriptor &from) { in ShallowCopyDiscontiguousToContiguous()
143 const Descriptor &to, const Descriptor &from) { in ShallowCopyContiguousToDiscontiguous()
154 RT_API_ATTRS void ShallowCopy(const Descriptor &to, const Descriptor &from, in ShallowCopy()
172 RT_API_ATTRS void ShallowCopy(const Descriptor &to, const Descriptor &from) { in ShallowCopy()
H A Darray-constructor.cpp43 Descriptor &to{vector.to}; in AllocateOrReallocateVectorIfNeeded() local
111 Descriptor &to{vector.to}; RTDEF() local
175 Descriptor &to{vector.to}; RTDEF() local
[all...]
/llvm-project/libcxx/test/std/containers/sequences/forwardlist/
H A Dexception_safety.pass.cpp101 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to){ in main()
109 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to){ in main()
124 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to){ in main()
149 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to) { in main()
157 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to) { in main()
172 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to) { in main()
187 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to) { in main()
195 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to) { in main()
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DDynamicCastInfo.h21 DynamicCastInfo(QualType from, QualType to, CastResult resultKind) in DynamicCastInfo()
25 QualType to() const { return To; } in to() function
27 bool equals(QualType from, QualType to) const { in equals()
/llvm-project/lld/test/ELF/
H A Daarch64-cortex-a53-843419-thunk-range.s22 .macro ERRATA from, to
43 .macro CALLS from, to
71 .macro DEFS from, to
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bvgraph.h43 bool addEdge(uptr from, uptr to) { in addEdge()
49 uptr addEdges(const BV &from, uptr to, uptr added_edges[], in addEdges()
68 bool hasEdge(uptr from, uptr to) { return v[from].getBit(to); } in hasEdge()
71 bool removeEdge(uptr from, uptr to) { in removeEdge()
76 bool removeEdgesTo(const BV &to) { in removeEdgesTo()
103 bool hasEdge(uptr from, uptr to) const { in hasEdge()
/llvm-project/flang/test/Lower/Intrinsics/
H A Dmove_alloc.f908 integer, allocatable :: from(:), to(:) local
26 integer, allocatable :: from(:), to(:) local
47 integer, allocatable :: from(:), to(:) local
H A Dmvbits.f9011 integer :: from, frompos, len, to, topos local
72 subroutine mvbits_array_test(from, frompos, len, to, topos) argument
73 integer :: from(:), frompos, len, to(:), topos local
/llvm-project/mlir/include/mlir/IR/
H A DIRMapping.h30 void map(Value from, Value to) { valueMap[from] = to; } in map()
31 void map(Block *from, Block *to) { blockMap[from] = to; } in map()
32 void map(Operation *from, Operation *to) { operationMap[from] = to; } in map()
38 void map(S &&from, T &&to) { in map()
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_bvgraph_test.cpp45 bool addEdge(uptr from, uptr to) { in addEdge()
48 bool removeEdge(uptr from, uptr to) { in removeEdge()
55 uptr to = *it & ((1 << 16) - 1); in checkSameAs() local
61 uptr idx(uptr from, uptr to) { in idx()
85 uptr to = my_rand() % g.size(); in BasicTest() local
130 uptr to = my_rand() % g.size(); in RemoveEdges() local
142 for (uptr to = 0; to < g.size(); to++) in RemoveEdges() local
147 for (set<uptr>::iterator to = s.begin(); to != s.end(); ++to) { in RemoveEdges() local
/llvm-project/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
H A Dwchar_t_out.pass.cpp36 std::vector<char> to(from.size()+1); in main() local
50 std::vector<char> to(from.size()+1); in main() local
63 std::vector<char> to(from.size()-1); in main() local
/llvm-project/libcxx/include/__ranges/
H A Dto.h89 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr _Container to(_Range&& __range, _Args&&... __args) { to() function
196 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto to(_Range&& __range, _Args&&... __args) { to() function
205 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto to(_Args&&... __args) { to() function
223 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto to(_Args&&... __args) { to() function
[all...]
/llvm-project/libcxx/test/std/numerics/bit/bit.cast/
H A Dbit_cast.pass.cpp32 T to = std::bit_cast<T>(middle); in test_roundtrip_through_buffer() local
50 T to = std::bit_cast<T>(middle); in test_roundtrip_through_nested_T() local
67 T to = std::bit_cast<T>(middle); in test_roundtrip_through() local
273 int to = std::bit_cast<int>(middle); basic_constexpr_test() local
[all...]
/llvm-project/flang/include/flang/Common/
H A Drestorer.h43 RT_API_ATTRS common::IfNoLvalue<Restorer<A>, B> ScopedSet(A &to, B &&from) { in ScopedSet()
50 A &to, const B &from) { in ScopedSet()
/llvm-project/polly/lib/External/isl/interface/
H A Dcpp_conversion.cc22 void cpp_conversion_generator::cast(const isl_class &clazz, const char *to) in cast()
40 const char *from, const char *to, const char *function) in convert()
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dreplace_sigaction.cpp39 template <typename T1, typename T2> void test(T1 *from, T2 *to) { in test()
54 template <typename T> void testAll(T *to) { in testAll()
/llvm-project/flang/unittests/Runtime/
H A DBufferTest.cpp30 void set_expect(FileOffset to) { expect_ = to; } in set_expect()
32 std::size_t Read(FileOffset at, char *to, std::size_t minBytes, in Read()
93 char *to{store.Frame()}; in TEST() local

12345678