Home
last modified time | relevance | path

Searched refs:Persist (Results 1 – 11 of 11) sorted by relevance

/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
HDpreprocess.h209 BOOLEAN Persist; /* Keep for entire compiler run */ member
314 BOOLEAN Persist);
HDprmacros.c209 BOOLEAN Persist) in PrAddDefine() argument
258 DefineInfo->Persist = Persist; in PrAddDefine()
HDprscan.c340 while ((AslGbl_DefineList) && (!AslGbl_DefineList->Persist)) in PrTerminatePreprocessor()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectDWIMPrint.cpp159 if (auto persisted_valobj = valobj_sp->Persist()) in DoExecute()
HDOptions.td398 Desc<"Persist expression result in a variable for subsequent use. "
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBValue.h322 lldb::SBValue Persist();
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBValue.cpp1524 lldb::SBValue SBValue::Persist() { in Persist() function in SBValue
1531 persisted_sb.SetSP(value_sp->Persist()); in Persist()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDValueObject.h747 lldb::ValueObjectSP Persist();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDValueObject.cpp3751 ValueObjectSP ValueObject::Persist() { in Persist() function in ValueObject
/freebsd-13-stable/contrib/unbound/doc/
HDChangelog554 - Merge #1030: Persist the openssl and expat directories for repeated
/freebsd-13-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp78275 result = (arg1)->Persist(); in _wrap_SBValue_Persist()