Searched refs:kind (Results 1 - 25 of 777) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.bin/rpcgen/
H A Drpc_scan.c78 if (tokp->kind != expect) {
90 if (tokp->kind != expect1 && tokp->kind != expect2) {
102 if (tokp->kind != expect1 && tokp->kind != expect2
103 && tokp->kind != expect3) {
115 switch (tokp->kind) {
140 if (tokp->kind == expect) {
167 tokp->kind = TOK_EOF;
215 tokp->kind
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionTypeSystemHelper.h37 ExpressionTypeSystemHelper(LLVMCastKind kind) : m_kind(kind) {} argument
H A DDynamicCheckerFunctions.h36 DynamicCheckerFunctions(DynamicCheckerFunctionsKind kind) : m_kind(kind) {} argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DObjCRuntime.cpp61 Kind kind; local
65 kind = ObjCRuntime::MacOSX;
67 kind = ObjCRuntime::FragileMacOSX;
69 kind = ObjCRuntime::iOS;
71 kind = ObjCRuntime::WatchOS;
76 kind = ObjCRuntime::GNUstep;
78 kind = ObjCRuntime::GCC;
80 kind = ObjCRuntime::ObjFW;
85 TheKind = kind;
93 if (kind
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DState.h23 /// we consider a member function call to be a kind of access, even though
77 diag::kind DiagId = diag::note_invalid_subexpr_in_const_expr,
82 diag::kind DiagId = diag::note_invalid_subexpr_in_const_expr,
87 diag::kind DiagId = diag::note_invalid_subexpr_in_const_expr,
97 diag::kind DiagId = diag::note_invalid_subexpr_in_const_expr,
102 diag::kind DiagId = diag::note_invalid_subexpr_in_const_expr,
107 diag::kind DiagId = diag::note_invalid_subexpr_in_const_expr,
111 OptionalDiagnostic Note(SourceLocation Loc, diag::kind DiagId);
117 DiagnosticBuilder report(SourceLocation Loc, diag::kind DiagId);
124 PartialDiagnostic &addDiag(SourceLocation Loc, diag::kind DiagI
[all...]
H A DState.cpp20 OptionalDiagnostic State::FFDiag(SourceLocation Loc, diag::kind DiagId,
25 OptionalDiagnostic State::FFDiag(const Expr *E, diag::kind DiagId,
33 OptionalDiagnostic State::FFDiag(const SourceInfo &SI, diag::kind DiagId,
41 OptionalDiagnostic State::CCEDiag(SourceLocation Loc, diag::kind DiagId,
52 OptionalDiagnostic State::CCEDiag(const Expr *E, diag::kind DiagId,
57 OptionalDiagnostic State::CCEDiag(const SourceInfo &SI, diag::kind DiagId,
62 OptionalDiagnostic State::Note(SourceLocation Loc, diag::kind DiagId) {
75 DiagnosticBuilder State::report(SourceLocation Loc, diag::kind DiagId) {
80 PartialDiagnostic &State::addDiag(SourceLocation Loc, diag::kind DiagId) {
86 OptionalDiagnostic State::diag(SourceLocation Loc, diag::kind DiagI
[all...]
/freebsd-11-stable/lib/libc/gdtoa/
H A D_ldtoa.c61 int be, kind; local
82 kind = STRTOG_Normal;
88 kind = STRTOG_Zero;
91 kind = STRTOG_Denormal;
95 kind = STRTOG_Infinite;
98 kind = STRTOG_NaN;
104 ret = gdtoa(&fpi, be, vbits, &kind, mode, ndigits, decpt, rve);
/freebsd-11-stable/usr.bin/usbhidctl/
H A Dusbhid.c86 if (h.kind == hid_collection) {
91 } else if (h.kind == hid_endcollection) {
101 if ((h.kind != hid_input && h.kind != hid_output &&
102 h.kind != hid_feature) || (h.flags & HIO_CONST))
140 if (h.kind == hid_collection) {
145 } else if (h.kind == hid_endcollection) {
155 if ((h.kind != hid_input && h.kind != hid_output &&
156 h.kind !
307 enum hid_kind kind; local
384 enum hid_kind kind; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dchecksum.c101 svn__empty_string_digest(svn_checksum_kind_t kind)
103 return empty_string_digests[kind];
155 validate_kind(svn_checksum_kind_t kind)
157 if (kind >= svn_checksum_md5 && kind <= svn_checksum_fnv1a_32x4)
166 checksum_create_without_digest(svn_checksum_kind_t kind,
174 checksum->kind = kind;
182 checksum_create(svn_checksum_kind_t kind,
186 apr_size_t digest_size = DIGESTSIZE(kind);
100 svn__empty_string_digest(svn_checksum_kind_t kind) argument
154 validate_kind(svn_checksum_kind_t kind) argument
165 checksum_create_without_digest(svn_checksum_kind_t kind, apr_size_t digest_size, apr_pool_t *pool) argument
181 checksum_create(svn_checksum_kind_t kind, const unsigned char *digest, apr_pool_t *pool) argument
193 svn_checksum_create(svn_checksum_kind_t kind, apr_pool_t *pool) argument
344 svn_checksum_kind_t kind; local
371 svn_checksum_parse_hex(svn_checksum_t **checksum, svn_checksum_kind_t kind, const char *hex, apr_pool_t *pool) argument
472 svn_checksum(svn_checksum_t **checksum, svn_checksum_kind_t kind, const void *data, apr_size_t len, apr_pool_t *pool) argument
515 svn_checksum_empty_checksum(svn_checksum_kind_t kind, apr_pool_t *pool) argument
535 svn_checksum_kind_t kind; member in struct:svn_checksum_ctx_t
539 svn_checksum_ctx_create(svn_checksum_kind_t kind, apr_pool_t *pool) argument
799 wrap_write_stream(svn_checksum_t **checksum, unsigned char *digest, svn_stream_t *inner_stream, svn_checksum_kind_t kind, apr_pool_t *pool) argument
822 svn_checksum__wrap_write_stream(svn_checksum_t **checksum, svn_stream_t *inner_stream, svn_checksum_kind_t kind, apr_pool_t *pool) argument
[all...]
H A Dchecksum.h40 svn__empty_string_digest(svn_checksum_kind_t kind);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stub.h41 void __kmps_set_schedule(kmp_sched_t kind, int modifier);
42 void __kmps_get_schedule(kmp_sched_t *kind, int *modifier);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DProcessMessage.cpp17 const char *ProcessMessage::PrintKind(Kind kind) { argument
20 switch (kind) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DRegisterNumber.cpp16 lldb::RegisterKind kind, uint32_t num)
17 : m_reg_ctx_sp(thread.GetRegisterContext()), m_regnum(num), m_kind(kind),
33 void RegisterNumber::init(lldb_private::Thread &thread, lldb::RegisterKind kind, argument
37 m_kind = kind;
82 uint32_t RegisterNumber::GetAsKind(lldb::RegisterKind kind) { argument
86 if (kind == m_kind)
89 Collection::iterator iter = m_kind_regnum_map.find(kind);
95 m_reg_ctx_sp->ConvertBetweenRegisterKinds(m_kind, m_regnum, kind,
98 m_kind_regnum_map[kind] = output_regnum;
15 RegisterNumber(lldb_private::Thread &thread, lldb::RegisterKind kind, uint32_t num) argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterNumber.h21 RegisterNumber(lldb_private::Thread &thread, lldb::RegisterKind kind,
30 void init(lldb_private::Thread &thread, lldb::RegisterKind kind,
41 uint32_t GetAsKind(lldb::RegisterKind kind);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.h34 /// A kind of a syntax node, used for implementing casts. The ordering and
90 /// An inner statement for those that have only a single child of kind
114 return N->kind() == NodeKind::TranslationUnit;
124 return NodeKind::UnknownExpression <= N->kind() &&
125 N->kind() <= NodeKind::UnknownExpression;
129 /// An expression of an unknown kind, i.e. one not currently handled by the
135 return N->kind() == NodeKind::UnknownExpression;
145 return NodeKind::UnknownStatement <= N->kind() &&
146 N->kind() <= NodeKind::CompoundStatement;
150 /// A statement of an unknown kind,
[all...]
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_checksum.h77 svn_checksum_kind_t kind;
85 /** Return a new checksum structure of type @a kind, initialized to the all-
91 svn_checksum_create(svn_checksum_kind_t kind,
173 /** Parse the hex representation @a hex of a checksum of kind @a kind and
187 svn_checksum_kind_t kind,
192 * Return in @a *checksum the checksum of type @a kind for the bytes beginning
199 svn_checksum_kind_t kind,
207 * of type @a kind for the empty string.
212 svn_checksum_empty_checksum(svn_checksum_kind_t kind,
76 svn_checksum_kind_t kind; member in struct:svn_checksum_t
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dmtcc.c43 /* The kind of operation to perform in an mtcc_op_t */
56 mtcc_kind_t kind; /* editor operation */ member in struct:mtcc_op_t
70 svn_boolean_t performed_stat; /* Verified kind with repository */
75 ((mtcc->root_op->kind == OP_OPEN_DIR \
76 || mtcc->root_op->kind == OP_OPEN_FILE) \
106 op->kind = directory ? OP_ADD_DIR : OP_ADD_FILE;
108 op->kind = directory ? OP_OPEN_DIR : OP_OPEN_FILE;
178 && (find_deletes || cop->kind != OP_DELETE))
229 if (op->kind == OP_ADD_DIR || op->kind
445 svn_node_kind_t kind; local
529 svn_node_kind_t kind; local
613 svn_node_kind_t kind; local
864 svn_node_kind_t kind; local
881 svn_node_kind_t kind; local
903 svn_node_kind_t kind; local
954 svn_node_kind_t kind; local
989 svn_client__mtcc_check_path(svn_node_kind_t *kind, const char *relpath, svn_boolean_t check_repository, svn_client__mtcc_t *mtcc, apr_pool_t *scratch_pool) argument
1369 svn_node_kind_t kind; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsection.h26 DebugSubsectionKind kind() const { return Kind; } function in class:llvm::codeview::DebugSubsectionRef
39 DebugSubsectionKind kind() const { return Kind; } function in class:llvm::codeview::DebugSubsection
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangDeclVendor.h20 ClangDeclVendor(DeclVendorKind kind) : DeclVendor(kind) {} argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DDeclVendor.h29 DeclVendor(DeclVendorKind kind) : m_kind(kind) {} argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dlist.c52 if (dirent->kind == svn_node_file)
77 svn_node_kind_t kind;
80 SVN_ERR(svn_fs_check_path(&kind, root, path, pool));
82 if (kind == svn_node_none)
89 ent->kind = kind;
121 svn_node_kind_t kind,
130 dirent.kind = kind;
209 if (filtered.dirent->kind
76 svn_node_kind_t kind; local
118 report_dirent(svn_fs_root_t *root, const char *path, svn_node_kind_t kind, svn_boolean_t path_info_only, svn_repos_dirent_receiver_t receiver, void *receiver_baton, apr_pool_t *scratch_pool) argument
286 svn_node_kind_t kind; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dmerge-cmd.c52 if (revision->kind != svn_opt_revision_number
53 && revision->kind != svn_opt_revision_date
54 && revision->kind != svn_opt_revision_head
98 if ((first_range_start.kind == svn_opt_revision_unspecified)
99 && (first_range_end.kind == svn_opt_revision_unspecified))
228 desc->kind);
257 && opt_state->start_revision.kind != svn_opt_revision_unspecified)
349 first_range_start.kind = first_range_end.kind =
356 if (first_range_start.kind !
452 svn_node_kind_t kind; local
469 svn_node_kind_t kind; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h52 enum DbgValueKind kind; member in class:llvm::SDDbgValue
62 kind = SDNODE;
71 kind = CONST;
82 kind = Kind;
83 if (kind == VREG)
89 /// Returns the kind.
90 DbgValueKind getKind() const { return kind; }
99 SDNode *getSDNode() const { assert (kind==SDNODE); return u.s.Node; }
102 unsigned getResNo() const { assert (kind==SDNODE); return u.s.ResNo; }
105 const Value *getConst() const { assert (kind
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dax-gdb.h78 enum axs_lvalue_kind kind; /* see above */ member in struct:axs_value
87 /* if kind == axs_lvalue_register, this is the register number */
/freebsd-11-stable/contrib/gcc/
H A Dgengtype.h79 enum typekind kind; member in struct:type
107 ((x)->kind == TYPE_UNION || \
108 ((x)->kind == TYPE_LANG_STRUCT \
109 && (x)->u.s.lang_struct->kind == TYPE_UNION))
111 ((x)->kind == TYPE_UNION \
112 || (x)->kind == TYPE_STRUCT \
113 || (x)->kind == TYPE_LANG_STRUCT)

Completed in 169 milliseconds

1234567891011>>