Home
last modified time | relevance | path

Searched refs:cf_type (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/lldb/source/Host/macosx/cfcpp/
DCFCString.cpp51 CFCString::SetFileSystemRepresentationFromCFType(CFTypeRef cf_type) { in SetFileSystemRepresentationFromCFType() argument
53 if (cf_type != NULL) { in SetFileSystemRepresentationFromCFType()
54 CFTypeID cf_type_id = ::CFGetTypeID(cf_type); in SetFileSystemRepresentationFromCFType()
58 new_value = (CFStringRef)::CFRetain(cf_type); in SetFileSystemRepresentationFromCFType()
61 ::CFURLCopyFileSystemPath((CFURLRef)cf_type, kCFURLPOSIXPathStyle); in SetFileSystemRepresentationFromCFType()
DCFCString.h27 CFStringRef SetFileSystemRepresentationFromCFType(CFTypeRef cf_type);
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DCFString.cpp54 CFStringRef CFString::SetFileSystemRepresentationFromCFType(CFTypeRef cf_type) { in SetFileSystemRepresentationFromCFType() argument
56 if (cf_type != NULL) { in SetFileSystemRepresentationFromCFType()
57 CFTypeID cf_type_id = ::CFGetTypeID(cf_type); in SetFileSystemRepresentationFromCFType()
61 new_value = (CFStringRef)::CFRetain(cf_type); in SetFileSystemRepresentationFromCFType()
64 ::CFURLCopyFileSystemPath((CFURLRef)cf_type, kCFURLPOSIXPathStyle); in SetFileSystemRepresentationFromCFType()
DCFString.h30 CFStringRef SetFileSystemRepresentationFromCFType(CFTypeRef cf_type);
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_alu.h117 ECFAluOpCode cf_type() const {return m_cf_type;} in cf_type() function
118 void set_cf_type(ECFAluOpCode cf_type){ m_cf_type = cf_type; } in set_cf_type() argument
Dsfn_ir_to_assembly.cpp348 cf_op = ai.cf_type(); in emit_alu()
/external/python/cffi/c/
D_cffi_backend.c225 CTypeDescrObject *cf_type; member
703 Py_DECREF(cf->cf_type); in cfield_dealloc()
711 {"type", T_OBJECT, OFF(cf_type), READONLY},
1129 CTypeDescrObject *ct = cf->cf_type; in convert_to_object_bitfield()
1330 return convert_from_object(data, cf->cf_type, value); in convert_field_from_object()
1338 if ((cf->cf_type->ct_flags & CT_ARRAY) && cf->cf_type->ct_size < 0) { in convert_vfield_from_object()
1340 cf->cf_type->ct_itemdescr, &value); in convert_vfield_from_object()
1348 itemsize = cf->cf_type->ct_itemdescr->ct_size; in convert_vfield_from_object()
1728 CTypeDescrObject *ct = cf->cf_type; in convert_from_object_bitfield()
2747 return convert_to_object(data, cf->cf_type); in cdata_getattro()
[all …]