Home
last modified time | relevance | path

Searched refs:kind (Results 201 – 225 of 839) sorted by relevance

12345678910>>...34

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSummary.cpp48 TypeSummaryImpl::TypeSummaryImpl(Kind kind, const TypeSummaryImpl::Flags &flags) in TypeSummaryImpl() argument
49 : m_flags(flags), m_kind(kind) {} in TypeSummaryImpl()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h351 bool IsOptionSet(OptionKind kind) in IsOptionSet() argument
353 return m_set_flags.Test(kind); in IsOptionSet()
/freebsd/contrib/unifdef/tests/
H A Dxterm.expout62 #define DATA(option,kind) { option, NULL, kind, (XtPointer) NULL }
/freebsd/contrib/llvm-project/llvm/include/llvm/WindowsResource/
H A DResourceScriptToken.h46 Kind kind() const;
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp155 inline std::string toLetter(ScalarTypeKind kind) { in toLetter() argument
156 switch (kind) { in toLetter()
166 inline std::string toCPrefix(ScalarTypeKind kind) { in toCPrefix() argument
167 switch (kind) { in toCPrefix()
253 ScalarTypeKind kind() const { return Kind; } in kind() function in __anonc95a670f0111::ScalarType
994 std::tuple<ScalarTypeKind, unsigned, unsigned> key(ST->kind(), in getVectorType()
1133 if (RT->kind() == STKind->kind() && RT->sizeInBits() == STSize->sizeInBits()) in getType()
1145 if (RT->kind() == STKind->kind() && RT->sizeInBits() == DesiredSize) in getType()
1218 getScalarType("u32"), ST->kind() == ScalarTypeKind::UnsignedInt); in getCodeForDag()
1257 IntName += "_" + toLetter(cast<ScalarType>(Param)->kind()); in getCodeForDag()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOperationKinds.def57 /// operand has the same type kind; otherwise, it's one of the
64 /// an l-value as an l-value of a different kind. Used for
147 /// different kind of member pointer. C++ forbids this from
164 /// CK_IntegralToPointer - Integral to pointer. A special kind of
171 /// CK_PointerToIntegral - Pointer to integral. A special kind of
251 /// CK_CPointerToObjCPointerCast - Casting a C pointer kind to an
346 /// This particular cast kind is used for the conversion from a C++11
H A DPropertiesBase.td207 /// A function for creating values of this kind, expressed in terms of a
227 /// `kind` of the KindType.
234 /// The type of this type's kind enum.
237 /// The property name to use for the kind.
238 string KindPropertyName = "kind";
240 /// An expression which reads the kind from a value, expressed in terms
250 /// The name of the case (a value of the type's kind enum).
585 foreach kind = ["Constructor", "Destructor", "ConversionFunction"] in {
586 let Class = PropertyTypeCase<DeclarationName, "CXX"#kind#"Name"> in {
591 return ctx.DeclarationNames.getCXX}]#kind#[{Name(
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoVPseudos.td3975 string kind,
4018 string kind,
4090 string kind,
4415 string kind,
4437 string kind,
4459 string kind,
4529 string kind,
4606 string kind,
5002 defvar kind = "V"#vti.ScalarSuffix;
5529 string kind,
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Directive/
H A DDirectiveBase.td101 // Is clause implicit? If clause is set as implicit, the default kind will
102 // be return in get<LanguageName>ClauseKind instead of their own kind.
105 // Set clause used by default when unknown. Function returning the kind
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp54 static bool IsSimpleTypeSignedInteger(SimpleTypeKind kind) { in IsSimpleTypeSignedInteger() argument
55 switch (kind) { in IsSimpleTypeSignedInteger()
85 switch (cvt.kind()) { in GetIntegralTypeInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp572 lldb::RegisterKind kind = m_unwind_plan_ptr->GetRegisterKind(); in WriteRegister() local
573 if (m_fp_is_cfa && reg_info->kinds[kind] == m_cfa_reg_info.kinds[kind] && in WriteRegister()
576 context.info.RegisterPlusOffset.reg.kinds[kind] == in WriteRegister()
577 m_cfa_reg_info.kinds[kind]) { in WriteRegister()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.cpp865 lldb::RegisterKind kind, uint32_t reg) { in ConvertRegisterKindToRegisterNumber() argument
866 if (kind == eRegisterKindGeneric) { in ConvertRegisterKindToRegisterNumber()
880 } else if (kind == eRegisterKindEHFrame || kind == eRegisterKindDWARF) { in ConvertRegisterKindToRegisterNumber()
937 } else if (kind == eRegisterKindLLDB) { in ConvertRegisterKindToRegisterNumber()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecordHelpers.h47 switch (CVT.kind()) { in isAggregate()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBQueueItem.h35 void SetKind(lldb::QueueItemKind kind);
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h41 Node(Kind kind) : m_kind(kind) {} in Node() argument
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSanitizers.h204 StringRef AsanDtorKindToString(llvm::AsanDtorKind kind);
206 llvm::AsanDtorKind AsanDtorKindFromString(StringRef kind);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp197 const char *kind = bp_site_sp->GetConstituentAtIndex(idx) in GetDescription() local
200 if (kind != nullptr) { in GetDescription()
201 m_description.assign(kind); in GetDescription()
202 return kind; in GetDescription()
218 const char *kind = break_sp->GetBreakpointKind(); in GetDescription() local
219 if (kind) in GetDescription()
220 strm.Printf("internal %s breakpoint(%d).", kind, m_break_id); in GetDescription()
/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Dexynos4412-p4note-n8010.dts17 /* this is the base variant without any kind of modem */
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp186 if (L.kind() != R.kind()) in operator ==()
188 switch (L.kind()) { in operator ==()
262 switch (V.kind()) { in abbreviate()
288 switch (V.kind()) { in abbreviateChildren()
759 switch (V.kind()) { in value()
/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp_struct.h91 enum evhttp_request_kind kind; member
/freebsd/contrib/libevent/include/event2/
H A Dhttp_struct.h91 enum evhttp_request_kind kind; member
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProperties.cpp145 void doPropAction(PropActionKind kind, in doPropAction() argument
150 ActionOnProp[I->PropD->getIdentifier()] = kind; in doPropAction()
152 switch (kind) { in doPropAction()
/freebsd/contrib/gdtoa/
H A Dgdtoa.c157 int j, j1, k, k0, k_check, kind, leftright, m2, m5, nbits; local
172 kind = *kindp &= ~STRTOG_Inexact;
173 switch(kind & STRTOG_Retmask) {
321 if (kind & STRTOG_Neg)
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrShiftRotate.td43 class MxSREncoding<bit kind, string src_opnd, string dst_opnd,
48 direction, size.Value, kind, ro_op,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp200 switch (CVT.kind()) { in findSymbolByTypeIndex()
282 switch (CVS.kind()) { in getOrCreateGlobalSymbolByOffset()
362 if (I->kind() != S_LPROC32 && I->kind() != S_GPROC32) in findFunctionSymbolBySectOffset()
467 if (SS.kind() != DebugSubsectionKind::Lines) in findLineTable()

12345678910>>...34