Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/compiler/
H A Dpreprocess.h209 BOOLEAN Persist; /* Keep for entire compiler run */ member
315 BOOLEAN Persist);
H A Dprmacros.c209 BOOLEAN Persist) in PrAddDefine() argument
258 DefineInfo->Persist = Persist; in PrAddDefine()
H A Dprscan.c340 while ((AslGbl_DefineList) && (!AslGbl_DefineList->Persist)) in PrTerminatePreprocessor()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDWIMPrint.cpp159 if (auto persisted_valobj = valobj_sp->Persist()) in DoExecute()
H A DOptions.td398 Desc<"Persist expression result in a variable for subsequent use. "
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h322 lldb::SBValue Persist();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp1524 lldb::SBValue SBValue::Persist() { in Persist() function in SBValue
1531 persisted_sb.SetSP(value_sp->Persist()); in Persist()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h747 lldb::ValueObjectSP Persist();
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp3751 ValueObjectSP ValueObject::Persist() { in Persist() function in ValueObject
/freebsd/contrib/unbound/doc/
H A DChangelog554 - Merge #1030: Persist the openssl and expat directories for repeated
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp78275 result = (arg1)->Persist(); in _wrap_SBValue_Persist()