Searched defs:bp1 (Results 1 – 7 of 7) sorted by relevance
/llvm-project/clang/test/SemaCXX/ |
H A D | address-space-conversion.cpp | 52 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) { in test_static_cast() 103 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) { in test_dynamic_cast() 133 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2, in test_reinterpret_cast() 159 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2, in test_cstyle_cast() 183 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) { in test_implicit_conversion()
|
H A D | nullability-declspec.cpp | 7 _Nonnull int (^bp1)(int); // expected-error{{nullability specifier '_Nonnull' cannot be applied to … variable
|
/llvm-project/clang/test/FixIt/ |
H A D | fixit-nullability-declspec.cpp | 9 _Nonnull int (^bp1)(int); // expected-error{{nullability specifier '_Nonnull' cannot be applied to … variable
|
/llvm-project/flang/test/Semantics/ |
H A D | allocate05.f90 | 28 class(B), pointer :: bp1, bp2(:) local
|
H A D | allocate08.f90 | 36 class(B), pointer :: bp1, bp2(:) local
|
/llvm-project/clang/test/Sema/ |
H A D | block-misc.c | 161 void (^bp1)(); test17() local
|
/llvm-project/clang/test/CXX/drs/ |
H A D | cwg1xx.cpp | 682 cwg142::B *bp1 = this; f() local
|