Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan.h88 using orig_type = float;
106 using orig_type = double;
128 using orig_type = long double;
158 using orig_type = __float128;
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.cpp146 CompilerType orig_type = type_and_or_name.GetCompilerType(); in FixUpDynamicType() local
147 CompilerType corrected_type = orig_type; in FixUpDynamicType()
149 corrected_type = orig_type.GetPointerType(); in FixUpDynamicType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp378 CompilerType orig_type = type_and_or_name.GetCompilerType(); in FixUpDynamicType() local
379 CompilerType corrected_type = orig_type; in FixUpDynamicType()
381 corrected_type = orig_type.GetPointerType(); in FixUpDynamicType()
383 corrected_type = orig_type.GetLValueReferenceType(); in FixUpDynamicType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp295 CompilerType orig_type = type_and_or_name.GetCompilerType(); in FixUpDynamicType() local
296 CompilerType corrected_type = orig_type; in FixUpDynamicType()
298 corrected_type = orig_type.GetPointerType(); in FixUpDynamicType()
/freebsd/sys/tools/syscalls/core/
H A Dsyscall.lua424 local orig_type = type(orig)
426 if orig_type == 'table' then
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_rlock.c165 zfs_rangelock_type_t orig_type = new->lr_type; in zfs_rangelock_enter_writer() local
222 new->lr_type = orig_type; in zfs_rangelock_enter_writer()
/freebsd/sys/geom/raid/
H A Dmd_nvidia.c94 uint32_t orig_type; member
189 printf("orig_type 0x%04x\n", meta->orig_type); in g_raid_md_nvidia_print()
1453 meta->orig_type = meta->type; in g_raid_md_write_nvidia()