Home
last modified time | relevance | path

Searched refs:new_type (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/crypto/heimdal/lib/asn1/
H A Dasn1parse.y401 $$ = new_type(TInteger);
407 $$ = new_type(TInteger);
443 $$ = new_type(TInteger);
521 $$ = new_type(TSet);
527 $$ = new_type(TSet);
535 $$ = new_type(TSetOf);
543 $$ = new_type(TChoice);
555 $$ = new_type(TType);
636 $$ = new_type(TTag);
960 t = new_type (TTag); in new_tag()
[all …]
H A Dasn1parse.c266 static Type *new_type (Typetype t);
1914 (yyval.type) = new_type(TInteger);
1923 (yyval.type) = new_type(TInteger);
2060 (yyval.type) = new_type(TSet);
2069 (yyval.type) = new_type(TSet);
2078 (yyval.type) = new_type(TSetOf);
2087 (yyval.type) = new_type(TChoice);
2096 (yyval.type) = new_type(TType);
2184 (yyval.type) = new_type(TTag);
2783 t = new_type (TTag); in new_tag()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueLanguage.cpp47 LanguageType new_type = Language::GetLanguageTypeFromString(value.trim()); in SetValueFromString() local
48 if (new_type && languages_for_types[new_type]) { in SetValueFromString()
50 m_current_value = new_type; in SetValueFromString()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DEvent.h207 void SetType(uint32_t new_type) { m_type = new_type; } in SetType() argument
/freebsd-14.2/usr.bin/rpcgen/
H A Drpc_parse.c374 check_type_name(const char *name, int new_type) in check_type_name() argument
387 if (new_type) { in check_type_name()
/freebsd-14.2/contrib/ofed/librdmacm/
H A Dpreload.c479 static int transpose_socket(int socket, enum fd_type new_type) in transpose_socket() argument
486 if (new_type == fd_rsocket) { in transpose_socket()
507 fd_store(socket, dfd, new_type, fd_ready); in transpose_socket()
/freebsd-14.2/tools/build/
H A Dcheckstyle9.pl1033 my $new_type = pop(@av_paren_type);
1034 if ($new_type ne '_') {
1035 $type = $new_type;
/freebsd-14.2/sys/sys/
H A Dmbuf.h1084 m_chtype(struct mbuf *m, short new_type) in m_chtype() argument
1087 m->m_type = new_type; in m_chtype()