Home
last modified time | relevance | path

Searched refs:kind (Results 226 – 250 of 839) sorted by relevance

12345678910>>...34

/freebsd/contrib/llvm-project/lld/MachO/Arch/
H A DARM64.cpp670 forEachHint(data, [&](uint64_t kind, ArrayRef<uint64_t> args) { in applyOptimizationHints() argument
671 if (kind == LOH_ARM64_ADRP_ADRP) { in applyOptimizationHints()
678 switch (kind) { in applyOptimizationHints()
737 forEachHint(data, [&](uint64_t kind, ArrayRef<uint64_t> args) { in applyOptimizationHints() argument
738 if (kind != LOH_ARM64_ADRP_ADRP) in applyOptimizationHints()
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A Dctypes.py30 if type_info.kind == 'enum':
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumGlobals.cpp32 if (!llvm::is_contained(Kinds, S.kind())) in NativeEnumGlobals()
H A DTpiStream.cpp196 if (CVT.kind() != F.kind()) in findFullDeclForForwardRef()
/freebsd/usr.bin/rpcgen/
H A Drpc_scan.h116 tok_kind kind; member
/freebsd/contrib/gdtoa/
H A Dprintf.c0127 int kind;
190 b->kind = i;
258 b->kind = i;
510 b->kind = i;
541 if (b->kind == STRTOG_Zero)
998 &fpb.kind, 3, prec, &decpt, &se);
1102 &fpb.kind, prec ? 2 : 0, prec, &decpt, &se);
1154 &fpb.kind, prec ? 2 : 0, prec, &decpt, &se);
1240 if (fpb.kind == STRTOG_Infinite) {
1245 if (fpb.kind == STRTOG_NaN) {
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInputFile.h214 if (SS.kind() != Subsection.kind()) in iterateModuleSubsections()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_mips64.h53 uint32_t ConvertRegisterKindToRegisterNumber(lldb::RegisterKind kind,
H A DRegisterContextDummy.h50 uint32_t ConvertRegisterKindToRegisterNumber(lldb::RegisterKind kind,
H A DRegisterContextHistory.h50 uint32_t ConvertRegisterKindToRegisterNumber(lldb::RegisterKind kind,
H A DRegisterContextDarwin_arm64.cpp686 RegisterKind kind, uint32_t reg) { in ConvertRegisterKindToRegisterNumber() argument
687 if (kind == eRegisterKindGeneric) { in ConvertRegisterKindToRegisterNumber()
702 } else if (kind == eRegisterKindDWARF) { in ConvertRegisterKindToRegisterNumber()
842 } else if (kind == eRegisterKindEHFrame) { in ConvertRegisterKindToRegisterNumber()
913 } else if (kind == eRegisterKindLLDB) { in ConvertRegisterKindToRegisterNumber()
H A DRegisterContextDarwin_x86_64.cpp929 lldb::RegisterKind kind, uint32_t reg) { in ConvertRegisterKindToRegisterNumber() argument
930 if (kind == eRegisterKindGeneric) { in ConvertRegisterKindToRegisterNumber()
944 } else if (kind == eRegisterKindEHFrame || kind == eRegisterKindDWARF) { in ConvertRegisterKindToRegisterNumber()
1031 } else if (kind == eRegisterKindLLDB) { in ConvertRegisterKindToRegisterNumber()
H A DRegisterContextMemory.h38 uint32_t ConvertRegisterKindToRegisterNumber(lldb::RegisterKind kind,
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_ARM64.h56 uint32_t ConvertRegisterKindToRegisterNumber(lldb::RegisterKind kind,
H A DRegisterContextMinidump_ARM.h63 uint32_t ConvertRegisterKindToRegisterNumber(lldb::RegisterKind kind,
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionRecord.h43 DebugSubsectionKind kind() const;
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_mve_defs.td245 // parameter type for intrinsics that aren't actually parameterised by any kind
256 string kind = kind_;
263 foreach kind = ["u", "s"] in
264 def kind # size: PrimitiveType<kind, size>;
266 foreach kind = ["f"] in
267 def kind # size: PrimitiveType<kind, size>;
309 // whose kind (signed, unsigned or float) matches that of k, and whose size
314 // whose kind (signed, unsigned or float) matches that of k, and whose size
/freebsd/usr.sbin/memcontrol/
H A Dmemcontrol.c45 int kind; member
236 if (!(attrnames[i].kind & MDF_SETTABLE)) in setfunc()
/freebsd/sys/dev/hid/
H A Dhid.h262 enum hid_kind kind; member
318 enum hid_kind kind, uint8_t index, struct hid_location *loc,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlan.cpp23 ThreadPlan::ThreadPlan(ThreadPlanKind kind, const char *name, Thread &thread, in ThreadPlan() argument
28 m_thread(&thread), m_kind(kind), m_name(name), m_plan_complete_mutex(), in ThreadPlan()
/freebsd/sys/contrib/device-tree/Bindings/rtc/
H A Depson,rx6110.txt4 The Epson RX6110 can be used with SPI or I2C busses. The kind of
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DQueue.h132 void SetKind(lldb::QueueKind kind);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp48 if (pat.kind == CompilerContextKind::AnyModule) { in contextMatches()
51 return ctx.kind != CompilerContextKind::Module; in contextMatches()
56 if (((uint16_t)ctx->kind & (uint16_t)pat.kind) == 0) in contextMatches()
59 if (pat.kind != CompilerContextKind::AnyModule && ctx->name != pat.name) in contextMatches()
193 switch (kind) { in Dump()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp366 isIdRecord(Type.kind()) ? *DestGlobalIdStream : *DestGlobalTypeStream; in remapType()
371 isIdRecord(Type.kind()) ? *DestIdStream : *DestTypeStream; in remapType()
484 if (Type.kind() == LF_ENDPRECOMP) { in shouldRemapType()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp464 << ", Kind: " << formattedKind(kind()) in resolveQualifiedName()
485 << "Kind = " << formattedKind(kind()) << ", " in equals()
489 << "Kind = " << formattedKind(Element->kind()) << ", " in equals()

12345678910>>...34