Home
last modified time | relevance | path

Searched refs:kind (Results 51 – 75 of 839) sorted by relevance

12345678910>>...34

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h62 unsigned kind() const { return Kind; } in kind() function
98 return V->kind() == FixedStack; in classof()
130 return V->kind() == GlobalValueCallEntry; in classof()
144 return V->kind() == ExternalSymbolCallEntry; in classof()
/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c1076 #define DO_PRIVATE_KEY(impl, type, kind, output) \ argument
1081 key_to_##kind##_##output##_priv_bio, \
1083 type##_##kind##_priv_to_der);
1086 #define DO_PUBLIC_KEY(impl, type, kind, output) \ argument
1091 key_to_##kind##_##output##_pub_bio, \
1093 type##_##kind##_pub_to_der);
1096 #define DO_PARAMETERS(impl, type, kind, output) \ argument
1101 key_to_##kind##_##output##_param_bio, \
1103 type##_##kind##_params_to_der);
1246 #define MAKE_ENCODER(impl, type, evp_type, kind, output) \ argument
[all …]
H A Ddecode_der2key.c726 #define MAKE_DECODER(keytype_name, keytype, type, kind) \ argument
727 static const struct keytype_desc_st kind##_##keytype##_desc = \
729 DO_##kind(keytype) }; \
731 static OSSL_FUNC_decoder_newctx_fn kind##_der2##keytype##_newctx; \
733 static void *kind##_der2##keytype##_newctx(void *provctx) \
735 return der2key_newctx(provctx, &kind##_##keytype##_desc); \
737 static int kind##_der2##keytype##_does_selection(void *provctx, \
741 &kind##_##keytype##_desc); \
744 ossl_##kind##_der_to_##keytype##_decoder_functions[] = { \
746 (void (*)(void))kind##_der2##keytype##_newctx }, \
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DArchive.cpp157 auto Kind = Parent->kind(); in getRawName()
688 if (kind() != K_AIXBIG) in createArchiveMemberHeader()
1017 if (Parent->kind() == K_GNU64 || Parent->kind() == K_DARWIN64 || in getMember()
1023 if (Parent->kind() == K_GNU) { in getMember()
1025 } else if (Parent->kind() == K_GNU64 || Parent->kind() == K_AIXBIG) { in getMember()
1131 if (kind() == K_GNU) { in symbol_begin()
1138 } else if (kind() == K_BSD) { in symbol_begin()
1237 if (kind() == K_GNU) in getNumberOfSymbols()
1239 if (kind() == K_GNU64 || kind() == K_AIXBIG) in getNumberOfSymbols()
1241 if (kind() == K_BSD) in getNumberOfSymbols()
[all …]
/freebsd/contrib/llvm-project/lld/MachO/
H A DOutputSection.h42 OutputSection(Kind kind, StringRef name) : name(name), sectionKind(kind) {} in OutputSection() argument
44 Kind kind() const { return sectionKind; } in kind() function
H A DInputFiles.h116 Kind kind() const { return fileKind; } in kind() function
137 InputFile(Kind kind, MemoryBufferRef mb, bool lazy = false)
138 : mb(mb), id(idCount++), lazy(lazy), fileKind(kind), in mb()
171 static bool classof(const InputFile *f) { return f->kind() == ObjKind; } in classof()
212 static bool classof(const InputFile *f) { return f->kind() == OpaqueKind; } in classof()
238 static bool classof(const InputFile *f) { return f->kind() == DylibKind; } in classof()
296 static bool classof(const InputFile *f) { return f->kind() == ArchiveKind; } in classof()
312 static bool classof(const InputFile *f) { return f->kind() == BitcodeKind; } in classof()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetCXXABI.h74 TargetCXXABI(Kind kind) : TheKind(kind) {} in TargetCXXABI() argument
76 void set(Kind kind) { in set() argument
77 TheKind = kind; in set()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.h42 Kind kind() const { return m_kind; } in kind() function
109 llvm::pdb::PDB_SymType CVSymToPDBSym(llvm::codeview::SymbolKind kind);
110 llvm::pdb::PDB_SymType CVTypeToPDBType(llvm::codeview::TypeLeafKind kind);
146 size_t GetTypeSizeForSimpleKind(llvm::codeview::SimpleTypeKind kind);
148 GetCompilerTypeForSimpleKind(llvm::codeview::SimpleTypeKind kind);
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.h70 Kind kind() const { return fileKind; } in kind() function
73 Kind k = kind(); in isElf()
76 bool isInternal() const { return kind() == InternalKind; } in isInternal()
228 static bool classof(const InputFile *f) { return f->kind() == ObjKind; } in LLVM_ELF_IMPORT_TYPES_ELFT()
333 static bool classof(const InputFile *f) { return f->kind() == BitcodeKind; } in classof()
359 static bool classof(const InputFile *f) { return f->kind() == SharedKind; } in classof()
379 static bool classof(const InputFile *f) { return f->kind() == BinaryKind; } in classof()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTokenBufferTokenManager.h26 static bool classof(const TokenManager *N) { return N->kind() == Kind; } in classof()
27 llvm::StringLiteral kind() const override { return Kind; } in kind() function
35 if (Token->kind() == tok::eof) in getText()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBQueueItem.cpp66 void SBQueueItem::SetKind(lldb::QueueItemKind kind) { in SetKind() argument
67 LLDB_INSTRUMENT_VA(this, kind); in SetKind()
70 m_queue_item_sp->SetKind(kind); in SetKind()
/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.h75 Kind kind() const { return fileKind; } in kind() function
115 static bool classof(const InputFile *f) { return f->kind() == ArchiveKind; } in classof()
133 static bool classof(const InputFile *f) { return f->kind() == ObjectKind; } in classof()
318 static bool classof(const InputFile *f) { return f->kind() == PDBKind; } in classof()
341 static bool classof(const InputFile *f) { return f->kind() == ImportKind; } in classof()
374 static bool classof(const InputFile *f) { return f->kind() == BitcodeKind; } in classof()
391 static bool classof(const InputFile *f) { return f->kind() == DLLKind; } in classof()
/freebsd/lib/libomp/
H A Domp-tools.h809 ompt_dispatch_t kind,
816 ompt_dispatch_t kind; member
906 ompt_sync_region_t kind,
914 ompt_sync_region_t kind; member
922 ompt_mutex_t kind,
930 ompt_mutex_t kind; member
938 ompt_mutex_t kind,
944 ompt_mutex_t kind; member
1049 ompt_target_t kind,
1059 ompt_target_t kind,
[all …]
/freebsd/sys/geom/label/
H A Dg_label.h55 #define G_LABEL_INIT(kind, label, descr) \ argument
56 SYSCTL_NODE(_kern_geom_label, OID_AUTO, kind, \
59 SYSCTL_INT(_kern_geom_label_##kind, OID_AUTO, enable, \
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.cpp198 CHECK_EQ(current_error_.kind, kErrorKindInvalid); in ReportError()
524 return ScopedInErrorReport::CurrentError().kind != kErrorKindInvalid; in __asan_report_present()
528 if (ScopedInErrorReport::CurrentError().kind == kErrorKindGeneric) in __asan_get_report_pc()
534 if (ScopedInErrorReport::CurrentError().kind == kErrorKindGeneric) in __asan_get_report_bp()
540 if (ScopedInErrorReport::CurrentError().kind == kErrorKindGeneric) in __asan_get_report_sp()
547 if (err.kind == kErrorKindGeneric) in __asan_get_report_address()
549 else if (err.kind == kErrorKindDoubleFree) in __asan_get_report_address()
555 if (ScopedInErrorReport::CurrentError().kind == kErrorKindGeneric) in __asan_get_report_access_type()
561 if (ScopedInErrorReport::CurrentError().kind == kErrorKindGeneric) in __asan_get_report_access_size()
567 if (ScopedInErrorReport::CurrentError().kind == kErrorKindGeneric) in __asan_get_report_description()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcmath.inc282 // [sf.cmath.comp.ellint.1], complete elliptic integral of the first kind
287 // [sf.cmath.comp.ellint.2], complete elliptic integral of the second kind
292 // [sf.cmath.comp.ellint.3], complete elliptic integral of the third kind
302 // [sf.cmath.cyl.bessel.j], cylindrical Bessel functions of the first kind
313 // cylindrical Bessel functions of the second kind
318 // [sf.cmath.ellint.1], incomplete elliptic integral of the first kind
323 // [sf.cmath.ellint.2], incomplete elliptic integral of the second kind
328 // [sf.cmath.ellint.3], incomplete elliptic integral of the third kind
358 // [sf.cmath.sph.bessel], spherical Bessel functions of the first kind
369 // spherical Bessel functions of the second kind
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoXSf.td499 VTypeInfo vti, ValueType type, DAGOperand kind> {
503 payload5, payload5, kind>;
507 payload5, kind>;
511 payload5, kind>;
515 VTypeInfo vti, ValueType type, DAGOperand kind,
520 payload5, vti.RegClass, kind, op1_kind>;
524 vti.RegClass, kind, op1_kind>;
528 vti.RegClass, kind, op1_kind>;
537 wti.RegClass, vti.RegClass, kind, op1_kind>;
541 wti.RegClass, vti.RegClass, kind, op1_kind>;
[all …]
/freebsd/contrib/libedit/
H A Dtty.c941 tty__get_flag(struct termios *t, int kind) { in tty__get_flag() argument
942 switch (kind) { in tty__get_flag()
961 f &= ~el->el_tty.t_t[mode][kind].t_clrmask; in tty_update_flag()
962 f |= el->el_tty.t_t[mode][kind].t_setmask; in tty_update_flag()
968 tty_update_flags(EditLine *el, int kind) in tty_update_flags() argument
971 tt = tty__get_flag(&el->el_tty.t_ts, kind); in tty_update_flags()
972 ed = tty__get_flag(&el->el_tty.t_ed, kind); in tty_update_flags()
1337 int kind; in tty_setup_flags() local
1338 for (kind = MD_INP; kind <= MD_LIN; kind++) { in tty_setup_flags()
1339 tcflag_t *f = tty__get_flag(tios, kind); in tty_setup_flags()
[all …]
/freebsd/sys/dev/exca/
H A Dexca.c186 mem16 = (mem->kind & PCCARD_MEM_16BIT) ? in exca_do_mem_map()
188 attrmem = (mem->kind & PCCARD_MEM_ATTR) ? in exca_do_mem_map()
212 mem->kind & PCCARD_MEM_ATTR ? "attribute" : "common", in exca_do_mem_map()
213 mem->kind & PCCARD_MEM_16BIT ? 16 : 8); in exca_do_mem_map()
232 mem->cardaddr, mem->kind); in exca_do_mem_map()
246 exca_mem_map(struct exca_softc *sc, int kind, struct resource *res) in exca_mem_map() argument
282 sc->mem[win].kind = kind; in exca_mem_map()
353 sc->mem[win].kind |= PCCARD_MEM_ATTR; in exca_mem_set_flags()
356 sc->mem[win].kind &= ~PCCARD_MEM_ATTR; in exca_mem_set_flags()
359 sc->mem[win].kind |= PCCARD_MEM_16BIT; in exca_mem_set_flags()
[all …]
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stub.cpp100 void omp_set_schedule(omp_sched_t kind, omp_int_t modifier) { in omp_set_schedule() argument
102 __kmps_set_schedule((kmp_sched_t)kind, modifier); in omp_set_schedule()
266 void __kmps_set_schedule(kmp_sched_t kind, int modifier) { in __kmps_set_schedule() argument
268 __kmps_sched_kind = kind; in __kmps_set_schedule()
272 void __kmps_get_schedule(kmp_sched_t *kind, int *modifier) { in __kmps_get_schedule() argument
274 *kind = __kmps_sched_kind; in __kmps_get_schedule()
/freebsd/contrib/tcpdump/
H A Dprint-zephyr.c43 int kind; member
195 PARSE_FIELD_INT(z.kind); in zephyr_print()
220 ND_PRINT(" %s", tok2str(z_types, "type %d", z.kind)); in zephyr_print()
221 if (z.kind == Z_PACKET_SERVACK) { in zephyr_print()
254 if (z.kind != Z_PACKET_SERVACK) { in zephyr_print()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugSubsectionRecord.cpp47 DebugSubsectionKind DebugSubsectionRecord::kind() const { return Kind; } in kind() function in DebugSubsectionRecord
73 Header.Kind = uint32_t(Subsection ? Subsection->kind() : Contents.kind()); in commit()
/freebsd/contrib/gdtoa/
H A Darithchk.c33 int kind; member
166 a->name, a->kind); in main()
177 if (a->kind <= 2 && fzcheck()) in main()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_mips64.cpp126 lldb::RegisterKind kind, uint32_t num) { in ConvertRegisterKindToRegisterNumber() argument
129 assert(kind < kNumRegisterKinds); in ConvertRegisterKindToRegisterNumber()
133 if (reg_info->kinds[kind] == num) in ConvertRegisterKindToRegisterNumber()
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c98 return (CTF_V2_TYPE_INFO(kind, isroot, len)); in type_info_v2()
176 return (CTF_V3_TYPE_INFO(kind, isroot, len)); in type_info_v3()
369 uint_t kind, n, type, vlen; in init_types() local
372 ctf_get_ctt_info(fp, tp, &kind, &vlen, NULL); in init_types()
375 switch (kind) { in init_types()
435 pop[kind]++; in init_types()
485 uint_t kind, type, vlen; in init_types() local
494 ctf_get_ctt_info(fp, tp, &kind, &vlen, NULL); in init_types()
498 switch (kind) { in init_types()
694 uint_t index, kind; in init_types() local
[all …]

12345678910>>...34