/llvm-project/libcxx/test/std/strings/basic.string/string.cons/ |
H A D | substr_rvalue.pass.cpp | 34 test_string_pos(S orig,typename S::size_type pos,S expected) test_string_pos() argument 48 test_string_pos(S orig,typename S::size_type pos,should_throw_exception_t) test_string_pos() argument 65 test_string_pos_alloc(S orig,typename S::size_type pos,const typename S::allocator_type & alloc,S expected) test_string_pos_alloc() argument 77 test_string_pos_alloc(S orig,typename S::size_type pos,const typename S::allocator_type & alloc,should_throw_exception_t) test_string_pos_alloc() argument 94 test_string_pos_n(S orig,typename S::size_type pos,typename S::size_type n,S expected) test_string_pos_n() argument 108 test_string_pos_n(S orig,typename S::size_type pos,typename S::size_type n,should_throw_exception_t) test_string_pos_n() argument 126 test_string_pos_n_alloc(S orig,typename S::size_type pos,typename S::size_type n,const typename S::allocator_type & alloc,S expected) test_string_pos_n_alloc() argument 138 test_string_pos_n_alloc(S orig,typename S::size_type pos,typename S::size_type n,const typename S::allocator_type & alloc,should_throw_exception_t) test_string_pos_n_alloc() argument [all...] |
/llvm-project/mlir/utils/verify-canon/ |
H A D | verify_canon.py | 65 orig = subprocess.check_output(orig_args, input=orig_ir) variable 68 orig = subprocess.check_output(translate_args, input=orig) variable 72 orig = bytes(add_func_prefix(orig.decode(enc), "src_"), enc) variable
|
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldCOFFAArch64.h | 39 uint32_t orig = read32le(T); write32AArch64Imm() local 45 uint32_t orig = read32le(T); write32AArch64Ldr() local 200 uint32_t orig = read32le(Displacement); processRelocationRef() local 209 uint32_t orig = read32le(Displacement); processRelocationRef() local 214 uint32_t orig = read32le(Displacement); processRelocationRef() local 220 uint32_t orig = read32le(Displacement); processRelocationRef() local 226 uint32_t orig = read32le(Displacement); processRelocationRef() local [all...] |
/llvm-project/libc/test/src/string/ |
H A D | strsep_test.cpp | 20 char *string = s, *orig = s; in TEST() local 26 char *string = s, *orig = s; in TEST() local 32 char *string = s, *orig = s; in TEST() local
|
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.sort/sort/ |
H A D | sort_constexpr.pass.cpp | 29 int orig[N] = {}; in test() local 48 T *orig[N] = {}; in test_pointers() local
|
H A D | sort_constexpr_comp.pass.cpp | 30 int orig[N] = {}; in test() local 49 T *orig[N] = {}; in test_pointers() local
|
/llvm-project/libcxx/test/std/strings/basic.string/string.ops/string_substr/ |
H A D | substr_rvalue.pass.cpp | 31 constexpr void test(S orig, typename S::size_type pos, typename S::size_type n, const S expected) { in test() 41 constexpr void test(S orig, typename S::size_type pos, typename S::size_type n, should_throw_except… in test()
|
/llvm-project/clang/test/Analysis/ |
H A D | array-init-loop.cpp | 69 S orig; in copy_ctor_init() local 85 S orig; in copy_ctor_uninit() local 100 S orig; in move_ctor_init() local 117 S orig; move_ctor_uninit() local 206 S5 orig; copy_ctor_init_non_pod() local 217 S5 orig; move_ctor_init_non_pod() local [all...] |
/llvm-project/libc/src/stdlib/ |
H A D | rand.cpp | 19 unsigned long orig = rand_next.load(cpp::MemoryOrder::RELAXED); global() variable
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/ |
H A D | unnecessary-copy-initialization.cpp | 489 ExpensiveToCopyType copy_1 = orig; in PositiveLocalCopyUsedAsConstRef() local 498 ExpensiveToCopyType copy_2(orig); in PositiveLocalCopyTwice() local 464 ExpensiveToCopyType orig; PositiveLocalCopyConstMethodInvoked() local 473 ExpensiveToCopyType orig; PositiveLocalCopyUsingExplicitCopyCtor() local 481 PositiveLocalCopyCopyIsArgument(const ExpensiveToCopyType & orig) PositiveLocalCopyCopyIsArgument() argument 512 WeirdCopyCtorType orig; PositiveLocalCopyWeirdCopy() local 530 ExpensiveToCopyType orig; NegativeLocalCopyCopyIsModified() local 536 ExpensiveToCopyType orig; NegativeLocalCopyOriginalIsModified() local 542 ExpensiveToCopyType orig; NegativeLocalCopyUsedAsRefArg() local 548 ExpensiveToCopyType orig; NegativeLocalCopyUsedAsPointerArg() local 558 ExpensiveToCopyType orig; NegativeLocalCopyCopyToStatic() local 563 ExpensiveToCopyType orig; NegativeLocalCopyNonConstInForLoop() local 571 WeirdCopyCtorType orig; NegativeLocalCopyWeirdNonCopy() local 576 ExpensiveToCopyType orig; WarningOnlyMultiDeclStmt() local [all...] |
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/make.heap/ |
H A D | make_heap.pass.cpp | 26 int orig[15] = {3,1,4,1,5, 9,2,6,5,3, 5,8,9,7,9}; in test() local
|
H A D | make_heap_comp.pass.cpp | 27 int orig[15] = {3,1,4,1,5, 9,2,6,5,3, 5,8,9,7,9}; in test() local
|
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/pop.heap/ |
H A D | pop_heap_comp.pass.cpp | 27 T orig[15] = {1,1,2,3,3, 8,4,6,5,5, 5,9,9,7,9}; in test() local
|
H A D | pop_heap.pass.cpp | 27 T orig[15] = {9,6,9,5,5, 8,9,1,1,3, 5,3,4,7,2}; in test() local
|
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/push.heap/ |
H A D | push_heap.pass.cpp | 27 T orig[15] = {3,1,4,1,5, 9,2,6,5,3, 5,8,9,7,9}; in test() local
|
H A D | push_heap_comp.pass.cpp | 27 T orig[15] = {3,1,4,1,5, 9,2,6,5,3, 5,8,9,7,9}; in test() local
|
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/sort.heap/ |
H A D | sort_heap_comp.pass.cpp | 29 int orig[15] = {3,1,4,1,5, 9,2,6,5,3, 5,8,9,7,9}; in test() local
|
H A D | sort_heap.pass.cpp | 29 int orig[15] = {3,1,4,1,5, 9,2,6,5,3, 5,8,9,7,9}; in test() local
|
/llvm-project/clang/test/CXX/temp/temp.constr/temp.constr.decl/ |
H A D | func-template-decl.cpp | 14 namespace orig { namespace
|
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.sort/partial.sort/ |
H A D | partial_sort_comp.pass.cpp | 28 int orig[15] = {3,1,4,1,5, 9,2,6,5,3, 5,8,9,7,9}; in test() local
|
H A D | partial_sort.pass.cpp | 26 int orig[15] = {3,1,4,1,5, 9,2,6,5,3, 5,8,9,7,9}; in test() local
|
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.nth.element/ |
H A D | nth_element_comp.pass.cpp | 27 int orig[15] = {3,1,4,1,5, 9,2,6,5,3, 5,8,9,7,9}; in test() local
|
H A D | nth_element.pass.cpp | 26 int orig[15] = {3,1,4,1,5, 9,2,6,5,3, 5,8,9,7,9}; in test() local
|
/llvm-project/mlir/lib/Dialect/Async/Transforms/ |
H A D | PassDetail.cpp | 38 Value orig = std::get<0>(tuple); in cloneConstantsIntoTheRegion() local
|
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.sort/partial.sort.copy/ |
H A D | partial_sort_copy_comp.pass.cpp | 32 int orig[15] = {3,1,4,1,5, 9,2,6,5,3, 5,8,9,7,9}; in test() local
|