Home
last modified time | relevance | path

Searched refs:br1 (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
Dp5-var.cpp51 Base &br1 = b; in bind_lvalue_to_lvalue() local
77 …Base &br1 = Base(); // expected-error{{non-const lvalue reference to type 'Base' cannot bind to a … in bind_lvalue_to_rvalue() local
86 …Base &br1 = ur; // expected-error{{non-const lvalue reference to type 'Base' cannot bind to a valu… in bind_lvalue_to_unrelated() local
100 …Base &br1 = both; // expected-error{{reference initialization of type 'Base &' with initializer of… in bind_lvalue_to_conv_lvalue_ambig() local
114 const Base &br1 = create<Base>(); in bind_const_lvalue_to_rvalue() local
129 const Base &br1 = ConvertibleToBase(); in bind_const_lvalue_to_class_conv_temporary() local
134 …const Base &br1 = both; // expected-error{{reference initialization of type 'const Base &' with in… in bind_lvalue_to_conv_rvalue_ambig() local
/external/llvm/unittests/Transforms/Utils/
DLocal.cpp33 BranchInst *br1 = builder.CreateBr(bb0); in TEST() local
43 EXPECT_EQ(&bb1->front(), br1); in TEST()
/external/eigen/test/eigen2/
Deigen2_submatrices.cpp81 RowVectorType br1(m1.block(r1,0,1,cols)); in submatrices() local
84 VERIFY_IS_APPROX(m1.row(r1), br1); in submatrices()
/external/llvm/test/MC/Mips/
Delf-bigendian.ll23 ; ModuleID = '../br1.c'
/external/eigen/test/
Dblock.cpp58 RowVectorType br1(m1.block(r1,0,1,cols)); in block() local
61 VERIFY_IS_EQUAL(m1.row(r1), br1); in block()