Home
last modified time | relevance | path

Searched defs:br1 (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-var.cpp56 Base &br1 = b; in bind_lvalue_to_lvalue() local
82 …Base &br1 = Base(); // expected-error{{non-const lvalue reference to type 'Base' cannot bind to a … in bind_lvalue_to_rvalue() local
91 …Base &br1 = ur; // expected-error{{non-const lvalue reference to type 'Base' cannot bind to a valu… in bind_lvalue_to_unrelated() local
105 …Base &br1 = both; // expected-error{{reference initialization of type 'Base &' with initializer of… in bind_lvalue_to_conv_lvalue_ambig() local
119 const Base &br1 = create<Base>(); in bind_const_lvalue_to_rvalue() local
134 const Base &br1 = ConvertibleToBase(); in bind_const_lvalue_to_class_conv_temporary() local
139 …const Base &br1 = both; // expected-error{{reference initialization of type 'const Base &' with in… in bind_lvalue_to_conv_rvalue_ambig() local
/llvm-project/clang/test/SemaCXX/
H A Dns_returns_retained_block_return.cpp14 BT S::br1() { in br1() function in S
/llvm-project/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/
H A DMachO_ARM64_relocations.s22 br1: label
/llvm-project/llvm/unittests/Transforms/Utils/
H A DLocalTest.cpp66 BranchInst *br1 = builder.CreateBr(bb0); in TEST() local