Home
last modified time | relevance | path

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

/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
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
/external/clang/test/SemaCXX/
Dns_returns_retained_block_return.cpp12 BT br1() __attribute__((ns_returns_retained));
15 BT S::br1() { in br1() function in S
/external/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/
DMachO_ARM64_relocations.s19 # rtdyld-check: decode_operand(br1, 0)[25:0] = (_foo - br1)[27:2]
21 br1: label
/external/v8/test/unittests/compiler/
Dloop-peeling-unittest.cc153 Node* br1 = ExpectPeeled(w.branch, peeled); in TEST_F() local
157 EXPECT_THAT(br1, IsBranch(p0, start())); in TEST_F()
158 EXPECT_THAT(if_true1, IsIfTrue(br1)); in TEST_F()
159 EXPECT_THAT(if_false1, IsIfFalse(br1)); in TEST_F()
174 Node* br1 = ExpectPeeled(w.branch, peeled); in TEST_F() local
178 EXPECT_THAT(br1, IsBranch(p0, start())); in TEST_F()
179 EXPECT_THAT(if_true1, IsIfTrue(br1)); in TEST_F()
180 EXPECT_THAT(if_false1, IsIfFalse(br1)); in TEST_F()
Dscheduler-unittest.cc737 Node* br1 = graph()->NewNode(common()->Branch(), map, graph()->start()); in TARGET_TEST_F() local
738 Node* t1 = graph()->NewNode(common()->IfTrue(), br1); in TARGET_TEST_F()
739 Node* f1 = graph()->NewNode(common()->IfFalse(), br1); in TARGET_TEST_F()
823 Node* br1 = graph()->NewNode(common()->Branch(), add, loop); in TARGET_TEST_F() local
824 Node* t1 = graph()->NewNode(common()->IfTrue(), br1); in TARGET_TEST_F()
825 Node* f1 = graph()->NewNode(common()->IfFalse(), br1); in TARGET_TEST_F()
859 Node* br1 = graph()->NewNode(common()->Branch(), p0, graph()->start()); in TARGET_TEST_F() local
860 Node* t1 = graph()->NewNode(common()->IfTrue(), br1); in TARGET_TEST_F()
861 Node* f1 = graph()->NewNode(common()->IfFalse(), br1); in TARGET_TEST_F()
889 Node* br1 = graph()->NewNode(common()->Branch(), p0, graph()->start()); in TARGET_TEST_F() local
[all …]
/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.cpp75 RowVectorType br1(m1.block(r1,0,1,cols)); in submatrices() local
78 VERIFY_IS_APPROX(m1.row(r1), br1); in submatrices()
/external/llvm/test/MC/Mips/
Delf-bigendian.ll36 ; ModuleID = '../br1.c'
/external/eigen/test/
Dblock.cpp81 RowVectorType br1(m1.block(r1,0,1,cols)); in block() local
84 VERIFY_IS_EQUAL(m1.row(r1), br1); in block()