Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_ubsan.c159 struct CTypeDescriptor *mType; member
169 struct CTypeDescriptor *mType; member
174 struct CTypeDescriptor *mType; member
181 struct CTypeDescriptor *mType; member
191 struct CTypeDescriptor *mType; member
222 struct CTypeDescriptor *mType; member
229 struct CTypeDescriptor *mType; member
236 struct CTypeDescriptor *mType; member
248 struct CTypeDescriptor *mType; member
333 …(bool isFatal, struct CSourceLocation *mLocation, struct CTypeDescriptor *mType, unsigned long mLo…
[all …]
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp1394 tok::TokenKind mType, in ParseObjCMethodDecl() argument
1402 mType == tok::minus, in ParseObjCMethodDecl()
1422 getCurScope(), mType == tok::minus, ReturnType); in ParseObjCMethodDecl()
1447 getCurScope(), mLoc, Tok.getLocation(), mType, DSRet, ReturnType, in ParseObjCMethodDecl()
1485 getCurScope(), mType == tok::minus, in ParseObjCMethodDecl()
1508 getCurScope(), mType == tok::minus, in ParseObjCMethodDecl()
1568 getCurScope(), mLoc, Tok.getLocation(), mType, DSRet, ReturnType, KeyLocs, in ParseObjCMethodDecl()
/freebsd/contrib/sqlite3/
H A Dshell.c23798 unsigned mType, /* The trace type */ in sql_trace_callback() argument
23808 if( mType==SQLITE_TRACE_CLOSE ){ in sql_trace_callback()
23812 if( mType!=SQLITE_TRACE_ROW && pX!=0 && ((const char*)pX)[0]=='-' ){ in sql_trace_callback()
23837 switch( mType ){ in sql_trace_callback()
29336 int mType = 0; in do_meta_command() local
29354 mType |= SQLITE_TRACE_PROFILE; in do_meta_command()
29357 mType |= SQLITE_TRACE_ROW; in do_meta_command()
29360 mType |= SQLITE_TRACE_STMT; in do_meta_command()
29363 mType |= SQLITE_TRACE_CLOSE; in do_meta_command()
29378 if( mType==0 ) mType = SQLITE_TRACE_STMT; in do_meta_command()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1825 Decl *ParseObjCMethodDecl(SourceLocation mLoc, tok::TokenKind mType,