Home
last modified time | relevance | path

Searched defs:replace (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/runtime_core/gn/build/
H A Dcmake_configure_file.py47 def replace(pattern): function
/arkcompiler/runtime_core/static_core/gn/build/
H A Dcmake_configure_file.py48 def replace(pattern): function
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dterminate.cpp31 char *replace = std::getenv("FUZZING_EXIT_ON_FAILED_ASSERT"); in Terminate() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
H A Dark_config.py18 from dataclasses import replace namespace
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
H A Dlowering.cpp120 auto replace = graph->CreateInstIf(DataType::NO_TYPE, inst->GetPc(), cc); in LowerIf() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/internal_tests/
H A Dtest_arkts_str.py18 from dataclasses import replace namespace
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dark_gvn.cpp115 llvm::SmallVector<llvm::CallInst *> replace; in RunOnBasicBlock() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dlowering.cpp1381 auto replace = graph->CreateInstIf(DataType::NO_TYPE, inst->GetPc(), input->GetInput(0).GetInst(), in LowerIfImmToIf() local
/arkcompiler/runtime_core/static_core/runtime/coretypes/
H A Dstring.cpp910 auto replace = [oldC, newC](uint16_t c) { return static_cast<uint8_t>((oldC != c) ? c : newC); }; in DoReplace() local
914 auto replace = [oldC, newC](uint16_t c) { return (oldC != c) ? c : newC; }; in DoReplace() local
920 auto replace = [oldC, newC](uint16_t c) { return static_cast<uint8_t>((oldC != c) ? c : newC); }; in DoReplace() local
924 auto replace = [oldC, newC](uint16_t c) { return (oldC != c) ? c : newC; }; in DoReplace() local

Completed in 9 milliseconds