Home
last modified time | relevance | path

Searched defs:predicate (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
Dllvm_optimizer.cpp92 auto predicate = [](char sym) { return std::isspace(sym); }; in PreprocessPipelineFile() local
/arkcompiler/toolchain/tooling/test/utils/
Dtest_util.h198 static bool WaitForEvent(DebugEvent event, Predicate predicate, OnSuccessAction action) in WaitForEvent()
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
Dtest_util.h191 static bool WaitForEvent(DebugEvent event, Predicate predicate, OnSuccessAction action) in WaitForEvent()
/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.cpp501 JSTaggedValue JSStableArray::FindRawData(IndexOfContext &ctx, Predicate &&predicate) in FindRawData()
545 JSTaggedValue JSStableArray::FindLastRawData(IndexOfContext &ctx, Predicate &&predicate) in FindLastRawData()
588 …ue JSStableArray::FindRawDataDispatch(IndexOfType type, IndexOfContext &ctx, Predicate &&predicate) in FindRawDataDispatch()