Home
last modified time | relevance | path

Searched defs:array_type (Results 1 – 8 of 8) sorted by relevance

/freebsd/lib/libc/tests/secure/
H A Dgenerate-fortify-tests.lua1093 local function array_type(buftype) function
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_dict_helpers.h124 int array_type; /** the dbus type of the array elements if the dict member
H A Ddbus_dict_helpers.c407 char array_type[10]; in wpa_dbus_dict_begin_array() local
766 DBusMessageIter *iter, int array_type, in _wpa_dbus_dict_entry_get_string_array()
916 int array_type = dbus_message_iter_get_element_type(iter_dict_val); in _wpa_dbus_dict_entry_get_array() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp161 CompilerType array_type(ast_ctx.CreateArrayType( in BuildArray() local
/freebsd/sys/compat/linuxkpi/common/include/linux/soc/qcom/
H A Dqmi.h66 enum soc_qcom_qmi_array_type array_type; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp667 auto array_type = llvm::dyn_cast<PDBSymbolTypeArray>(&type); in CreateLLDBTypeFromPDBType() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp945 if (const ArrayType *array_type = type->getAsArrayTypeUnsafe()) in RequireCompleteType() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2708 const clang::ArrayType *array_type = in GetCompleteQualType() local