Searched refs:kind (Results 276 - 300 of 777) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/usr.bin/patch/
H A Dbackupfile.c210 invalid_arg(const char *kind, const char *value, int problem) argument
217 fprintf(stderr, " %s `%s'\n", kind, value);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dinftarg.c113 enum target_waitkind kind; local
139 ourstatus->kind = TARGET_WAITKIND_SIGNALLED;
154 ourstatus->kind = TARGET_WAITKIND_SPURIOUS;
520 child_enable_exception_callback (enum exception_event_kind kind, int enable) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dctx.c52 ctx->notify_func(ctx->notify_baton, n->path, n->action, n->kind,
/freebsd-11-stable/lib/libusbhid/
H A Dusbhid.h69 enum hid_kind kind; member in struct:hid_item
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DDynamicRegisterInfo.h59 uint32_t ConvertRegisterKindToRegisterNumber(uint32_t kind,
H A DRegisterContextPOSIX_arm.h47 uint32_t ConvertRegisterKindToRegisterNumber(lldb::RegisterKind kind,
H A DRegisterContextThreadMemory.h60 uint32_t ConvertRegisterKindToRegisterNumber(lldb::RegisterKind kind,
H A DRegisterContextPOSIX_arm.cpp199 lldb::RegisterKind kind, uint32_t num) {
202 assert(kind < lldb::kNumRegisterKinds);
207 if (reg_info->kinds[kind] == num)
198 ConvertRegisterKindToRegisterNumber( lldb::RegisterKind kind, uint32_t num) argument
H A DRegisterContextPOSIX_ppc64le.cpp199 lldb::RegisterKind kind, uint32_t num) {
202 assert(kind < kNumRegisterKinds);
206 if (reg_info->kinds[kind] == num)
198 ConvertRegisterKindToRegisterNumber( lldb::RegisterKind kind, uint32_t num) argument
H A DRegisterContextPOSIX_arm64.cpp221 lldb::RegisterKind kind, uint32_t num) {
224 assert(kind < lldb::kNumRegisterKinds);
229 if (reg_info->kinds[kind] == num)
220 ConvertRegisterKindToRegisterNumber( lldb::RegisterKind kind, uint32_t num) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp36 switch (cvt.kind()) {
63 vtable_idx.hasValue(), udt_cvt.kind() == LF_CLASS);
153 if (cvt.kind() == LF_BITFIELD) {
191 assert(method_list_type.kind() == LF_METHODLIST);
H A DDWARFLocationExpression.cpp53 static bool IsSimpleTypeSignedInteger(SimpleTypeKind kind) { argument
54 switch (kind) {
84 switch (cvt.kind()) {
/freebsd-11-stable/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-11-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTree.cpp56 return N->kind() == NodeKind::Leaf;
66 bool syntax::Tree::classof(const Node *N) { return N->kind() > NodeKind::Leaf; }
137 if (T.kind() == tok::eof) {
164 OS << T->kind() << "\n";
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h106 AsmRewrite(AsmRewriteKind kind, SMLoc loc, unsigned len = 0, int64_t val = 0) argument
107 : Kind(kind), Loc(loc), Len(len), Done(false), Val(val) {}
108 AsmRewrite(AsmRewriteKind kind, SMLoc loc, unsigned len, StringRef label) argument
109 : AsmRewrite(kind, loc, len) { Label = label; }
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp110 llvm::Optional<HostInfoBase::ArchitectureKind> HostInfoBase::ParseArchitectureKind(llvm::StringRef kind) { argument
111 return llvm::StringSwitch<llvm::Optional<ArchitectureKind>>(kind)
198 if (auto kind = HostInfo::ParseArchitectureKind(triple))
199 return HostInfo::GetArchitecture(*kind);
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_branch_compat.h45 /** Callback to retrieve a node's kind and content. This is
49 * Implementations should set @a *kind to the node kind of @a repos_relpath
71 svn_node_kind_t *kind,
125 * original or copy-from kind/properties/text for a path being committed.
156 * original or copy-from kind/properties/text for a path being committed.
187 * original or copy-from kind/properties/text for a path being committed.
H A Dsvn_editor.h66 /** Callback to retrieve a node's kind. This is needed by the various
69 * Implementations should set @a *kind to the node kind of @a path in
75 svn_node_kind_t *kind,
366 * replaced node, like node kind, etc.
476 /** The kind of the checksum to be used throughout the #svn_editor_t APIs.
548 svn_node_kind_t kind,
919 * Create an "absent" node of kind @a kind at @a relpath. The immediate
922 * ### JAF: What are the allowed values of 'kind'
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dauthz.h222 } kind;
221 } kind; member in struct:authz_rule_segment_t
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DInputSection.h44 Kind kind() const { return (Kind)sectionKind; } function in class:lld::elf::SectionBase
115 static bool classof(const SectionBase *s) { return s->kind() != Output; }
245 static bool classof(const SectionBase *s) { return s->kind() == Merge; }
301 static bool classof(const SectionBase *s) { return s->kind() == EHFrame; }
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dtypes.c138 svn_node_kind_to_word(svn_node_kind_t kind) argument
140 switch (kind)
275 new_dirent->kind = svn_node_unknown;
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dprops.c63 if (revision->kind != svn_opt_revision_number
64 && revision->kind != svn_opt_revision_date
65 && revision->kind != svn_opt_revision_head)
/freebsd-11-stable/sys/dev/exca/
H A Dexca.c187 mem16 = (mem->kind & PCCARD_MEM_16BIT) ?
189 attrmem = (mem->kind & PCCARD_MEM_ATTR) ?
213 mem->kind & PCCARD_MEM_ATTR ? "attribute" : "common",
214 mem->kind & PCCARD_MEM_16BIT ? 16 : 8);
233 mem->cardaddr, mem->kind);
239 * public interface to map a resource. kind is the type of memory to
247 exca_mem_map(struct exca_softc *sc, int kind, struct resource *res) argument
283 sc->mem[win].kind = kind;
354 sc->mem[win].kind |
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c63 uint_t kind, n; local
73 kind = LCTF_INFO_KIND(fp, tp->ctt_info);
75 if (kind != CTF_K_STRUCT && kind != CTF_K_UNION)
455 * Return the kind (CTF_K_* constant) for the specified type ID.
654 uint_t kind, n; local
663 kind = LCTF_INFO_KIND(fp, tp->ctt_info);
665 if (kind != CTF_K_STRUCT && kind != CTF_K_UNION)
833 uint_t kind, local
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Core/
H A DFile.h62 /// Returns file kind. Need for dyn_cast<> on File objects.
63 Kind kind() const { function in class:lld::File
216 File(StringRef p, Kind kind) argument
217 : _path(p), _kind(kind), _ordinal(UINT64_MAX),

Completed in 141 milliseconds

<<11121314151617181920>>