Home
last modified time | relevance | path

Searched +defs:f +defs:last (Results 1 – 25 of 49) sorted by relevance

12

/llvm-project-15.0.7/libcxx/test/std/re/re.regex/re.regex.construct/
H A Diter_iter_flg.pass.cpp25 test(Iter first, Iter last, std::regex_constants::syntax_option_type f, unsigned mc) in test()
/llvm-project-15.0.7/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
H A Diter_iter_iter_iter.pass.cpp25 test(S s, typename S::size_type pos1, typename S::size_type n1, It f, It l, S expected) in test()
29 typename S::const_iterator last = s.begin() + pos1 + n1; in test() local
43 test_exceptions(S s, typename S::size_type pos1, typename S::size_type n1, It f, It l) in test_exceptions()
46 typename S::const_iterator last = s.begin() + pos1 + n1; in test_exceptions() local
/llvm-project-15.0.7/pstl/test/std/numerics/numeric.ops/
H A Dadjacent_difference.pass.cpp61 compute_and_check(Iterator1 first, Iterator1 last, Iterator2 d_first, T, Function f) in compute_and_check()
/llvm-project-15.0.7/openmp/runtime/test/affinity/
H A Dlibomp_test_topology.h29 static int get_first_nonspace_from_file(FILE *f) { in get_first_nonspace_from_file()
41 static int get_integer_from_file(FILE *f, int *number) { in get_integer_from_file()
54 FILE *f = fopen(filename, "r"); in topology_get_mask_from_file() local
325 int T, i, j, place, low, high, first, last, count, current_place, num_places; in proc_bind_check() local
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp61 const char *last = last_frame->info.function; in StackStripMain() local
114 SymbolizedStack *last = ent; in SymbolizeStack() local
356 void TraceReplay(Trace *trace, TracePart *last, Event *last_pos, Sid sid, in TraceReplay()
357 Epoch epoch, Func f) { in TraceReplay()
705 Shadow last(LoadShadow(&ctx->last_spurious_race)); in SpuriousRace() local
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dpointer-assignment.cpp141 bool PointerAssignmentChecker::Check(const evaluate::FunctionRef<T> &f) { in Check()
192 const Symbol *last{d.GetLastSymbol()}; in Check() local
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_rtl_report.cpp61 const char *last = last_frame->info.function; in StackStripMain() local
114 SymbolizedStack *last = ent; in SymbolizeStack() local
459 void TraceReplay(Trace *trace, TracePart *last, Event *last_pos, Sid sid, in TraceReplay()
460 Epoch epoch, Func f) { in TraceReplay()
/llvm-project-15.0.7/pstl/test/support/
H A Dutils.h225 fill_data(Iterator first, Iterator last, F f) in fill_data()
335 Sequence(size_t size, Func f) in Sequence()
453 fill(Func f) in fill()
/llvm-project-15.0.7/clang/test/OpenMP/
H A Ddistribute_simd_loop_messages.cpp436 distance(Iter first, Iter last) { return first - last; } in distance()
451 Iter1(float f=0.0f, double d=0.0) { } in Iter1()
771 catch (float f) { in test_loop_eh() local
H A Dtaskloop_loop_messages.cpp392 distance(Iter first, Iter last) { return first - last; } in distance()
407 Iter1(float f = 0.0f, double d = 0.0) {} in Iter1()
705 } catch (float f) { in test_loop_eh() local
H A Dtarget_teams_distribute_loop_messages.cpp307 distance(Iter first, Iter last) { return first - last; } in distance()
322 Iter1(float f = 0.0f, double d = 0.0) {} in Iter1()
584 } catch (float f) { in test_loop_eh() local
H A Dsimd_loop_messages.cpp340 distance(Iter first, Iter last) { return first - last; } in distance()
355 Iter1(float f=0.0f, double d=0.0) { } in Iter1()
611 catch (float f) { in test_loop_eh() local
H A Dtarget_parallel_for_loop_messages.cpp320 distance(Iter first, Iter last) { return first - last; } in distance()
335 Iter1(float f = 0.0f, double d = 0.0) {} in Iter1()
598 } catch (float f) { in test_loop_eh() local
H A Dparallel_master_taskloop_loop_messages.cpp392 distance(Iter first, Iter last) { return first - last; } in distance()
407 Iter1(float f = 0.0f, double d = 0.0) {} in Iter1()
705 } catch (float f) { in test_loop_eh() local
H A Dparallel_for_simd_loop_messages.cpp322 distance(Iter first, Iter last) { return first - last; } in distance()
337 Iter1(float f = 0.0f, double d = 0.0) {} in Iter1()
599 } catch (float f) { in test_loop_eh() local
H A Dmaster_taskloop_simd_loop_messages.cpp394 distance(Iter first, Iter last) { return first - last; } in distance()
409 Iter1(float f = 0.0f, double d = 0.0) {} in Iter1()
707 } catch (float f) { in test_loop_eh() local
H A Dmaster_taskloop_loop_messages.cpp392 distance(Iter first, Iter last) { return first - last; } in distance()
407 Iter1(float f = 0.0f, double d = 0.0) {} in Iter1()
705 } catch (float f) { in test_loop_eh() local
H A Dparallel_master_taskloop_simd_loop_messages.cpp387 distance(Iter first, Iter last) { return first - last; } in distance()
402 Iter1(float f = 0.0f, double d = 0.0) {} in Iter1()
700 } catch (float f) { in test_loop_eh() local
H A Dparallel_masked_taskloop_simd_loop_messages.cpp387 distance(Iter first, Iter last) { return first - last; } in distance()
402 Iter1(float f = 0.0f, double d = 0.0) {} in Iter1()
700 } catch (float f) { in test_loop_eh() local
H A Dmasked_taskloop_loop_messages.cpp392 distance(Iter first, Iter last) { return first - last; } in distance()
407 Iter1(float f = 0.0f, double d = 0.0) {} in Iter1()
705 } catch (float f) { in test_loop_eh() local
H A Dmasked_taskloop_simd_loop_messages.cpp395 distance(Iter first, Iter last) { return first - last; } in distance()
410 Iter1(float f = 0.0f, double d = 0.0) {} in Iter1()
708 } catch (float f) { in test_loop_eh() local
H A Dparallel_masked_taskloop_loop_messages.cpp392 distance(Iter first, Iter last) { return first - last; } in distance()
407 Iter1(float f = 0.0f, double d = 0.0) {} in Iter1()
705 } catch (float f) { in test_loop_eh() local
H A Dfor_simd_loop_messages.cpp375 distance(Iter first, Iter last) { return first - last; } in distance()
390 Iter1(float f = 0.0f, double d = 0.0) {} in Iter1()
687 catch (float f) { in test_loop_eh() local
H A Dparallel_for_loop_messages.cpp320 distance(Iter first, Iter last) { return first - last; } in distance()
335 Iter1(float f = 0.0f, double d = 0.0) {} in Iter1()
598 } catch (float f) { in test_loop_eh() local
H A Dtarget_parallel_for_simd_loop_messages.cpp322 distance(Iter first, Iter last) { return first - last; } in distance()
337 Iter1(float f = 0.0f, double d = 0.0) {} in Iter1()
600 } catch (float f) { in test_loop_eh() local

12