Home
last modified time | relevance | path

Searched refs:br2 (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-var.cpp57 Base &br2 = d; in bind_lvalue_to_lvalue() local
83 …Base &br2 = Derived(); // expected-error{{non-const lvalue reference to type 'Base' cannot bind to… in bind_lvalue_to_rvalue() local
92 …const volatile Base &br2 = ur; // expected-error{{volatile lvalue reference to type 'const volatil… in bind_lvalue_to_unrelated() local
120 const Base &br2 = create<Derived>(); in bind_const_lvalue_to_rvalue() local
135 const Base &br2 = ConvertibleToDerived(); in bind_const_lvalue_to_class_conv_temporary() local
/llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/
H A Dinvoke_unwind.ll51 ; CHECK: br2:
59 br i1 %cond, label %br1, label %br2
65 br2:
70 %c = phi i64 [%call1, %br1], [%call2, %br2]
/llvm-project-15.0.7/polly/test/ScopInfo/
H A Dcondition-after-error-block-2.ll26 br i1 %cmp1, label %A, label %br2
28 br2:
33 %indvar = phi i64 [0, %br2], [%indvar.next, %loop]
H A Dcondtion-after-error-block.ll33 br i1 %cmp1, label %A, label %br2
35 br2:
40 %indvar = phi i64 [0, %br2], [%indvar.next, %loop]
/llvm-project-15.0.7/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/
H A DMachO_ARM64_relocations.s28 # rtdyld-check: decode_operand(br2, 0)[25:0] = (_foo - br2)[27:2]
30 br2: label
/llvm-project-15.0.7/clang/test/CXX/dcl.decl/dcl.decomp/
H A Dp3.cpp75 auto &[br0, br1, br2] = b; in referenced_type()
123 using Int3 = decltype(br2); in referenced_type()