/llvm-project/clang/test/Headers/ |
H A D | arm64-apple-ios-types.cpp | 20 struct check_type { struct 29 static_assert(check_type<bool, 1, 1>::value, "bool is wrong"); argument
|
H A D | x86_64-apple-macosx-types.cpp | 20 struct check_type { struct 29 static_assert(check_type<bool, 1, 1>::value, "bool is wrong"); argument
|
H A D | thumbv7-apple-ios-types.cpp | 20 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 D | is_valid_range.pass.cpp | 15 TEST_CONSTEXPR_CXX14 void check_type() { check_type() function
|
/llvm-project/libcxx/test/std/language.support/support.coroutines/coroutine.handle/ |
H A D | void_handle.pass.cpp | 37 void check_type() { in check_type() function
|
/llvm-project/libcxx/test/std/language.support/support.coroutines/coroutine.traits/ |
H A D | promise_type.pass.cpp | 49 void check_type() { in check_type() function
|
/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan.cpp | 545 __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 D | LanguageRuntime.h | 102 bool check_type) { in GetVTableInfo() argument
|
/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
H A D | ItaniumABILanguageRuntime.cpp | 219 GetVTableInfo(ValueObject & in_value,bool check_type) GetVTableInfo() argument
|