Home
last modified time | relevance | path

Searched defs:ok (Results 1 – 25 of 99) sorted by relevance

1234

/llvm-project/clang/test/SemaObjC/
H A Dclass-protocol-method-match.m7 - (char) ok; method
20 - (void) ok; method
28 - (void) ok; method
42 - (void) ok {} method
H A Dproperty-error-readonly-assign.m6 @property int ok; property
12 -(int) ok; method
H A Davoid-unavailable-implementation-warning-in-app-extension.m17 - (void)ok { // no warning. method
/llvm-project/libcxx/include/__chrono/
H A Dweekday.h68 _LIBCPP_HIDE_FROM_ABI inline constexpr bool ok() const noexcept { return __wd_ <= 6; } in ok() function
139 _LIBCPP_HIDE_FROM_ABI inline constexpr bool ok() const noexcept { return __wd_.ok() && __idx_ >= 1 && __idx_ <= 5; } ok() function
154 _LIBCPP_HIDE_FROM_ABI constexpr bool ok() const noexcept { return __wd_.ok(); } ok() function
H A Dmonthday.h43 _LIBCPP_HIDE_FROM_ABI inline constexpr bool month_day::ok() const noexcept { in ok() function
98 _LIBCPP_HIDE_FROM_ABI inline constexpr bool ok() const noexcept { return __m_.ok(); } in ok() function
H A Dmonth_weekday.h38 …_LIBCPP_HIDE_FROM_ABI inline constexpr bool ok() const noexcept { return __m_.ok() && __wdi_.ok();… in ok() function
74 …_LIBCPP_HIDE_FROM_ABI inline constexpr bool ok() const noexcept { return __m_.ok() && __wdl_.ok();… in ok() function
H A Dday.h56 _LIBCPP_HIDE_FROM_ABI inline constexpr bool ok() const noexcept { return __d_ >= 1 && __d_ <= 31; } in ok() function
H A Dmonth.h56 _LIBCPP_HIDE_FROM_ABI inline constexpr bool ok() const noexcept { return __m_ >= 1 && __m_ <= 12; } in ok() function
H A Dyear.h105 _LIBCPP_HIDE_FROM_ABI constexpr bool year::ok() const noexcept { in ok() function
H A Dyear_month_weekday.h65 _LIBCPP_HIDE_FROM_ABI inline constexpr bool ok() const noexcept { in ok() function
190 …_LIBCPP_HIDE_FROM_ABI inline constexpr bool ok() const noexcept { return __y_.ok() && __m_.ok() &&… in ok() function
H A Dyear_month.h43 _LIBCPP_HIDE_FROM_ABI inline constexpr bool ok() const noexcept { return __y_.ok() && __m_.ok(); } in ok() function
H A Dyear_month_day.h215 _LIBCPP_HIDE_FROM_ABI inline constexpr bool ok() const noexcept { return __y_.ok() && __mdl_.ok(); } in ok() function
347 _LIBCPP_HIDE_FROM_ABI inline constexpr bool year_month_day::ok() const noexcept { ok() function
/llvm-project/clang/test/SemaTemplate/
H A Dtemp_arg_template_p0522.cpp30 using ok = Pt<Ti<i>, global() typedef
43 using ok = TPi<Pi>; global() typedef
51 using ok = TiPi<Pi>; global() typedef
57 using ok = Pt<tT0<int, i>, tT0<int, iDi>>; global() typedef
/llvm-project/polly/lib/External/isl/
H A Disl_multi_intersect.c19 isl_bool ok; in FN() local
37 isl_bool ok; in FN() local
/llvm-project/clang/test/CodeGenObjC/
H A Dimplicit-property.m6 -(int) ok; method
/llvm-project/clang/test/Parser/
H A Dcheck-syntax-1.m15 - ok; method in int
/llvm-project/clang/test/SemaCXX/
H A Dcxx23-init-statement.cpp5 void ok() { in ok() function
H A Dcxx2b-static-operator.cpp12 void ok() { in ok() function
H A Dcxx2b-deducing-this-coro.cpp41 coro_test<S&> ok(this S&, int) { in ok() function
/llvm-project/libcxx/test/std/localization/locales/locale/locale.cons/
H A Ddefault.pass.cpp67 int ok; in main() local
H A Dchar_pointer.pass.cpp105 std::locale ok(""); in main() local
/llvm-project/compiler-rt/test/asan/TestCases/Windows/
H A Dcrash_read_write.cpp16 bool ok = VirtualFree(p, 0, MEM_RELEASE); in main() local
/llvm-project/flang/test/Lower/
H A Dmemory-alloc.f9013 Logical :: ok = .True. local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flag_parser.h119 bool ok = *value_end == 0; in Parse() local
134 bool ok = *value_end == 0; in Parse() local
149 bool ok = *value_end == 0; in Parse() local
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/
H A Dget_module_and_offset_for_pc.cpp25 int ok = __sanitizer_get_module_and_offset_for_pc( in Test() local

1234