Home
last modified time | relevance | path

Searched refs:mType (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sys/kern/
H A Dkern_ubsan.c160 struct CTypeDescriptor *mType; member
170 struct CTypeDescriptor *mType; member
175 struct CTypeDescriptor *mType; member
182 struct CTypeDescriptor *mType; member
192 struct CTypeDescriptor *mType; member
223 struct CTypeDescriptor *mType; member
230 struct CTypeDescriptor *mType; member
237 struct CTypeDescriptor *mType; member
249 struct CTypeDescriptor *mType; member
410 ASSERT(mType); in HandleTypeMismatch()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp1338 tok::TokenKind mType, in ParseObjCMethodDecl() argument
1345 Actions.CodeCompleteObjCMethodDecl(getCurScope(), mType == tok::minus, in ParseObjCMethodDecl()
1364 Actions.CodeCompleteObjCMethodDecl(getCurScope(), mType == tok::minus, in ParseObjCMethodDecl()
1390 getCurScope(), mLoc, Tok.getLocation(), mType, DSRet, ReturnType, in ParseObjCMethodDecl()
1428 mType == tok::minus, in ParseObjCMethodDecl()
1452 mType == tok::minus, in ParseObjCMethodDecl()
1511 getCurScope(), mLoc, Tok.getLocation(), mType, DSRet, ReturnType, KeyLocs, in ParseObjCMethodDecl()
/freebsd-13.1/contrib/sqlite3/
H A Dshell.c16052 unsigned mType, /* The trace type */ in sql_trace_callback() argument
16062 if( mType==SQLITE_TRACE_CLOSE ){ in sql_trace_callback()
16066 if( mType!=SQLITE_TRACE_ROW && ((const char*)pX)[0]=='-' ){ in sql_trace_callback()
16090 switch( mType ){ in sql_trace_callback()
21518 int mType = 0; in do_meta_command() local
21536 mType |= SQLITE_TRACE_PROFILE; in do_meta_command()
21539 mType |= SQLITE_TRACE_ROW; in do_meta_command()
21542 mType |= SQLITE_TRACE_STMT; in do_meta_command()
21545 mType |= SQLITE_TRACE_CLOSE; in do_meta_command()
21560 if( mType==0 ) mType = SQLITE_TRACE_STMT; in do_meta_command()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1718 Decl *ParseObjCMethodDecl(SourceLocation mLoc, tok::TokenKind mType,