Home
last modified time | relevance | path

Searched defs:replace (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/gn/build/
Dcmake_configure_file.py47 def replace(pattern): function
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dlowering.cpp143 auto replace = graph->CreateInstIf(DataType::NO_TYPE, inst->GetPc(), cc); in LowerIf() local
/arkcompiler/runtime_core/runtime/coretypes/
Dstring.cpp708 …auto replace = [old_c, new_c](uint16_t c) { return static_cast<uint8_t>((old_c != c) ? c : new_c);… in DoReplace() local
712 auto replace = [old_c, new_c](uint16_t c) { return (old_c != c) ? c : new_c; }; in DoReplace() local
718 …auto replace = [old_c, new_c](uint16_t c) { return static_cast<uint8_t>((old_c != c) ? c : new_c);… in DoReplace() local
722 auto replace = [old_c, new_c](uint16_t c) { return (old_c != c) ? c : new_c; }; in DoReplace() local