Home
last modified time | relevance | path

Searched defs:b5 (Results 1 – 25 of 37) sorted by relevance

12

/llvm-project/llvm/test/tools/llvm-cov/
H A Dbranch-logical-mixed.cpp
/llvm-project/clang/test/CXX/expr/expr.unary/expr.unary.op/
H A Dp6.cpp15 bool b5 = !F; variable
/llvm-project/clang/test/Sema/
H A Dattr-preferred-type.cpp10 [[clang::preferred_type(bool)]] unsigned b5 : 2; member
H A Dfor.c8 void b5 (void) { for (struct { int i; } s;;); } in b5() function
H A Dstring-init.c19 wchar_t b5[] = L"a"; // No error. in f() local
H A Dattr-read-only-placement.cpp26 B b5[5][5]; // expected-warning {{object of type 'B' cannot be placed in read-only memory}} variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-auto-cast-remove-stars.cpp53 const B &b5 = static_cast<const B &>(*a); in f_static_cast() local
197 const B *b5 = template_const_pointer_cast<B>(a); in f_template_cast() local
H A Duse-auto-cast.cpp53 const B &b5 = static_cast<const B &>(*a); in f_static_cast() local
197 const B *b5 = template_const_pointer_cast<B>(a); in f_template_cast() local
H A Dreturn-braced-init-list.cpp96 Bar b5; in f5() local
/llvm-project/clang/test/CXX/special/class.inhctor/
H A Dp1.cpp40 B b5{1,2,3,4,5}; // ok variable
/llvm-project/lldb/test/API/lang/c/bitfields/
H A Dmain.c12 uint32_t b5 : 5; member
28 uint16_t b1 : 1, b2 : 1, b3 : 1, b4 : 1, b5 : 1, b6 : 1, b7 : 1, b8 : 1, member
/llvm-project/clang/test/SemaCXX/
H A Dstring-init.cpp14 wchar_t b5[] = L"a"; // No error. in f() local
H A Duser-defined-conversions.cpp69 Base b5 = ctfd; in test_conversion() local
H A Ddeprecated.cpp255 bool b5 = arr1 <=> arr2; // cxx20-error {{invalid operands}} global() variable
H A Dconstant-expression.cpp39 b5 : Struct::sval, member
/llvm-project/lldb/test/API/lang/cpp/structured-binding/
H A Dmain.cpp25 char b5; member
/llvm-project/clang/test/Analysis/
H A DArrayDelete.cpp94 … Base *b5 = new DoubleDerived[10]; // expected-note{{Casting from 'DoubleDerived' to 'Base' here}} in multiple_derived() local
/llvm-project/flang/test/Semantics/
H A Dresolve103.f9042 common /b5/ n5 common
H A Dresolve66.f9036 type(t2) :: a, b, b5(5) local
/llvm-project/clang/test/CodeGenCXX/
H A Dcxx1z-aligned-allocation.cpp132 void b5(C *p) { delete[] p; } in b5() function
H A Dmangle-ms-return-qualifiers.cpp33 volatile float *b5() { return 0; } in b5() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dcontainer-size-empty.cpp448 auto b5 = bool(derived.size()); in returnsBool() local
674 auto b5 = bool(templated_container.size()); in neverInstantiatedTemplate() local
/llvm-project/clang/test/CXX/special/class.dtor/
H A Dp5-0x.cpp70 B5 b5; // expected-error {{deleted function}} variable
/llvm-project/clang/test/AST/
H A Dast-dump-recovery.cpp217 Bar b5 = Bar(invalid()); InvalidInitalizer() local
/llvm-project/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.enum/
H A Dp1.cpp59 B<long>::E b5; variable

12