Home
last modified time | relevance | path

Searched defs:orig (Results 1 – 25 of 54) sorted by relevance

123

/llvm-project/libcxx/test/std/strings/basic.string/string.cons/
H A Dsubstr_rvalue.pass.cpp34 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 Dverify_canon.py65 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 DRuntimeDyldCOFFAArch64.h39 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 Dstrsep_test.cpp20 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 Dsort_constexpr.pass.cpp29 int orig[N] = {}; in test() local
48 T *orig[N] = {}; in test_pointers() local
H A Dsort_constexpr_comp.pass.cpp30 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 Dsubstr_rvalue.pass.cpp31 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 Darray-init-loop.cpp69 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 Drand.cpp19 unsigned long orig = rand_next.load(cpp::MemoryOrder::RELAXED); global() variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dunnecessary-copy-initialization.cpp489 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 Dmake_heap.pass.cpp26 int orig[15] = {3,1,4,1,5, 9,2,6,5,3, 5,8,9,7,9}; in test() local
H A Dmake_heap_comp.pass.cpp27 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 Dpop_heap_comp.pass.cpp27 T orig[15] = {1,1,2,3,3, 8,4,6,5,5, 5,9,9,7,9}; in test() local
H A Dpop_heap.pass.cpp27 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 Dpush_heap.pass.cpp27 T orig[15] = {3,1,4,1,5, 9,2,6,5,3, 5,8,9,7,9}; in test() local
H A Dpush_heap_comp.pass.cpp27 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 Dsort_heap_comp.pass.cpp29 int orig[15] = {3,1,4,1,5, 9,2,6,5,3, 5,8,9,7,9}; in test() local
H A Dsort_heap.pass.cpp29 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 Dfunc-template-decl.cpp14 namespace orig { namespace
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.sort/partial.sort/
H A Dpartial_sort_comp.pass.cpp28 int orig[15] = {3,1,4,1,5, 9,2,6,5,3, 5,8,9,7,9}; in test() local
H A Dpartial_sort.pass.cpp26 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 Dnth_element_comp.pass.cpp27 int orig[15] = {3,1,4,1,5, 9,2,6,5,3, 5,8,9,7,9}; in test() local
H A Dnth_element.pass.cpp26 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 DPassDetail.cpp38 Value orig = std::get<0>(tuple); in cloneConstantsIntoTheRegion() local
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.sort/partial.sort.copy/
H A Dpartial_sort_copy_comp.pass.cpp32 int orig[15] = {3,1,4,1,5, 9,2,6,5,3, 5,8,9,7,9}; in test() local

123