Home
last modified time | relevance | path

Searched defs:br2 (Results 1 – 25 of 289) sorted by relevance

12345678910>>...12

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/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
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/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
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/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
/dports/devel/llvm12/llvm-project-12.0.1.src/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
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/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
/dports/devel/llvm10/llvm-10.0.1.src/tools/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
/dports/devel/llvm11/llvm-11.0.1.src/tools/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
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/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
/dports/devel/llvm90/llvm-9.0.1.src/tools/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
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/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
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/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
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/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
/dports/devel/llvm13/llvm-project-13.0.1.src/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
/dports/devel/llvm80/llvm-8.0.1.src/tools/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
/dports/devel/llvm70/llvm-7.0.1.src/tools/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
/dports/lang/clang-mesa/clang-13.0.1.src/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
/dports/graphics/autopano-sift-c/autopano-sift-C-2.5.1/APSCpp/ANN/
H A Dkd_split.cpp110 int br1, br2; in midpt_split() local
191 int br1, br2; in sl_midpt_split() local
291 int br1, br2; in fair_split() local
358 int br1, br2; // split break points in sl_fair_split() local
/dports/math/ann/ann_1.1.2/src/
H A Dkd_split.cpp110 int br1, br2; in midpt_split() local
191 int br1, br2; in sl_midpt_split() local
291 int br1, br2; in fair_split() local
358 int br1, br2; // split break points in sl_fair_split() local
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/ANN/src/
H A Dkd_split.cpp110 int br1, br2; in midpt_split() local
191 int br1, br2; in sl_midpt_split() local
291 int br1, br2; in fair_split() local
358 int br1, br2; // split break points in sl_fair_split() local
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/external/ann_1.1.1/src/
H A Dkd_split.cpp110 int br1, br2; in midpt_split() local
191 int br1, br2; in sl_midpt_split() local
291 int br1, br2; in fair_split() local
358 int br1, br2; // split break points in sl_fair_split() local
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/queso/src/contrib/ANN/src/
H A Dkd_split.cpp110 int br1, br2; in midpt_split() local
191 int br1, br2; in sl_midpt_split() local
291 int br1, br2; in fair_split() local
358 int br1, br2; // split break points in sl_fair_split() local
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/approxnn/src/
H A Dkd_split.cpp110 int br1, br2; in midpt_split() local
191 int br1, br2; in sl_midpt_split() local
291 int br1, br2; in fair_split() local
358 int br1, br2; // split break points in sl_fair_split() local
/dports/math/geogram/geogram-1.7.7/src/tests/test_nn_search/third_party/ANN/
H A Dkd_split.cpp110 int br1, br2; in midpt_split() local
191 int br1, br2; in sl_midpt_split() local
291 int br1, br2; in fair_split() local
358 int br1, br2; // split break points in sl_fair_split() local
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/macros/
H A Dmacro-lifetime-used-with-labels.rs19 macro_rules! br2 { macro
/dports/graphics/ming/libming-ming-0_4_8/test/Button/
H A Dtest02.php15 $br2 = $b->addCharacter($s, SWFBUTTON_OVER|SWFBUTTON_DOWN); variable

12345678910>>...12