Home
last modified time | relevance | path

Searched refs:vobj (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/libucl/src/
H A Ducl_schema.c222 const ucl_object_t *vobj; in ucl_schema_validate_object() local
227 while (ret && (vobj = ucl_object_iterate (obj, &viter, true)) != NULL) { in ucl_schema_validate_object()
228 found = ucl_schema_test_pattern (vobj, ucl_object_key (prop), false); in ucl_schema_validate_object()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp1509 lldb_private::ValueObject *vobj = retVal.get(); in Interpret() local
1512 if (vobj == nullptr || !retVal) { in Interpret()
1519 lldb_private::Value &value = vobj->GetValue(); in Interpret()