Home
last modified time | relevance | path

Searched refs:types (Results 1 – 25 of 1289) sorted by relevance

12345678910>>...52

/freebsd/lib/libc/stdio/
H A Dprintf-pos.c88 inittypes(struct typetable *types) in inittypes() argument
92 types->table = types->stattable; in inittypes()
93 types->tablesize = STATIC_ARG_TBL_SIZE; in inittypes()
94 types->tablemax = 0; in inittypes()
95 types->nextarg = 1; in inittypes()
97 types->table[n] = T_UNUSED; in inittypes()
104 freetypes(struct typetable *types) in freetypes() argument
107 if (types->table != types->stattable) in freetypes()
108 free (types->table); in freetypes()
116 _ensurespace(struct typetable *types) in _ensurespace() argument
[all …]
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DTypes.cpp21 using namespace clang::driver::types;
52 const char *types::getTypeName(ID Id) { in getTypeName()
56 types::ID types::getPreprocessedType(ID Id) { in getPreprocessedType()
73 types::ID types::getPrecompiledType(ID Id) { in getPrecompiledType()
83 const char *types::getTypeTempSuffix(ID Id, bool CLStyle) { in getTypeTempSuffix()
100 bool types::onlyPrecompileType(ID Id) { in onlyPrecompileType()
105 bool types::canTypeBeUserSpecified(ID Id) { in canTypeBeUserSpecified()
106 static const clang::driver::types::ID kStaticLangageTypes[] = { in canTypeBeUserSpecified()
117 bool types::appendSuffixForType(ID Id) { in appendSuffixForType()
122 bool types::canLipoType(ID Id) { in canLipoType()
[all …]
H A DAction.cpp176 InputAction::InputAction(const Arg &_Input, types::ID _Type, StringRef _Id) in InputAction()
194 OffloadAction::OffloadAction(const DeviceDependences &DDeps, types::ID Ty) in OffloadAction()
338 JobAction::JobAction(ActionClass Kind, Action *Input, types::ID Type) in JobAction()
341 JobAction::JobAction(ActionClass Kind, const ActionList &Inputs, types::ID Type) in JobAction()
346 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType) in PreprocessJobAction()
351 PrecompileJobAction::PrecompileJobAction(Action *Input, types::ID OutputType) in PrecompileJobAction()
355 types::ID OutputType) in PrecompileJobAction()
362 ExtractAPIJobAction::ExtractAPIJobAction(Action *Inputs, types::ID OutputType) in ExtractAPIJobAction()
367 AnalyzeJobAction::AnalyzeJobAction(Action *Input, types::ID OutputType) in AnalyzeJobAction()
372 MigrateJobAction::MigrateJobAction(Action *Input, types::ID OutputType) in MigrateJobAction()
[all …]
H A DDriver.cpp782 llvm::any_of(Inputs, [](std::pair<types::ID, const llvm::opt::Arg *> &I) { in CreateOffloadingDeviceToolChains()
783 return types::isCuda(I.first); in CreateOffloadingDeviceToolChains()
787 [](std::pair<types::ID, const llvm::opt::Arg *> &I) { in CreateOffloadingDeviceToolChains()
788 return types::isHIP(I.first); in CreateOffloadingDeviceToolChains()
1751 if (types::getPreprocessedType(it->first) == types::TY_INVALID) { in generateCompilationDiagnostics()
2435 << types::getTypeName(A->getType()) << offload_os.str() << "\n";
2501 if (Archs.size() > 1 && !types::canLipoType(Act->getType())) in BuildUniversalActions()
2503 << types::getTypeName(Act->getType()); in BuildUniversalActions()
2511 if (Inputs.size() == 1 || Act->getType() == types::TY_Nothing) in BuildUniversalActions()
2527 if (Act->getType() == types::TY_Image) { in BuildUniversalActions()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h105 types::ID Type;
134 Action(ActionClass Kind, types::ID Type) : Action(Kind, ActionList(), Type) {} in Action()
135 Action(ActionClass Kind, Action *Input, types::ID Type) in Action()
139 Action(ActionClass Kind, const ActionList &Inputs, types::ID Type) in Action()
148 types::ID getType() const { return Type; } in getType()
235 InputAction(const llvm::opt::Arg &Input, types::ID Type,
361 OffloadAction(const DeviceDependences &DDeps, types::ID Ty);
403 JobAction(ActionClass Kind, Action *Input, types::ID Type);
404 JobAction(ActionClass Kind, const ActionList &Inputs, types::ID Type);
417 PreprocessJobAction(Action *Input, types::ID OutputType);
[all …]
H A DInputInfo.h42 types::ID Type;
45 static types::ID GetActionType(const Action *A) { in GetActionType()
46 return A != nullptr ? A->getType() : types::TY_Nothing; in GetActionType()
54 InputInfo(types::ID _Type, const char *_Filename, const char *_BaseInput) in InputInfo()
63 InputInfo(types::ID _Type, const llvm::opt::Arg *_InputArg, in InputInfo()
77 types::ID getType() const { return Type; } in getType()
/freebsd/crypto/openssl/crypto/asn1/
H A Da_mbstr.c281 unsigned long types = *((unsigned long *)arg); in type_str() local
284 if ((types & B_ASN1_NUMERICSTRING) && !(ossl_isdigit(native) in type_str()
286 types &= ~B_ASN1_NUMERICSTRING; in type_str()
287 if ((types & B_ASN1_PRINTABLESTRING) && !ossl_isasn1print(native)) in type_str()
288 types &= ~B_ASN1_PRINTABLESTRING; in type_str()
289 if ((types & B_ASN1_IA5STRING) && !ossl_isascii(native)) in type_str()
290 types &= ~B_ASN1_IA5STRING; in type_str()
291 if ((types & B_ASN1_T61STRING) && (value > 0xff)) in type_str()
292 types &= ~B_ASN1_T61STRING; in type_str()
293 if ((types & B_ASN1_BMPSTRING) && (value > 0xffff)) in type_str()
[all …]
/freebsd/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Duserspace.py54 if isgroup and "posixgroup" not in options.types and \
55 "smbgroup" not in options.types:
57 if not isgroup and "posixuser" not in options.types and \
58 "smbuser" not in options.types:
77 if typename.lower().replace(" ", "") not in options.types:
154 types = ("all", "posixuser", "smbuser", "posixgroup", "smbgroup")
193 options.types = options.types.split(",")
194 for t in options.types:
195 if t not in types:
201 if "all" in options.types:
[all …]
/freebsd/contrib/kyua/engine/
H A Datf_result.hpp57 enum types { enum in engine::atf_result
71 types _type;
84 atf_result(const types);
85 atf_result(const types, const std::string&);
86 atf_result(const types, const utils::optional< int >&, const std::string&);
91 types type(void) const;
/freebsd/contrib/kyua/cli/
H A Dcommon.cpp159 cli::result_types types; in parse_types() local
166 types.push_back((*match).second); in parse_types()
168 return types; in parse_types()
276 result_types types = parse_types( in get_result_types() local
278 if (types.empty()) { in get_result_types()
279 types.push_back(model::test_result_passed); in get_result_types()
280 types.push_back(model::test_result_skipped); in get_result_types()
281 types.push_back(model::test_result_expected_failure); in get_result_types()
282 types.push_back(model::test_result_broken); in get_result_types()
283 types.push_back(model::test_result_failed); in get_result_types()
[all …]
/freebsd/libexec/talkd/
H A Dprint.c43 static const char *types[] = variable
45 #define NTYPES (sizeof (types) / sizeof (types[0]))
61 tp = types[mp->type]; in print_request()
76 tp = types[rp->type]; in print_response()
/freebsd/crypto/openssh/regress/
H A Dcert-hostkey.sh11 types=""
13 if [ -z "$types" ]; then
14 types="$i"
20 types="rsa-sha2-256-cert-v01@openssh.com,$i,$types"
21 types="rsa-sha2-512-cert-v01@openssh.com,$types";;
24 types="$types,rsa-sha2-512,rsa-sha2-256,$i";;
26 *cert*) types="$i,$types";;
27 *) types="$types,$i";;
31 echo "HostKeyAlgorithms ${types}"
H A Dssh-com-keygen.sh41 types="dss"
44 types="$types rsa"
47 for t in $types; do
/freebsd/crypto/heimdal/doc/
H A Dlayman.asc62 one to define a variety data types, from simple types such
63 as integers and bit strings to structured types such as sets
64 and sequences, as well as complex types defined in terms of
77 ASN.1 types and their BER and DER encodings. Sections 2-4
79 Section 5 lists some ASN.1 types, giving their notation,
119 notation for describing abstract types and values.
121 In ASN.1, a type is a set of values. For some types, there
122 are a finite number of values, and for other types there are
125 simple types, which are "atomic" and have no components;
126 structured types, which have components; tagged types, which
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTypeNodes.td8 /// A type node that is only used to represent dependent types in C++. For
9 /// example, DependentTemplateSpecializationType is used to represent types
11 /// that only works with non-dependent types can ignore these type nodes.
18 /// types and do not affect the semantics of the program. Code that only
19 /// works with canonical types can ignore these type nodes.
21 /// Note that this simple story about non-canonical types is not the whole
37 /// canonical types can ignore these nodes.
41 /// able to operate on leaf types faster than they can on non-leaf types.
44 /// is structurally composed of component types (`void` and `int`).
46 /// A struct type is a leaf type because its field types are not part of its
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxfilt/
H A DOpts.td19 def types : FF<"types", "Attempt to demangle types as well as function names">;
20 def no_params : FF<"no-params", "Skip function parameters and return types">;
30 def : F<"t", "Alias for --types">, Alias<types>;
/freebsd/crypto/openssl/doc/man7/
H A Dopenssl-core.h.pod5 openssl/core.h - OpenSSL Core types
13 The F<< <openssl/core.h> >> header defines a number of public types that
16 These types are designed to minimise the need for intimate knowledge
19 The types are:
43 The types described here were added in OpenSSL 3.0.
/freebsd/crypto/heimdal/lib/krb5/
H A Dkrbhst-test.c64 int types[] = {KRB5_KRBHST_KDC, KRB5_KRBHST_ADMIN, KRB5_KRBHST_CHANGEPW, in main() local
90 for (j = 0; j < sizeof(types)/sizeof(*types); ++j) { in main()
93 krb5_krbhst_init(context, argv[i], types[j], &handle); in main()
/freebsd/lib/libc/locale/
H A Drune.c125 uint32_t *types; in _Read_RuneMagi() local
129 types = variable; in _Read_RuneMagi()
130 variable = types + len; in _Read_RuneMagi()
189 uint32_t *types; in _Read_RuneMagi() local
196 types = variable; in _Read_RuneMagi()
197 variable = types + len; in _Read_RuneMagi()
201 rr[x].__types[len] = types[len]; in _Read_RuneMagi()
/freebsd/contrib/less/
H A Dmkutable39 my %types;
43 $types{$arg} = 1;
45 my %out = ( 'types' => \%types );
99 my $type_ok = ($type and ${${$out}{types}}{$type});
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-types.m42 dnl # check if kernel provides definitions for given types
8 #include <linux/types.h>
26 dnl ZFS_AC_KERNEL_TYPES([types...])
/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Dleds-powernv.txt12 - led-types : Supported LED types (attention/identify/fault) provided
22 led-types = "identify", "fault";
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp184 ObjCRuntimeMethodType(const char *types) { in ObjCRuntimeMethodType() argument
185 const char *cursor = types; in ObjCRuntimeMethodType()
437 [log, interface_decl, this](const char *name, const char *types) -> bool { in FinishDecl() argument
438 if (!name || !types) in FinishDecl()
441 ObjCRuntimeMethodType method_type(types); in FinishDecl()
446 LLDB_LOGF(log, "[ AOTV::FD] Instance method [%s] [%s]", name, types); in FinishDecl()
455 this](const char *name, const char *types) -> bool { in FinishDecl() argument
456 if (!name || !types) in FinishDecl()
459 ObjCRuntimeMethodType method_type(types); in FinishDecl()
464 LLDB_LOGF(log, "[ AOTV::FD] Class method [%s] [%s]", name, types); in FinishDecl()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedA57WriteRes.td9 // Contains all of the Cortex-A57 specific SchedWriteRes types. The approach
27 // Define Generic 1 micro-op types
61 // Define Generic 2 micro-op types
196 // Define Generic 3 micro-op types
267 // Define Generic 4 micro-op types
334 // Define Generic 5 micro-op types
378 // Define Generic 6 micro-op types
425 // Define Generic 7 micro-op types
462 // Define Generic 8 micro-op types
488 // Define Generic 9 micro-op types
[all...]
/freebsd/contrib/sendmail/src/
H A Dstab.c483 int i, t, total, types[MAXSTTYPES]; in dumpstab() local
489 types[i] = 0; in dumpstab()
499 types[t]++; in dumpstab()
507 if (types[i] != 0) in dumpstab()
510 i, types[i], types[i] - prevt[i]); in dumpstab()
512 prevt[i] = types[i]; in dumpstab()

12345678910>>...52