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

/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueLanguage.cpp47 LanguageType new_type = Language::GetLanguageTypeFromString(value.trim()); local
48 if (new_type && languages_for_types[new_type]) {
50 m_current_value = new_type;
/freebsd-current/crypto/heimdal/lib/asn1/
H A Dasn1parse.y52 static Type *new_type (Typetype t);
353 TE_EXPLICIT, new_type(TBoolean));
397 TE_EXPLICIT, new_type(TInteger));
401 $$ = new_type(TInteger);
407 $$ = new_type(TInteger);
443 $$ = new_type(TInteger);
454 $$ = new_type(TBitString);
461 $$ = new_type(TBitString);
470 TE_EXPLICIT, new_type(TOID));
475 Type *t = new_type(TOctetStrin
[all...]
H A Dasn1parse.c266 static Type *new_type (Typetype t);
1856 TE_EXPLICIT, new_type(TBoolean));
1910 TE_EXPLICIT, new_type(TInteger));
1917 (yyval.type) = new_type(TInteger);
1926 (yyval.type) = new_type(TInteger);
1971 (yyval.type) = new_type(TInteger);
1980 (yyval.type) = new_type(TBitString);
1990 (yyval.type) = new_type(TBitString);
2000 TE_EXPLICIT, new_type(TOID));
2007 Type *t = new_type(TOctetStrin
2814 new_type (Typetype tt) function
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DEvent.h207 void SetType(uint32_t new_type) { m_type = new_type; } argument
/freebsd-current/usr.bin/rpcgen/
H A Drpc_parse.c366 check_type_name(const char *name, int new_type) argument
379 if (new_type) {
/freebsd-current/contrib/ofed/librdmacm/
H A Dpreload.c479 static int transpose_socket(int socket, enum fd_type new_type) argument
486 if (new_type == fd_rsocket) {
507 fd_store(socket, dfd, new_type, fd_ready);
/freebsd-current/tools/build/
H A Dcheckstyle9.pl1034 my $new_type = pop(@av_paren_type);
1035 if ($new_type ne '_') {
1036 $type = $new_type;
/freebsd-current/sys/sys/
H A Dmbuf.h1081 m_chtype(struct mbuf *m, short new_type) argument
1084 m->m_type = new_type;

Completed in 109 milliseconds