Home
last modified time | relevance | path

Searched defs:check_type (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/test/Headers/
H A Darm64-apple-ios-types.cpp20 struct check_type { struct
29 static_assert(check_type<bool, 1, 1>::value, "bool is wrong"); argument
H A Dx86_64-apple-macosx-types.cpp20 struct check_type { struct
29 static_assert(check_type<bool, 1, 1>::value, "bool is wrong"); argument
H A Dthumbv7-apple-ios-types.cpp20 struct check_type { struct
29 static_assert(check_type<bool, 1, 1>::value, "bool is wrong"); argument
/llvm-project/libcxx/test/libcxx/utilities/
H A Dis_valid_range.pass.cpp15 TEST_CONSTEXPR_CXX14 void check_type() { check_type() function
/llvm-project/libcxx/test/std/language.support/support.coroutines/coroutine.handle/
H A Dvoid_handle.pass.cpp37 void check_type() { in check_type() function
/llvm-project/libcxx/test/std/language.support/support.coroutines/coroutine.traits/
H A Dpromise_type.pass.cpp49 void check_type() { in check_type() function
/llvm-project/compiler-rt/lib/nsan/
H A Dnsan.cpp545 __nsan_internal_check_float_d(float value,double shadow,int32_t check_type,uptr check_arg) __nsan_internal_check_float_d() argument
550 __nsan_internal_check_double_l(double value,long double shadow,int32_t check_type,uptr check_arg) __nsan_internal_check_double_l() argument
555 __nsan_internal_check_double_q(double value,__float128 shadow,int32_t check_type,uptr check_arg) __nsan_internal_check_double_q() argument
561 __nsan_internal_check_longdouble_q(long double value,__float128 shadow,int32_t check_type,uptr check_arg) __nsan_internal_check_longdouble_q() argument
/llvm-project/lldb/include/lldb/Target/
H A DLanguageRuntime.h102 bool check_type) { in GetVTableInfo() argument
/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp219 GetVTableInfo(ValueObject & in_value,bool check_type) GetVTableInfo() argument