Home
last modified time | relevance | path

Searched defs:correct (Results 1 – 14 of 14) sorted by relevance

/llvm-project/libcxx/test/std/utilities/charconv/charconv.msvc/
H A Dtest.hpp32 const char* correct; member
39 const char* correct; member
53 const char* correct; member
60 const char* correct; member
H A Dtest.cpp95 test_common_to_chars(const T value,const Optional opt_arg,const optional<int> opt_precision,const string_view correct) test_common_to_chars() argument
164 test_integer_to_chars(const T value,const optional<int> opt_base,const string_view correct) test_integer_to_chars() argument
948 test_floating_to_chars(const T value,const optional<chars_format> opt_fmt,const optional<int> opt_precision,const string_view correct) test_floating_to_chars() argument
[all...]
/llvm-project/clang/test/Parser/
H A Dwhile-loop-outside-function.c23 void correct() { in correct() function
/llvm-project/compiler-rt/test/builtins/Unit/
H A Dpowitf2_test.c18 int correct = (x == expected) && (signbit(x) == signbit(expected)); in test__powitf2() local
H A Dpowixf2_test.c19 int correct = (x == expected) && (signbit(x) == signbit(expected)); in test__powixf2() local
H A Dpowisf2_test.c15 int correct = (x == expected) && (signbit(x) == signbit(expected)); in test__powisf2() local
H A Dpowidf2_test.c15 int correct = (x == expected) && (signbit(x) == signbit(expected)); in test__powidf2() local
/llvm-project/offload/test/mapping/
H A Dprivate_mapping.c25 int correct = 1; in main() local
/llvm-project/libc/test/src/math/exhaustive/
H A Dexhaustive_test.h60 bool correct = in check() local
96 bool correct = TEST_MPFR_MATCH_ROUNDING_SILENTLY(Op, input, Func(x, y), in check() local
H A Dhypotf_test.cpp38 bool correct = TEST_FP_EQ(LIBC_NAMESPACE::fputil::hypot(x, y), in check() local
H A Dsincosf_test.cpp33 bool correct = TEST_MPFR_MATCH_ROUNDING_SILENTLY(mpfr::Operation::Sin, x, in check() local
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/FreeBSD/
H A Dcapsicum.cpp44 bool correct = cap_rights_is_valid(&rights); in test_cap_rights() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Doptional-value-conversion.cpp193 void correct(std::optional<int> param) in correct() function
/llvm-project/clang/test/SemaTemplate/
H A Daddress_space-dependent.cpp50 void correct() { in correct() function