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

/freebsd-10.0-release/usr.bin/locate/locate/
H A Dupdatedb.sh57 egrep -vw "loopback|network|synthetic|read-only|0" | \
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp820 // dereferencing ObjC variables is not valid.. so let's try and recur to synthetic children
821 ValueObjectSP synthetic = valobj_sp->GetSyntheticValue(); local
822 if (synthetic.get() == NULL /* no synthetic */
823 || synthetic == valobj_sp) /* synthetic is the same as the original object */
830 else if (child_index >= synthetic->GetNumChildren() /* synthetic does not have that many values */)
840 child_valobj_sp = synthetic->GetChildAtIndex(child_index, true);
896 ValueObjectSP synthetic local
[all...]
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c165 int synthetic; member in struct:filesystem
1405 return (a->tree->current_filesystem->synthetic);
1485 t->current_filesystem->synthetic = -1;
1541 t->current_filesystem->synthetic = 1;
1543 t->current_filesystem->synthetic = 0;
1588 t->current_filesystem->synthetic = -1;
1713 t->current_filesystem->synthetic = -1;
1732 t->current_filesystem->synthetic = 0;
1738 t->current_filesystem->synthetic = 1;
1742 t->current_filesystem->synthetic
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp542 bool synthetic = GetRegisterValue (*reg_info, reg_value); local
550 strm.Printf ("UnwindAssemblyInstEmulation::ReadRegister (name = \"%s\") => synthetic_value = %i, value = ", reg_info->name, synthetic);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBValue.cpp642 lldb::SBTypeSynthetic synthetic; local
654 synthetic.SetSP(synth_sp);
658 return synthetic;

Completed in 77 milliseconds