/llvm-project/libc/test/src/unistd/ |
H A D | swab_test.cpp | 17 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 D | memprof_interceptors_memintrinsics.cpp | 26 #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 D | asan_interceptors_memintrinsics.cpp | 28 #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 D | hwasan_memintrinsics.cpp | 30 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 D | exception_safety.pass.cpp | 110 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 D | strncat_strict.c | 14 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 D | strcat_strict.c | 14 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 D | emit-encoded.h | 23 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 D | tools.cpp | 75 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 D | array-constructor.cpp | 43 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 D | exception_safety.pass.cpp | 101 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 D | DynamicCastInfo.h | 21 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 D | aarch64-cortex-a53-843419-thunk-range.s | 22 .macro ERRATA from, to 43 .macro CALLS from, to 71 .macro DEFS from, to
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_bvgraph.h | 43 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 D | move_alloc.f90 | 8 integer, allocatable :: from(:), to(:) local 26 integer, allocatable :: from(:), to(:) local 47 integer, allocatable :: from(:), to(:) local
|
H A D | mvbits.f90 | 11 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 D | IRMapping.h | 30 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 D | sanitizer_bvgraph_test.cpp | 45 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 D | wchar_t_out.pass.cpp | 36 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 D | to.h | 89 [[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 D | bit_cast.pass.cpp | 32 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 D | restorer.h | 43 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 D | cpp_conversion.cc | 22 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 D | replace_sigaction.cpp | 39 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 D | BufferTest.cpp | 30 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
|