Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/libffi/src/aarch64/
Dffi.c314 is_hfa (ffi_type *ty) in is_hfa() function
362 if (is_hfa (ty)) in is_register_candidate()
397 || (ty->type == FFI_TYPE_STRUCT && is_hfa (ty)); in is_v_register_candidate()
694 if (is_hfa (ty)) in aarch64_prep_args()
853 if (is_hfa (cif->rtype)) in ffi_call()
994 if (is_hfa (ty)) in ffi_closure_SYSV_inner()
1135 if (is_hfa (cif->rtype)) in ffi_closure_SYSV_inner()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp2972 bool is_hfa = false; in IsHomogeneousAggregate() local
2988 is_hfa = true; in IsHomogeneousAggregate()
3000 if (is_hfa) in IsHomogeneousAggregate()