Searched refs:synthetic (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/usr.bin/locate/locate/
H A Dupdatedb.sh59 egrep -vw "loopback|network|synthetic|read-only|0" | \
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBSymbol.i90 synthetic = property(IsSynthetic, None, doc='''A read only property that returns a boolean value that indicates if this symbol was synthetically created from information in module that contains it.''')
H A DSBTypeCategory.i183 '''An accessor function that returns an accessor object which allows lazy synthetic children provider access from a lldb.SBTypeCategory object.'''
187 '''An accessor function that returns a list() that contains all synthetic children providers in a lldb.SBCategory object.'''
211 synthetic = property(get_synthetics_access_object, None, doc=r'''A read only property that returns an object that you can use to look for synthetic children provider by index or type name or regular expression.''')
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp652 // Some synthetic plug-ins fail to set the error in Dereference
834 // recur to synthetic children
835 ValueObjectSP synthetic = valobj_sp->GetSyntheticValue(); local
836 if (!synthetic /* no synthetic */
837 || synthetic == valobj_sp) /* synthetic is the same as
847 synthetic
848 ->GetNumChildren() /* synthetic does not have that many values */) {
855 child_valobj_sp = synthetic
906 ValueObjectSP synthetic = valobj_sp->GetSyntheticValue(); local
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c165 int synthetic; member in struct:filesystem
1464 return (a->tree->current_filesystem->synthetic);
1589 t->current_filesystem->synthetic = -1;
1642 t->current_filesystem->synthetic = 1;
1644 t->current_filesystem->synthetic = 0;
1693 t->current_filesystem->synthetic = -1;
1820 t->current_filesystem->synthetic = -1;
1840 t->current_filesystem->synthetic = 0;
1846 t->current_filesystem->synthetic = 1;
1850 t->current_filesystem->synthetic
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp134 ValueObject *synthetic = m_valobj->GetSyntheticValue().get(); local
135 if (synthetic)
136 m_valobj = synthetic;
692 // if it has a synthetic value, then don't print {}, the synthetic
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp475 bool synthetic = GetRegisterValue(*reg_info, reg_value); local
484 reg_info->name, synthetic);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp545 lldb::SBTypeSynthetic synthetic; local
555 synthetic.SetSP(synth_sp);
559 return LLDB_RECORD_RESULT(synthetic);

Completed in 130 milliseconds