/llvm-project/clang/test/Analysis/ |
H A D | debug-iterator-modeling.cpp | 31 auto b0 = v0.begin(), e0 = v0.end(); in iterator_position() local 45 auto b0 = v0.begin(); in iterator_container() local 52 auto b0 = v0.begin(); in iterator_validity() local
|
H A D | expr-inspection-printState-diseq-info.c | 6 void test_disequality_info(int e0, int b0, int b1, int c0) { in test_disequality_info() argument
|
H A D | solver-sym-simplification-with-proper-range-type.c | 12 void f(int a0, int b0, int c) in f()
|
H A D | find-binop-constraints.cpp | 147 void test_deferred_contradiction(int e0, int b0, int b1) { in test_deferred_contradiction()
|
/llvm-project/clang/test/CoverageMapping/ |
H A D | branch-mincounters.cpp | 10 bool b0 = a <= b; in func1() local 25 bool b0 = a <= b; in func2() local 41 bool b0 = a <= b; in func3() local
|
/llvm-project/clang/test/CXX/special/class.inhctor/ |
H A D | p4.cpp | 25 B b0{X<0>{}}; variable 35 B b0{X<0>{}}; member 72 constexpr B b0(0, 0.0f); // ok, constexpr variable
|
H A D | p8.cpp | 18 constexpr B b0{0}; variable
|
H A D | p1.cpp | 25 B b0{}; // expected-error {{deleted}} variable
|
/llvm-project/clang/test/Lexer/ |
H A D | c2x_digit_separators.c | 9 int b0 = 0'xff; // expected-error {{digit separator cannot appear at end of digit sequence}} expect… variable
|
/llvm-project/clang/test/SemaCXX/ |
H A D | warn-string-conversion.cpp | 7 …bool b0 = "hi"; // expected-warning{{implicit conversion turns string literal into bool: 'const ch… in test0() local
|
H A D | cxx2a-explicit-bool.cpp | 173 A<true, int> b0 = 0; variable 217 A<true> b0 = 0; // expected-error {{no viable conversion}} variable 321 B b0 = A<true>(); // expected-error {{no viable conversion}} variable 368 A<double> b0 = 0; in f() local 417 A b0( 0, 1, b_true); in f() local 464 A b0( 0.0, 1); in f() local 696 A b0 = 0.0; // expected-error {{no viable constructor or deduction guide}} variable
|
/llvm-project/compiler-rt/test/ubsan_minimal/TestCases/ |
H A D | implicit-signed-integer-truncation.c | 13 _Bool b0 = (~((uint32_t)(0))); in main() local
|
H A D | implicit-unsigned-integer-truncation.c | 13 _Bool b0 = (~((uint32_t)(0))); in main() local
|
/llvm-project/clang/test/Sema/ |
H A D | tentative-decls.c | 62 static int b0; variable 65 static int b0 = 5; variable
|
/llvm-project/clang/test/CodeGen/ |
H A D | arm-bitfield-alignment.c | 7 int b0 : 8; member
|
H A D | debug-info-unused-types.c | 41 void b0(void) { in b0() function
|
/llvm-project/llvm/test/tools/llvm-cov/ |
H A D | branch-logical-mixed.cpp |
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | block-byref-cxx-objc.cpp | 39 __block B b0, b1; in testB() local
|
H A D | armv7k.cpp | 52 const std::type_info &b0 = typeid(B); variable
|
H A D | arm64.cpp | 50 const std::type_info &b0 = typeid(B); variable
|
H A D | cxx1z-aligned-allocation.cpp | 84 void *b0() { return new B; } in b0() function
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | EdgeBundles.cpp | 61 unsigned b0 = getBundle(i, false); runOnMachineFunction() local
|
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
H A D | p3.cpp | 29 B<int, 5> b0 = g0(array0); in test_g0() local 38 B<float, 0> b0 = g1(af); in test_g1() local
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | instantiate-member-initializers.cpp | 20 B<int> b0; // expected-note {{in instantiation of member function 'B<int>::B' requested here}} variable
|
/llvm-project/clang/test/Layout/ |
H A D | ms-x86-empty-nonvirtual-bases.cpp | 32 B0 b0; member 60 B0 b0; member
|