Lines Matching +full:language +full:- +full:cpp
1 /* ----------------------------------------------------------------------
9 * Target Processor: Cortex-M cores
10 * -------------------------------------------------------------------- */
12 * Copyright (C) 2010-2019 ARM Limited or its affiliates. All rights reserved.
14 * SPDX-License-Identifier: Apache-2.0
20 * www.apache.org/licenses/LICENSE-2.0
25 * See the License for the specific language governing permissions and
135 // a method of a CPP class)
483 return(m_mem->generation()); in generation()
491 return(m_mem->HasMemError()); in HasMemError()
497 this->m_runningMode = Testing::kDumpOnly; in setDumpMode()
502 this->m_runningMode = Testing::kTestAndDump; in setTestAndDumpMode()
507 return(this->m_runningMode); in runningMode()
512 return(m_mem->IsTailEmpty(ptr,length)); in IsTailEmpty()
574 return(v->run(this)); in accept()
578 // before benchmarking it, to force it to be in the I-cache.
614 return(v->run(this)); in accept()