Searched refs:kind (Results 126 - 150 of 260) sorted by relevance

1234567891011

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp171 Indent(o, indent) << "<key>kind</key><string>control</string>\n";
223 Indent(o, indent) << "<key>kind</key><string>event</string>\n";
/freebsd-9.3-release/sys/dev/ieee488/
H A Dibfoo.c77 enum h_kind kind; member in struct:handle
579 h->kind = H_DEV;
635 if (ib->h->kind == H_BOARD)
673 if (ib->h->kind == H_BOARD)
774 if (ib->h->kind == H_BOARD)
812 enum h_kind kind; member in struct:ibhandler
1062 /* Check that the handle is the right kind */
1063 if (h != NULL && !(h->kind & ih->kind)) {
/freebsd-9.3-release/contrib/gcc/cp/
H A Ddecl.c260 /* Returns the kind of template specialization we are currently
274 b->kind == sk_template_parms;
464 if (scope->kind == sk_function_parms)
488 switch (bl->kind)
512 if (bl->kind == sk_omp)
548 scope_kind kind;
555 gcc_assert (current_binding_level->kind != sk_class);
557 real_functionbody = (current_binding_level->kind == sk_cleanup
610 = current_binding_level->kind == sk_for && flag_new_for_scope == 1;
756 kind
545 scope_kind kind; local
[all...]
H A Dname-lookup.h108 contents to zero, and the default scope kind
247 /* The kind of scope that this object represents. However, a
250 ENUM_BITFIELD (scope_kind) kind : 4;
/freebsd-9.3-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c227 ushort_t kind = LCTF_INFO_KIND(fp, tp->ctt_info); local
236 switch (kind) {
273 * kind for the tag, so bump that population count too.
294 ctf_dprintf("detected invalid CTF kind -- %u\n", kind);
298 pop[kind]++;
347 ushort_t kind = LCTF_INFO_KIND(fp, tp->ctt_info); local
359 switch (kind) {
/freebsd-9.3-release/contrib/gdtoa/
H A Dprintf.c0118 typedef char *(*pgdtoa) ANSI((FPI*, int be, ULong *bits, int *kind, int mode, int ndigits, int *decpt, char **rve));
127 int kind;
190 b->kind = i;
258 b->kind = i;
510 b->kind = i;
541 if (b->kind == STRTOG_Zero)
998 &fpb.kind, 3, prec, &decpt, &se);
1102 &fpb.kind, prec ? 2 : 0, prec, &decpt, &se);
1154 &fpb.kind, prec ? 2 : 0, prec, &decpt, &se);
1240 if (fpb.kind
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/utils/TableGen/
H A DNeonEmitter.cpp1262 /// typestr + class kind, generate the proper set of FileCheck
2463 OpKind kind, ClassKind classKind) {
2465 bool define = UseMacro(proto) && kind != OpUnavailable;
2493 } else if (kind == OpUnavailable) {
2499 if (kind != OpNone)
2500 s += GenOpString(name, kind, proto, outTypeStr);
2749 OpKind kind = OpMap[R->getValueAsDef("Operand")->getName()]; local
2754 if (classKind == ClassNone && kind == OpNone)
2755 PrintFatalError(R->getLoc(), "Builtin has no class kind");
2758 if (kind
2460 GenIntrinsic(const std::string &name, const std::string &proto, StringRef outTypeStr, StringRef inTypeStr, OpKind kind, ClassKind classKind) argument
3347 OpKind kind = OpMap[R->getValueAsDef("Operand")->getName()]; local
[all...]
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dstabs.c113 enum debug_var_kind kind; member in struct:stab_pending_var
139 /* Type kind. */
140 enum debug_type_kind kind; member in struct:stab_tag
390 enum debug_type_kind kind; local
392 kind = st->kind;
393 if (kind == DEBUG_KIND_ILLEGAL)
394 kind = DEBUG_KIND_STRUCT;
395 st->slot = debug_make_undefined_tagged_type (dhandle, st->name, kind);
779 /* Defining integer constants this way is kind o
3202 stab_record_variable(void *dhandle, struct stab_handle *info, const char *name, debug_type type, enum debug_var_kind kind, bfd_vma val) argument
3519 stab_find_tagged_type(void *dhandle, struct stab_handle *info, const char *p, int len, enum debug_type_kind kind) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnostic.h42 /// This kind of hint should be used when we are certain that the
211 void setMappingInfo(diag::kind Diag, DiagnosticMappingInfo Info) {
215 DiagnosticMappingInfo &getOrAddMappingInfo(diag::kind Diag);
525 void setDiagnosticMapping(diag::kind Diag, diag::Mapping Map,
542 void setDiagnosticWarningAsError(diag::kind Diag, bool Enabled);
554 void setDiagnosticErrorAsFatal(diag::kind Diag, bool Enabled);
579 /// \brief Determine whether any kind of unrecoverable error has occurred.
645 /// \param DiagID A member of the @c diag::kind enum.
746 /// exactly what sort of argument kind it is.
1101 /// \brief Return the kind o
[all...]
/freebsd-9.3-release/sys/sys/
H A Dsysctl.h275 #define SYSCTL_OID(parent, nbr, name, kind, a1, a2, handler, fmt, descr) \
277 &sysctl_##parent##_children, { NULL }, nbr, kind, \
281 #define SYSCTL_ADD_OID(ctx, parent, nbr, name, kind, a1, a2, handler, fmt, descr) \
282 sysctl_add_oid(ctx, parent, nbr, name, kind, a1, a2, handler, fmt, __DESCR(descr))
761 int kind, void *arg1, intptr_t arg2,
/freebsd-9.3-release/contrib/gcc/
H A Dtree.c450 tree_node_kind kind;
455 kind = d_kind;
459 kind = t_kind;
463 kind = s_kind;
467 kind = r_kind;
474 kind = e_kind;
478 kind = c_kind;
485 kind = id_kind;
489 kind = vec_kind;
493 kind
448 tree_node_kind kind; local
2862 tree_node_kind kind; local
6119 get_file_function_name(int kind) argument
[all...]
H A Dc-tree.h162 /* A kind of type specifier. Note that this information is currently
170 kind of tag, in which case this is only valid if shadowing that
180 /* An ObjC-specific kind of type specifier. */
189 /* What kind of type specifier this is. */
190 enum c_typespec_kind kind; member in struct:c_typespec
327 /* The kind of declarator. */
328 enum c_declarator_kind kind; member in struct:c_declarator
H A Dc-decl.c1216 error ("%q+D redeclared as different kind of symbol", newdecl);
2704 CODE says which kind of type the caller wants;
2706 If the wrong kind of type is found, an error is reported. */
2735 /* Definition isn't the kind we were looking for. */
2758 error ("%H%qE defined as wrong kind of tag",
2767 Return a ..._DECL node of some kind representing its definition,
3128 declarator->kind = cdk_array;
3409 if (ce->kind == cdk_pointer)
3411 if (ce->kind == cdk_function)
4116 switch (decl->kind)
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dcp-valprint.c78 char *kind = ""; local
106 kind = "virtual ";
146 fputs_filtered (kind, stream);
H A Dremote-sds.c416 status->kind = TARGET_WAITKIND_EXITED;
426 status->kind = TARGET_WAITKIND_STOPPED;
445 status->kind = TARGET_WAITKIND_STOPPED;
H A Dremote-vx.c990 /* The mostly likely kind. */
991 status->kind = TARGET_WAITKIND_STOPPED;
996 status->kind = TARGET_WAITKIND_EXITED;
H A Dsymtab.h99 it means, depends on what kind of symbol this is and its
1219 enum exception_event_kind kind;
1228 #define CURRENT_EXCEPTION_KIND (current_exception_event->kind)
1213 enum exception_event_kind kind; member in struct:exception_event_record
H A Dppc-bdm.c108 target_status->kind = TARGET_WAITKIND_STOPPED;
/freebsd-9.3-release/contrib/groff/src/utils/hpftodit/
H A Dhpftodit.cpp607 uint16 kind = 0; // HP-GL "Kind 1" symbol set value local
612 kind = kind*10 + (c - '0');
614 kind = kind*32 + (c - 64);
616 symbol_set_table[i].select = kind;
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_handle.c299 dt_droptag(dtrace_dropkind_t kind) argument
304 if (_dt_droptags[i].dtdrg_kind == kind)
/freebsd-9.3-release/contrib/binutils/include/elf/
H A Dmips.h849 unsigned char kind[1];
854 /* Information specific to this kind of option. */
861 unsigned char kind;
866 /* Information specific to this kind of option. */
876 /* Values which may appear in the kind field of an Elf_Options
840 unsigned char kind[1]; member in struct:__anon674
852 unsigned char kind; member in struct:__anon675
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCleanup.h98 EHScope(Kind kind, EHScopeStack::stable_iterator enclosingEHScope) argument
101 CommonBits.Kind = kind;
/freebsd-9.3-release/usr.bin/usbhidaction/
H A Dusbhidaction.c373 printf("kind=%d usage=%x\n", h.kind, h.usage);
376 switch (h.kind) {
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DLiteralSupport.h159 tok::TokenKind kind);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp80 // is computed using the kind of that entity, not the kind of the
123 /// Does this computation kind permit us to consider additional
144 LVComputationKind kind) {
145 assert(!hasExplicitVisibilityAlready(kind) &&
147 return D->getExplicitVisibility((NamedDecl::ExplicitVisibilityKind) kind);
190 llvm_unreachable("bad visibility kind");
195 NamedDecl::ExplicitVisibilityKind kind) {
198 if (kind == NamedDecl::VisibilityForType) {
349 llvm_unreachable("bad template argument kind");
143 getExplicitVisibility(const NamedDecl *D, LVComputationKind kind) argument
194 getVisibilityOf(const NamedDecl *D, NamedDecl::ExplicitVisibilityKind kind) argument
953 getExplicitVisibilityAux(const NamedDecl *ND, NamedDecl::ExplicitVisibilityKind kind, bool IsMostRecent) argument
[all...]

Completed in 562 milliseconds

1234567891011