Searched refs:kind (Results 151 - 175 of 483) sorted by relevance

1234567891011>>

/freebsd-current/lib/libthr/thread/
H A Dthr_mutexattr.c113 _pthread_mutexattr_setkind_np(pthread_mutexattr_t *attr, int kind) argument
120 (*attr)->m_type = kind;
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiHashing.cpp89 switch (Type.kind()) {
106 switch (Rec.kind()) {
H A DNativeInlineSiteSymbol.cpp46 if (SS.kind() != DebugSubsectionKind::InlineeLines)
79 if (InlineeType.kind() == LF_MFUNC_ID) {
86 } else if (InlineeType.kind() == LF_FUNC_ID) {
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h27 /// Define the meaning of possible values of the kind in ExplicitSpecifier.
34 /// Define the kind of constexpr specifier.
54 /// Specifies the kind of type.
142 /// A further classification of the kind of object referenced by an
181 /// Describes the kind of template specialization that a
204 /// Determine whether this template specialization kind refers
211 /// True if this template specialization kind is an explicit
226 llvm_unreachable("bad template specialization kind");
354 /// Retrieve the spelling of the given nullability kind.
355 llvm::StringRef getNullabilitySpelling(NullabilityKind kind,
[all...]
H A DDiagnosticIDs.h66 typedef unsigned kind; typedef in namespace:clang::diag
93 /// kind of diagnostic (for instance, for -W/-R flags).
334 SmallVectorImpl<diag::kind> &Diags) const;
338 std::vector<diag::kind> &Diags);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DDynamicRegisterInfo.h76 uint32_t ConvertRegisterKindToRegisterNumber(uint32_t kind,
79 const lldb_private::RegisterInfo *GetRegisterInfo(uint32_t kind,
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDiagnosticManager.h46 DiagnosticOrigin kind = diag->getKind(); local
47 switch (kind) {
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp63 if (SS.kind() != DebugSubsectionKind::Symbols)
144 // If this is a tag kind and this is a PDB input, mark the complete type as
149 switch (Rec->kind()) {
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp34 ARMCP::ARMCPKind kind,
38 : MachineConstantPoolValue(Ty), LabelId(id), Kind(kind),
43 ARMCP::ARMCPKind kind,
48 LabelId(id), Kind(kind), PCAdjust(PCAdj), Modifier(modifier),
33 ARMConstantPoolValue(Type *Ty, unsigned id, ARMCP::ARMCPKind kind, unsigned char PCAdj, ARMCP::ARMCPModifier modifier, bool addCurrentAddress) argument
42 ARMConstantPoolValue(LLVMContext &C, unsigned id, ARMCP::ARMCPKind kind, unsigned char PCAdj, ARMCP::ARMCPModifier modifier, bool addCurrentAddress) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.h60 uint32_t ConvertRegisterKindToRegisterNumber(lldb::RegisterKind kind,
/freebsd-current/contrib/lua/src/
H A Dlparser.h27 this kind means an empty list (so, no expression) */
99 lu_byte kind; member in struct:Vardesc::__anon3208
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DConcatOutputSection.h49 return sec->kind() == ConcatKind;
H A DObjC.cpp137 MethodContainerKind kind; member in struct:__anon1203::MethodContainer
223 if (mc.kind == MCK_Category) {
226 assert(mc.kind == MCK_Class);
240 StringRef containerType = mc.kind == MCK_Category ? "category" : "class";
H A DICF.cpp127 if (sa->kind() != sb->kind())
151 // Sections with identical parents should be of the same kind.
152 assert(isecA->kind() == isecB->kind());
297 hash += defined->isec->kind() +
/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp112 HostInfoBase::ParseArchitectureKind(llvm::StringRef kind) { argument
113 return llvm::StringSwitch<std::optional<ArchitectureKind>>(kind)
204 if (auto kind = HostInfo::ParseArchitectureKind(triple))
205 return HostInfo::GetArchitecture(*kind);
H A DNativeRegisterContext.cpp81 const RegisterInfo *NativeRegisterContext::GetRegisterInfo(uint32_t kind, argument
83 const uint32_t reg_num = ConvertRegisterKindToRegisterNumber(kind, num);
110 // FIXME double check we're checking the right register kind here.
416 NativeRegisterContext::ConvertRegisterKindToRegisterNumber(uint32_t kind, argument
420 assert(kind < kNumRegisterKinds);
424 if (reg_info->kinds[kind] == num)
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.h64 lldb_private::OptionValueDictionary *reg_dict, char kind, int first_reg,
/freebsd-current/lib/libusbhid/
H A Dusbhid.h72 enum hid_kind kind; member in struct:hid_item
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DAbstractBasicReader.h71 // auto kind = widget.find("kind").readWidgetKind();
73 // return Widget(kind, declaration);
255 auto kind = asImpl().readNestedNameSpecifierKind(); local
256 switch (kind) {
275 kind == NestedNameSpecifier::TypeSpecWithTemplate,
288 llvm_unreachable("bad nested name specifier kind");
H A DAbstractBasicWriter.h71 // widget.find("kind").writeWidgetKind(...);
239 NestedNameSpecifier::SpecifierKind kind = NNS->getKind(); local
240 asImpl().writeNestedNameSpecifierKind(kind);
241 switch (kind) {
267 llvm_unreachable("bad nested name specifier kind");
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBQueue.cpp193 lldb::QueueKind kind = eQueueKindUnknown; local
196 kind = queue_sp->GetKind();
198 return kind;
/freebsd-current/sys/dev/exca/
H A Dexca.c186 mem16 = (mem->kind & PCCARD_MEM_16BIT) ?
188 attrmem = (mem->kind & PCCARD_MEM_ATTR) ?
212 mem->kind & PCCARD_MEM_ATTR ? "attribute" : "common",
213 mem->kind & PCCARD_MEM_16BIT ? 16 : 8);
232 mem->cardaddr, mem->kind);
238 * public interface to map a resource. kind is the type of memory to
246 exca_mem_map(struct exca_softc *sc, int kind, struct resource *res) argument
282 sc->mem[win].kind = kind;
353 sc->mem[win].kind |
[all...]
/freebsd-current/sys/ddb/
H A Ddb_ctf.c99 u_int vlen, kind, ssize; local
103 kind = CTF_V3_INFO_KIND(t->ctt_info);
110 switch (kind) {
141 db_printf("Error: invalid CTF type kind encountered\n");
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp71 if (!cvt || cvt->kind() != LF_BUILDINFO)
91 switch (sym.kind()) {
111 if (ss.kind() != DebugSubsectionKind::InlineeLines)
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_as.c192 const char *kind, *mark = (idp->di_flags & DT_IDFLG_USER) ? "``" : "`"; local
196 kind = "user";
198 kind = "primary kernel";
200 kind = "loadable kernel";
205 "0x%x)\n", kind, dts->dts_object, mark, dts->dts_name, offset);

Completed in 402 milliseconds

1234567891011>>