Home
last modified time | relevance | path

Searched defs:nonconst (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/clang/test/SemaCXX/
H A Di-c-e-cxx.cpp65 const int nonconst = 1.0; // expected-note {{declared here}} variable
/aosp_15_r20/frameworks/av/media/utils/tests/
H A Dstatic_string_view_tests.cpp39 static std::array<char, 2> nonconst = {'a', 'b'}; in TEST() local
/aosp_15_r20/external/clang/test/CXX/expr/expr.const/
H A Dp3-0x.cpp4 int nonconst = 8; // expected-note 3 {{here}} variable
/aosp_15_r20/external/fmtlib/test/
H A Dformat-test.cc1575 char nonconst[] = "nonconst"; in TEST() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/include/boost/unordered/detail/
Dimplementation.hpp4922 typedef typename boost::remove_const<T>::type nonconst; typedef
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dconstant_folding_test.cc3874 Output nonconst = in TEST_F() local