Home
last modified time | relevance | path

Searched defs:cf_type (Results 1 – 4 of 4) sorted by relevance

/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()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DCFString.cpp54 CFStringRef CFString::SetFileSystemRepresentationFromCFType(CFTypeRef cf_type) { in SetFileSystemRepresentationFromCFType()
/external/llvm-project/lldb/source/Host/macosx/cfcpp/
DCFCString.cpp51 CFCString::SetFileSystemRepresentationFromCFType(CFTypeRef cf_type) { in SetFileSystemRepresentationFromCFType()
/external/python/cffi/c/
D_cffi_backend.c225 CTypeDescrObject *cf_type; member