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

1234567891011

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Basic/
H A DObjCRuntime.cpp56 Kind kind; local
60 kind = ObjCRuntime::MacOSX;
62 kind = ObjCRuntime::FragileMacOSX;
64 kind = ObjCRuntime::iOS;
69 kind = ObjCRuntime::GNUstep;
71 kind = ObjCRuntime::GCC;
73 kind = ObjCRuntime::ObjFW;
78 TheKind = kind;
86 if (kind == ObjCRuntime::ObjFW && Version > VersionTuple(0, 8))
/freebsd-9.3-release/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-9.3-release/lib/libc/gdtoa/
H A D_ldtoa.c60 int be, kind; local
81 kind = STRTOG_Normal;
87 kind = STRTOG_Zero;
90 kind = STRTOG_Denormal;
94 kind = STRTOG_Infinite;
97 kind = STRTOG_NaN;
103 ret = gdtoa(&fpi, be, vbits, &kind, mode, ndigits, decpt, rve);
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h38 enum DbgValueKind kind; member in class:llvm::SDDbgValue
57 kind = SDNODE;
66 kind = CONST;
73 kind = FRAMEIX;
77 // Returns the kind.
78 DbgValueKind getKind() { return kind; }
84 SDNode *getSDNode() { assert (kind==SDNODE); return u.s.Node; }
87 unsigned getResNo() { assert (kind==SDNODE); return u.s.ResNo; }
90 const Value *getConst() { assert (kind==CONST); return u.Const; }
93 unsigned getFrameIx() { assert (kind
[all...]
/freebsd-9.3-release/usr.bin/usbhidctl/
H A Dusbhid.c84 if (h.kind == hid_collection) {
89 } else if (h.kind == hid_endcollection) {
99 if ((h.kind != hid_input && h.kind != hid_output &&
100 h.kind != hid_feature) || (h.flags & HIO_CONST))
138 if (h.kind == hid_collection) {
143 } else if (h.kind == hid_endcollection) {
153 if ((h.kind != hid_input && h.kind != hid_output &&
154 h.kind !
305 enum hid_kind kind; local
382 enum hid_kind kind; local
[all...]
/freebsd-9.3-release/contrib/cvs/lib/
H A Dargmatch.c74 invalid_arg (kind, value, problem)
75 char *kind;
84 fprintf (stderr, " %s `%s'\n", kind, value);
/freebsd-9.3-release/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 */
H A Dax-gdb.c151 refer to any kind of symbolic reference: function names, enum
318 switch (value->kind)
538 value->kind = axs_rvalue;
543 value->kind = axs_rvalue;
554 value->kind = axs_lvalue_memory;
560 value->kind = axs_lvalue_memory;
569 value->kind = axs_lvalue_memory;
576 value->kind = axs_lvalue_memory;
583 value->kind = axs_lvalue_memory;
593 value->kind
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetCXXABI.h27 /// \brief The basic C++ ABI kind.
93 TargetCXXABI(Kind kind) : TheKind(kind) {} argument
95 void set(Kind kind) { argument
96 TheKind = kind;
113 llvm_unreachable("bad ABI kind");
128 llvm_unreachable("bad ABI kind");
206 llvm_unreachable("bad ABI kind");
256 llvm_unreachable("bad ABI kind");
/freebsd-9.3-release/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)
H A Ddiagnostic.c125 diagnostic_t kind)
131 diagnostic->kind = kind;
140 diagnostic_t kind)
142 diagnostic_set_info_translated (diagnostic, _(gmsgid), args, location, kind);
156 const char *text = _(diagnostic_kind_text[diagnostic->kind]);
158 gcc_assert (diagnostic->kind < DK_LAST_DIAGNOSTIC_KIND);
175 diagnostic_t kind = diagnostic->kind;
176 switch (kind)
121 diagnostic_set_info_translated(diagnostic_info *diagnostic, const char *msg, va_list *args, location_t location, diagnostic_t kind) argument
136 diagnostic_set_info(diagnostic_info *diagnostic, const char *gmsgid, va_list *args, location_t location, diagnostic_t kind) argument
173 diagnostic_t kind = diagnostic->kind; local
[all...]
/freebsd-9.3-release/contrib/gdb/include/
H A Dhp-symtab.h218 The type of the DNTT entry is stored in the "kind" field within the
308 unsigned int kind: 10; /* DNTT_TYPE_SRCFILE */ member in struct:dntt_type_srcfile
335 unsigned int kind: 10; /* DNTT_TYPE_MODULE */ member in struct:dntt_type_module
385 unsigned int kind: 10; /* DNTT_TYPE_FUNCTION, member in struct:dntt_type_function
422 unsigned int kind: 10; member in struct:dntt_type_begin
447 unsigned int kind: 10; member in struct:dntt_type_end
483 unsigned int kind: 10; member in struct:dntt_type_fparam
523 unsigned int kind: 10; member in struct:dntt_type_svar
562 unsigned int kind: 10; member in struct:dntt_type_dvar
598 unsigned int kind member in struct:dntt_type_const
635 unsigned int kind: 10; /* DNTT_TYPE_TYPEDEF or member in struct:dntt_type_type
660 unsigned int kind: 10; member in struct:dntt_type_pointer
681 unsigned int kind: 10; member in struct:dntt_type_enum
702 unsigned int kind: 10; member in struct:dntt_type_memenum
723 unsigned int kind: 10; member in struct:dntt_type_set
754 unsigned int kind: 10; member in struct:dntt_type_subrange
797 unsigned int kind: 10; member in struct:dntt_type_array
829 unsigned int kind: 10; member in struct:dntt_type_struct
849 unsigned int kind: 10; member in struct:dntt_type_union
881 unsigned int kind: 10; member in struct:dntt_type_field
911 unsigned int kind: 10; member in struct:dntt_type_functype
940 unsigned int kind: 10; /* always DNTT_TYPE_WITH */ member in struct:dntt_type_with
1000 unsigned int kind: 10; /* Always DNTT_TYPE_CLASS_SCOPE. */ member in struct:dntt_type_class_scope
1017 unsigned int kind: 10; /* Always DNTT_TYPE_PTRMEM. */ member in struct:dntt_type_ptrmem
1026 unsigned int kind: 10; /* Always DNTT_TYPE_PTRMEMFUNC. */ member in struct:dntt_type_ptrmemfunc
1041 unsigned int kind: 10; /* Always DNTT_TYPE_CLASS. */ member in struct:dntt_type_class
1063 unsigned int kind: 10; /* Always DNTT_TYPE_GENFIELD. */ member in struct:dntt_type_genfield
1076 unsigned int kind: 10; /* always DNTT_TYPE_VFUNC */ member in struct:dntt_type_vfunc
1088 unsigned int kind: 10; /* always DNTT_TYPE_MEMACCESS */ member in struct:dntt_type_memaccess
1102 unsigned int kind: 10; /* always DNTT_TYPE_INHERITANCE */ member in struct:dntt_type_inheritance
1117 unsigned int kind: 10; /* always DNTT_TYPE_FRIEND_CLASS */ member in struct:dntt_type_friend_class
1126 unsigned int kind: 10; /* always DNTT_TYPE_FRIEND_FUNC */ member in struct:dntt_type_friend_func
1141 unsigned int kind: 10; /* always DNTT_TYPE_MODIFIER */ member in struct:dntt_type_modifier
1157 unsigned int kind: 10; /* always DNTT_TYPE_OBJECT_ID */ member in struct:dntt_type_object_id
1180 unsigned int kind: 10; /* always DNTT_TYPE_TEMPLATE */ member in struct:dntt_type_template
1205 unsigned int kind: 10; /* always DNTT_TYPE_TEMPL_ARG */ member in struct:dntt_type_templ_arg
1232 unsigned int kind: 10; /* always DNTT_TYPE_FUNC_TEMPLATE */ member in struct:dntt_type_func_template
1258 unsigned int kind: 10; /* always DNTT_TYPE_LINK */ member in struct:dntt_type_link
1279 unsigned int kind: 10; /* K_DOC_FUNCTION or */ member in struct:dntt_type_doc_function
1316 unsigned int kind: 10; member in struct:dntt_type_block
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/config/rs6000/
H A Dtm-rs6000.h50 (hoststatus) == 0x57c ? (ourstatus)->kind = TARGET_WAITKIND_LOADED, 1 : \
54 (hoststatus) == 0x7f ? (ourstatus)->kind = TARGET_WAITKIND_SPURIOUS, 1 : \
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DFormatString.h86 : Position(0), kind(None) {}
88 : Position(pos), kind(k) {}
95 switch (kind) {
109 Kind getKind() const { return kind; }
110 void setKind(Kind k) { kind = k; }
116 Kind kind; member in class:clang::analyze_format_string::LengthModifier
177 : IsPrintf(isPrintf), Position(0), EndScanList(0), kind(InvalidSpecifier) {}
180 : IsPrintf(isPrintf), Position(pos), EndScanList(0), kind(k) {}
191 switch (kind) {
202 Kind getKind() const { return kind; }
221 Kind kind; member in class:clang::analyze_format_string::ConversionSpecifier
[all...]
/freebsd-9.3-release/sys/geom/label/
H A Dg_label.h64 #define G_LABEL_INIT(kind, label, descr) \
65 SYSCTL_NODE(_kern_geom_label, OID_AUTO, kind, CTLFLAG_RD, \
67 SYSCTL_INT(_kern_geom_label_##kind, OID_AUTO, enable, \
69 TUNABLE_INT("kern.geom.label." __XSTRING(kind) ".enable", \
/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_mattr_kind_np.c38 int _pthread_mutexattr_setkind_np(pthread_mutexattr_t *attr, int kind);
47 _pthread_mutexattr_setkind_np(pthread_mutexattr_t *attr, int kind) argument
54 (*attr)->m_type = kind;
/freebsd-9.3-release/sbin/sysctl/
H A Dsysctl.c177 u_int kind; local
200 if (oidfmt(mib, len, fmt, &kind))
204 if ((kind & CTLTYPE) == CTLTYPE_NODE) {
217 if ((kind & CTLTYPE) == CTLTYPE_NODE)
220 if (!(kind & CTLFLAG_WR)) {
221 if (kind & CTLFLAG_TUN) {
229 if ((kind & CTLTYPE) == CTLTYPE_INT ||
230 (kind & CTLTYPE) == CTLTYPE_UINT ||
231 (kind & CTLTYPE) == CTLTYPE_LONG ||
232 (kind
481 oidfmt(int *oid, int len, char *fmt, u_int *kind) argument
539 u_int kind; local
[all...]
/freebsd-9.3-release/contrib/binutils/binutils/
H A Ddebug.c101 enum debug_type_kind kind; member in struct:debug_type
355 enum debug_var_kind kind; member in struct:debug_variable
358 /* Value. The interpretation of the value depends upon kind. */
387 enum debug_parm_kind kind; member in struct:debug_parameter
388 /* Value (meaning depends upon kind). */
495 enum debug_object_kind kind; member in struct:debug_name
605 enum debug_object_kind kind,
615 n->kind = kind;
639 enum debug_object_kind kind,
602 debug_add_to_namespace(struct debug_handle *info ATTRIBUTE_UNUSED, struct debug_namespace **nsp, const char *name, enum debug_object_kind kind, enum debug_object_linkage linkage) argument
637 debug_add_to_current_namespace(struct debug_handle *info, const char *name, enum debug_object_kind kind, enum debug_object_linkage linkage) argument
821 debug_record_parameter(void *handle, const char *name, debug_type type, enum debug_parm_kind kind, bfd_vma val) argument
1120 debug_record_variable(void *handle, const char *name, debug_type type, enum debug_var_kind kind, bfd_vma val) argument
1175 debug_make_type(struct debug_handle *info ATTRIBUTE_UNUSED, enum debug_type_kind kind, unsigned int size) argument
1644 debug_make_undefined_tagged_type(void *handle, const char *name, enum debug_type_kind kind) argument
1994 debug_find_tagged_type(void *handle, const char *name, enum debug_type_kind kind) argument
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_dis.c255 char kind[16], ckind[16]; local
259 (void) strcpy(kind, "D type");
262 (void) strcpy(kind, "string");
265 (void) snprintf(kind, sizeof (kind), "0x%x", t->dtdt_kind);
317 kind, ckind, (ulong_t)t->dtdt_size);
320 kind, ckind, (ulong_t)t->dtdt_size);
461 char kind[4], scope[4], flags[16] = { 0 }; local
465 (void) strcpy(kind, "arr");
468 (void) strcpy(kind, "sc
[all...]
H A Ddt_print.c91 /* determines whether the given CTF kind is a struct or union */
376 int kind; local
386 (kind = ctf_type_kind(ctfp, rtype)) == CTF_ERR) {
393 if (kind == CTF_K_INTEGER &&
443 else if (CTF_IS_STRUCTLIKE(kind))
452 if (CTF_IS_STRUCTLIKE(kind))
546 int kind; local
565 (kind = ctf_type_kind(ctfp, rtype)) == CTF_ERR ||
566 kind < CTF_K_INTEGER || kind > CTF_K_FORWAR
[all...]
/freebsd-9.3-release/contrib/gdtoa/
H A Darithchk.c33 int kind; member in struct:Akind
166 a->name, a->kind);
177 if (a->kind <= 2 && fzcheck())
/freebsd-9.3-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c223 uint_t kind = CTF_INFO_KIND(dtd->dtd_data.ctt_info); local
231 switch (kind) {
281 uint_t kind = CTF_INFO_KIND(dtd->dtd_data.ctt_info); local
304 switch (kind) {
307 if (kind == CTF_K_INTEGER) {
587 const char *name, const ctf_encoding_t *ep, uint_t kind)
598 dtd->dtd_data.ctt_info = CTF_TYPE_INFO(kind, flag, 0);
606 ctf_add_reftype(ctf_file_t *fp, uint_t flag, ctf_id_t ref, uint_t kind) argument
617 dtd->dtd_data.ctt_info = CTF_TYPE_INFO(kind, flag, 0);
785 ctf_add_forward(ctf_file_t *fp, uint_t flag, const char *name, uint_t kind) argument
586 ctf_add_encoded(ctf_file_t *fp, uint_t flag, const char *name, const ctf_encoding_t *ep, uint_t kind) argument
865 uint_t kind, vlen, root; local
922 uint_t kind, vlen, root; local
1093 uint_t kind, flag, vlen; local
[all...]
H A Dctf_decl.c91 uint_t kind, n = 1; local
102 switch (kind = LCTF_INFO_KIND(fp, tp->ctt_info)) {
146 cdp->cd_kind = kind;
164 if (kind == CTF_K_ARRAY || (is_qual && prec == CTF_PREC_BASE))
/freebsd-9.3-release/contrib/binutils/include/
H A Ddemangle.h171 gnu_v3_ctor_kinds' value indicating what kind of constructor
185 gnu_v3_dtor_kinds' value, indicating what kind of destructor
224 /* A constructor. This holds a name and the kind of
227 /* A destructor. This holds a name and the kind of destructor. */
411 enum gnu_v3_ctor_kinds kind; member in struct:demangle_component::__anon611::__anon615
420 enum gnu_v3_dtor_kinds kind; member in struct:demangle_component::__anon611::__anon616
513 enum gnu_v3_ctor_kinds kind,
521 enum gnu_v3_dtor_kinds kind,
/freebsd-9.3-release/contrib/gcclibs/include/
H A Ddemangle.h159 gnu_v3_ctor_kinds' value indicating what kind of constructor
173 gnu_v3_dtor_kinds' value, indicating what kind of destructor
212 /* A constructor. This holds a name and the kind of
215 /* A destructor. This holds a name and the kind of destructor. */
399 enum gnu_v3_ctor_kinds kind; member in struct:demangle_component::__anon1254::__anon1258
408 enum gnu_v3_dtor_kinds kind; member in struct:demangle_component::__anon1254::__anon1259
501 enum gnu_v3_ctor_kinds kind,
509 enum gnu_v3_dtor_kinds kind,

Completed in 434 milliseconds

1234567891011