Home
last modified time | relevance | path

Searched defs:b0 (Results 1 – 25 of 41) sorted by relevance

12

/llvm-project/clang/test/Analysis/
H A Ddebug-iterator-modeling.cpp31 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 Dexpr-inspection-printState-diseq-info.c6 void test_disequality_info(int e0, int b0, int b1, int c0) { in test_disequality_info() argument
H A Dsolver-sym-simplification-with-proper-range-type.c12 void f(int a0, int b0, int c) in f()
H A Dfind-binop-constraints.cpp147 void test_deferred_contradiction(int e0, int b0, int b1) { in test_deferred_contradiction()
/llvm-project/clang/test/CoverageMapping/
H A Dbranch-mincounters.cpp10 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 Dp4.cpp25 B b0{X<0>{}}; variable
35 B b0{X<0>{}}; member
72 constexpr B b0(0, 0.0f); // ok, constexpr variable
H A Dp8.cpp18 constexpr B b0{0}; variable
H A Dp1.cpp25 B b0{}; // expected-error {{deleted}} variable
/llvm-project/clang/test/Lexer/
H A Dc2x_digit_separators.c9 int b0 = 0'xff; // expected-error {{digit separator cannot appear at end of digit sequence}} expect… variable
/llvm-project/clang/test/SemaCXX/
H A Dwarn-string-conversion.cpp7 …bool b0 = "hi"; // expected-warning{{implicit conversion turns string literal into bool: 'const ch… in test0() local
H A Dcxx2a-explicit-bool.cpp173 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 Dimplicit-signed-integer-truncation.c13 _Bool b0 = (~((uint32_t)(0))); in main() local
H A Dimplicit-unsigned-integer-truncation.c13 _Bool b0 = (~((uint32_t)(0))); in main() local
/llvm-project/clang/test/Sema/
H A Dtentative-decls.c62 static int b0; variable
65 static int b0 = 5; variable
/llvm-project/clang/test/CodeGen/
H A Darm-bitfield-alignment.c7 int b0 : 8; member
H A Ddebug-info-unused-types.c41 void b0(void) { in b0() function
/llvm-project/llvm/test/tools/llvm-cov/
H A Dbranch-logical-mixed.cpp
/llvm-project/clang/test/CodeGenCXX/
H A Dblock-byref-cxx-objc.cpp39 __block B b0, b1; in testB() local
H A Darmv7k.cpp52 const std::type_info &b0 = typeid(B); variable
H A Darm64.cpp50 const std::type_info &b0 = typeid(B); variable
H A Dcxx1z-aligned-allocation.cpp84 void *b0() { return new B; } in b0() function
/llvm-project/llvm/lib/CodeGen/
H A DEdgeBundles.cpp61 unsigned b0 = getBundle(i, false); runOnMachineFunction() local
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp3.cpp29 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 Dinstantiate-member-initializers.cpp20 B<int> b0; // expected-note {{in instantiation of member function 'B<int>::B' requested here}} variable
/llvm-project/clang/test/Layout/
H A Dms-x86-empty-nonvirtual-bases.cpp32 B0 b0; member
60 B0 b0; member

12