Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
Dprmacros.c209 BOOLEAN Persist) in PrAddDefine() argument
258 DefineInfo->Persist = Persist; in PrAddDefine()
Dpreprocess.h209 BOOLEAN Persist; /* Keep for entire compiler run */ member
314 BOOLEAN Persist);
Dprscan.c340 while ((AslGbl_DefineList) && (!AslGbl_DefineList->Persist)) in PrTerminatePreprocessor()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
DSBValue.h290 lldb::SBValue Persist();
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBValue.cpp1534 lldb::SBValue SBValue::Persist() { in Persist() function in SBValue
1535 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBValue, SBValue, Persist); in Persist()
1541 persisted_sb.SetSP(value_sp->Persist()); in Persist()
1666 LLDB_REGISTER_METHOD(lldb::SBValue, SBValue, Persist, ()); in RegisterMethods()
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
DSBValue.i420 Persist ();
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
DValueObject.h675 lldb::ValueObjectSP Persist();
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DValueObject.cpp3110 ValueObjectSP ValueObject::Persist() { in Persist() function in ValueObject
/freebsd-12-stable/lib/clang/liblldb/
DLLDBWrapLua.cpp68362 result = (arg1)->Persist(); in _wrap_SBValue_Persist()