Home
last modified time | relevance | path

Searched refs:type (Results 276 – 300 of 9551) sorted by relevance

1...<<11121314151617181920>>...383

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp69 bool TypeSystem::IsAnonymousType(lldb::opaque_compiler_type_t type) { in IsAnonymousType() argument
73 CompilerType TypeSystem::GetArrayType(lldb::opaque_compiler_type_t type, in GetArrayType() argument
79 TypeSystem::GetLValueReferenceType(lldb::opaque_compiler_type_t type) { in GetLValueReferenceType() argument
84 TypeSystem::GetRValueReferenceType(lldb::opaque_compiler_type_t type) { in GetRValueReferenceType() argument
97 TypeSystem::AddVolatileModifier(lldb::opaque_compiler_type_t type) { in AddVolatileModifier() argument
102 TypeSystem::AddRestrictModifier(lldb::opaque_compiler_type_t type) { in AddRestrictModifier() argument
117 CompilerType TypeSystem::GetTypeForFormatters(void *type) { in GetTypeForFormatters() argument
118 return CompilerType(weak_from_this(), type); in GetTypeForFormatters()
121 bool TypeSystem::IsTemplateType(lldb::opaque_compiler_type_t type) { in IsTemplateType() argument
151 bool TypeSystem::IsMeaninglessWithoutDynamicResolution(void *type) { in IsMeaninglessWithoutDynamicResolution() argument
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2990 if (!type) in IsHomogeneousAggregate()
3164 if (!type) in IsIntegerType()
3406 if (!type) in IsDefined()
4198 if (type) in GetTypeQualifiers()
4241 if (type) in GetCanonicalType()
4267 if (type) in GetFullyUnqualifiedType()
4275 if (type) in GetEnumerationIntegerType()
4496 if (type) in GetNonReferenceType()
4529 if (type) in GetLValueReferenceType()
4537 if (type) in GetRValueReferenceType()
[all …]
/freebsd/sys/powerpc/powermac/
H A Dsmusat.c57 } type; member
110 char type[32]; in smusat_attach() local
151 OF_getprop(child, "device_type", type, sizeof(type)); in smusat_attach()
153 if (strcmp(type, "current-sensor") == 0) { in smusat_attach()
154 sens->type = SMU_CURRENT_SENSOR; in smusat_attach()
156 } else if (strcmp(type, "temp-sensor") == 0) { in smusat_attach()
157 sens->type = SMU_TEMP_SENSOR; in smusat_attach()
160 sens->type = SMU_VOLTAGE_SENSOR; in smusat_attach()
163 sens->type = SMU_POWER_SENSOR; in smusat_attach()
182 if (sens->type == SMU_TEMP_SENSOR) { in smusat_attach()
[all …]
/freebsd/contrib/less/
H A Dmkutable86 my $type = $fields[$type_field];
87 $type =~ s/\s//g;
90 $force_space{$last_code} ? 'Zs' : $force_compose{$last_code} ? 'Mn' : $type);
98 my ($out, $code, $type) = @_;
99 my $type_ok = ($type and ${${$out}{types}}{$type});
105 } elsif (not $$out{in_run} or $type ne $$out{run_type} or $code != $prev_code+1) {
107 start_run($out, $code, $type);
113 my ($out, $code, $type) = @_;
116 $$out{run_type} = $type;
/freebsd/tools/regression/tls/ttls3/
H A Delftls.S30 .type __gl_tls_offsets,@object
36 .type __gl_tls_var0, @object
43 .type __gl_tls_var1, @object
50 .type __gl_tls_var2, @object
57 .type __gl_tls_var3, @object
64 .type __gl_tls_var4, @object
71 .type __gl_tls_var5, @object
78 .type __gl_tls_var6, @object
85 .type __gl_tls_var7, @object
93 .type __gl_tls_init_offsets, @function
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzfs_znode_impl.h74 #define Z_ISBLK(type) S_ISBLK(type) argument
75 #define Z_ISCHR(type) S_ISCHR(type) argument
76 #define Z_ISLNK(type) S_ISLNK(type) argument
77 #define Z_ISDEV(type) (S_ISCHR(type) || S_ISBLK(type) || S_ISFIFO(type)) argument
78 #define Z_ISDIR(type) S_ISDIR(type) argument
/freebsd/contrib/mandoc/
H A Dmdoc_term.c640 type = bl->norm->Bl.type; in termp_it_pre()
646 switch (type) { in termp_it_pre()
680 switch (type) { in termp_it_pre()
753 switch (type) { in termp_it_pre()
768 switch (type) { in termp_it_pre()
784 switch (type) { in termp_it_pre()
842 switch (type) { in termp_it_pre()
931 type = n->parent->parent->parent->norm->Bl.type; in termp_it_post()
1530 if (n->type == ROFFT_HEAD || n->type == ROFFT_BODY) in termp_ss_post()
1579 if (n->type != ROFFT_BODY && n->type != ROFFT_ELEM) in termp_quote_pre()
[all …]
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DX86.cpp69 return type == R_386_TLS_GOTDESC || type == R_386_TLS_DESC_CALL ? 1 : 2; in getTlsGdRelaxSkip()
74 switch (type) { in getRelExpr()
182 if (type == R_386_TLS_LE) in getDynRel()
184 if (type == R_386_TLS_LE_32) in getDynRel()
186 return type; in getDynRel()
237 switch (type) { in getImplicitAddend()
284 switch (rel.type) { in relocate()
348 if (rel.type == R_386_TLS_GD) { in relaxTlsGdToLe()
383 if (rel.type == R_386_TLS_GD) { in relaxTlsGdToIe()
423 if (rel.type == R_386_TLS_IE) { in relaxTlsIeToLe()
[all …]
H A DAMDGPU.cpp34 RelExpr getRelExpr(RelType type, const Symbol &s,
36 RelType getDynRel(RelType type) const override;
37 int64_t getImplicitAddend(const uint8_t *buf, RelType type) const override;
131 switch (rel.type) { in relocate()
158 RelExpr AMDGPU::getRelExpr(RelType type, const Symbol &s, in getRelExpr() argument
160 switch (type) { in getRelExpr()
175 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) + in getRelExpr()
181 RelType AMDGPU::getDynRel(RelType type) const { in getDynRel()
182 if (type == R_AMDGPU_ABS64) in getDynRel()
183 return type; in getDynRel()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dqcom,pcie.txt5 Value type: <stringlist>
29 Value type: <stringlist>
39 Value type: <string>
44 Value type: <u32>
49 Value type: <u32>
64 Value type: <stringlist>
69 Value type: <u32>
283 Value type: <phandle>
288 Value type: <phandle>
293 Value type: <phandle>
[all …]
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dminmax.h53 #define min_t(type, x, y) ({ \ argument
54 type __min1 = (x); \
55 type __min2 = (y); \
58 #define max_t(type, x, y) ({ \ argument
59 type __max1 = (x); \
60 type __max2 = (y); \
63 #define clamp_t(type, _x, min, max) min_t(type, max_t(type, _x, min), max) argument
H A Doverflow.h35 #define __type_half_max(type) ((type)1 << (8*sizeof(type) - 1 - is_signed_type(type))) argument
311 #define struct_size_t(type, member, count) \ argument
312 struct_size((type *)NULL, member, count)
324 #define _DEFINE_FLEX(type, name, member, count, initializer) \ argument
328 u8 bytes[struct_size_t(type, member, count)]; \
329 type obj; \
331 type *name = (type *)&name##_u
346 #define DEFINE_FLEX(type, name, member, count) \ argument
347 _DEFINE_FLEX(type, name, member, count, = {})
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_ssl.c325 enum regress_openssl_type type; in respond_to_number() local
367 enum regress_openssl_type type; in eventcb() local
388 if ((type & REGRESS_OPENSSL_CLIENT_WRITE) && (type & REGRESS_OPENSSL_CLIENT)) in eventcb()
393 if (type & REGRESS_OPENSSL_FD) { in eventcb()
403 if (type & REGRESS_OPENSSL_FD) { in eventcb()
413 if (type & REGRESS_OPENSSL_FD) { in eventcb()
468 enum regress_openssl_type type; in regress_bufferevent_openssl() local
501 fd_pair, bev_ll, type); in regress_bufferevent_openssl()
521 fd_pair, bev_ll, type); in regress_bufferevent_openssl()
583 enum regress_openssl_type type; in acceptcb() local
[all …]
/freebsd/contrib/libevent/test/
H A Dregress_ssl.c325 enum regress_openssl_type type; in respond_to_number() local
367 enum regress_openssl_type type; in eventcb() local
388 if ((type & REGRESS_OPENSSL_CLIENT_WRITE) && (type & REGRESS_OPENSSL_CLIENT)) in eventcb()
393 if (type & REGRESS_OPENSSL_FD) { in eventcb()
403 if (type & REGRESS_OPENSSL_FD) { in eventcb()
413 if (type & REGRESS_OPENSSL_FD) { in eventcb()
468 enum regress_openssl_type type; in regress_bufferevent_openssl() local
501 fd_pair, bev_ll, type); in regress_bufferevent_openssl()
521 fd_pair, bev_ll, type); in regress_bufferevent_openssl()
583 enum regress_openssl_type type; in acceptcb() local
[all …]
/freebsd/contrib/tcp_wrappers/
H A Dmystdarg.h9 #define VARARGS(func,type,arg) func(type arg, ...) argument
10 #define VASTART(ap,type,name) va_start(ap,name) argument
14 #define VARARGS(func,type,arg) func(va_alist) va_dcl argument
15 #define VASTART(ap,type,name) {type name; va_start(ap); name = va_arg(ap, type) argument
/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp166 switch (type) { in getMipsPairType()
514 toString(type)); in computeMipsAddend()
859 RelType type = 0; in getMipsN32RelType() local
865 return type; in getMipsN32RelType()
1324 c.addReloc({target->adjustTlsExpr(type, R_RELAX_TLS_LD_TO_LE), type, in handleTlsRelocation()
1369 c.addReloc({target->adjustTlsExpr(type, R_RELAX_TLS_GD_TO_IE), type, in handleTlsRelocation()
1372 c.addReloc({target->adjustTlsExpr(type, R_RELAX_TLS_GD_TO_LE), type, in handleTlsRelocation()
1403 RelType type; in scanOne() local
1444 if (type == R_PPC64_TOC16 || type == R_PPC64_TOC16_DS) in scanOne()
1510 switch (type) { in checkPPC64TLSRelax()
[all …]
/freebsd/sys/dev/superio/
H A Dsuperio.c64 superio_dev_type_t type; member
72 superio_dev_type_t type; member
266 { .type = SUPERIO_DEV_NONE },
272 { .type = SUPERIO_DEV_NONE },
277 { .type = SUPERIO_DEV_NONE },
496 switch (type) { in devtype_to_str()
699 dinfo->type = type; in superio_add_known_child()
785 *result = dinfo->type; in superio_read_ivar()
874 superio_dev_type_t type; in superio_child_pnp() local
884 superio_dev_type_t type; in superio_print_child() local
[all …]
/freebsd/sys/geom/part/
H A Dg_part_apm.c127 if (type[0] == '!') { in apm_parse_type()
128 type++; in apm_parse_type()
129 if (strlen(type) > bufsz) in apm_parse_type()
134 strncpy(buf, type, bufsz); in apm_parse_type()
138 if (!strcasecmp(type, alias)) { in apm_parse_type()
143 if (!strcasecmp(type, alias)) { in apm_parse_type()
148 if (!strcasecmp(type, alias)) { in apm_parse_type()
153 if (!strcasecmp(type, alias)) { in apm_parse_type()
487 const char *type; in g_part_apm_type() local
491 type = entry->ent.ent_type; in g_part_apm_type()
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dallocator_traits.h49 using type _LIBCPP_NODEBUG = typename _RawAlloc::pointer;
53 using type _LIBCPP_NODEBUG = _Tp*;
60 using type _LIBCPP_NODEBUG = typename _Alloc::const_pointer;
75 using type _LIBCPP_NODEBUG = typename _Alloc::void_pointer;
90 using type _LIBCPP_NODEBUG = typename _Alloc::const_void_pointer;
107 using type _LIBCPP_NODEBUG = typename _Alloc::size_type;
118 using type _LIBCPP_NODEBUG = typename _Alloc::difference_type;
145 using type _LIBCPP_NODEBUG = typename _Alloc::propagate_on_container_swap;
154 using type _LIBCPP_NODEBUG = typename _Alloc::is_always_equal;
167 using type _LIBCPP_NODEBUG = typename _Tp::template rebind<_Up>::other;
[all …]
/freebsd/sys/dev/pci/
H A Dpci_host_generic.c186 type = SYS_RES_MEMORY; in pci_host_generic_core_attach()
251 int error, tuple, type; in pci_host_generic_core_detach() local
401 switch (type) { in generic_pcie_get_rman()
446 switch (type) { in generic_pcie_containing_range()
475 if (type == space) in generic_pcie_containing_range()
488 switch (type) { in generic_pcie_translate_resource()
518 switch (type) { in pci_host_generic_core_alloc_resource()
618 int error, type; in generic_pcie_map_resource() local
621 switch (type) { in generic_pcie_map_resource()
657 int type; in generic_pcie_unmap_resource() local
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dstericsson,ab8500.yaml53 type: object
66 type: object
82 type: object
102 type: object
159 type: object
182 type: object
187 type: object
192 type: object
197 type: object
202 type: object
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_type_traits.h54 using type = T;
59 using type = F;
64 using type = T;
68 using type = T;
72 using type = T;
76 WARN_UNUSED_RESULT inline typename remove_reference<T>::type&& move(T&& t) {
77 return static_cast<typename remove_reference<T>::type&&>(t);
82 typename remove_reference<T>::type& t) {
88 typename remove_reference<T>::type&& t) {
96 typedef integral_constant type;
/freebsd/sys/netgraph/
H A Dng_parse.h224 typedef int ng_parse_t(const struct ng_parse_type *type, const char *string,
239 typedef int ng_unparse_t(const struct ng_parse_type *type,
253 typedef int ng_getDefault_t(const struct ng_parse_type *type,
259 typedef int ng_getAlign_t(const struct ng_parse_type *type);
310 const struct ng_parse_type *type; /* field type */ member
331 typedef int ng_parse_array_getDefault_t(const struct ng_parse_type *type,
358 typedef int ng_parse_array_getLength_t(const struct ng_parse_type *type,
493 extern int ng_parse(const struct ng_parse_type *type, const char *string,
499 extern int ng_unparse(const struct ng_parse_type *type,
505 extern int ng_parse_getDefault(const struct ng_parse_type *type,
/freebsd/tools/tools/ansify/
H A Dansify.pl60 my %type;
69 $type{$2} = $1;
75 if (!exists($type{$arg})) {
82 $type{$arg} = "void *"
83 if $type{$arg} eq "caddr_t";
85 $repl .= $type{$arg};
87 unless ($type{$arg} =~ m/\*$/);
91 delete $type{$arg};
95 if (%type) {
/freebsd/sys/contrib/device-tree/src/arm64/exynos/
H A Dexynos7-trip-points.dtsi13 type = "passive";
18 type = "passive";
23 type = "passive";
28 type = "passive";
33 type = "passive";
38 type = "passive";
43 type = "passive";
48 type = "critical";

1...<<11121314151617181920>>...383