Home
last modified time | relevance | path

Searched defs:br1 (Results 1 – 12 of 12) 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.cpp15 BT S::br1() { in br1() function in S
/external/swiftshader/third_party/LLVM/unittests/Transforms/Utils/
DLocal.cpp33 BranchInst *br1 = builder.CreateBr(bb0); in TEST() local
/external/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/
DMachO_ARM64_relocations.s21 br1: label
/external/llvm/unittests/Transforms/Utils/
DLocal.cpp33 BranchInst *br1 = builder.CreateBr(bb0); in TEST() local
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/
DMachO_ARM64_relocations.s22 br1: label
/external/bcc/tests/python/
Dtest_brb.c220 int br1(struct __sk_buff *skb) { in br1() function
/external/eigen/test/
Dblock.cpp81 RowVectorType br1(m1.block(r1,0,1,cols)); in block() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DLocal.cpp38 BranchInst *br1 = builder.CreateBr(bb0); in TEST() local
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorContractionCuda.h1055 float2 br1 = rhs_shmem2[start_feature/2 + (koff % 4) * 32][koff/4]; in EigenFloatContractionKernelInternal() local
/external/tensorflow/tensorflow/core/kernels/
Dquantized_resize_bilinear_op.cc202 const quint8* br1, const int16* xlp1, const quint8* tl2, const quint8* tr2, in ComputeLerpx8()
/external/cldr/tools/java/org/unicode/cldr/util/
DCldrUtility.java277 try (BufferedReader br1 = new BufferedReader(new FileReader(file1), 32 * 1024); in areFileIdentical()