Searched refs:mType (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/common/lib/libc/misc/ |
| H A D | ubsan.c | 155 struct CTypeDescriptor *mType; member 165 struct CTypeDescriptor *mType; member 170 struct CTypeDescriptor *mType; member 177 struct CTypeDescriptor *mType; member 187 struct CTypeDescriptor *mType; member 218 struct CTypeDescriptor *mType; member 225 struct CTypeDescriptor *mType; member 232 struct CTypeDescriptor *mType; member 251 struct CTypeDescriptor *mType; member 341 …(bool isFatal, struct CSourceLocation *mLocation, struct CTypeDescriptor *mType, unsigned long mLo… [all …]
|
| /netbsd-src/sys/arch/sh3/include/ |
| H A D | sh_opcode.h | 21 } mType; member 91 } mType; member
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 1338 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()
|
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | shell.c | 22534 unsigned mType, /* The trace type */ in sql_trace_callback() argument 22544 if( mType==SQLITE_TRACE_CLOSE ){ in sql_trace_callback() 22548 if( mType!=SQLITE_TRACE_ROW && pX!=0 && ((const char*)pX)[0]=='-' ){ in sql_trace_callback() 22573 switch( mType ){ in sql_trace_callback() 27896 int mType = 0; in do_meta_command() local 27914 mType |= SQLITE_TRACE_PROFILE; in do_meta_command() 27917 mType |= SQLITE_TRACE_ROW; in do_meta_command() 27920 mType |= SQLITE_TRACE_STMT; in do_meta_command() 27923 mType |= SQLITE_TRACE_CLOSE; in do_meta_command() 27938 if( mType==0 ) mType = SQLITE_TRACE_STMT; in do_meta_command() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/ |
| H A D | Parser.h | 1717 Decl *ParseObjCMethodDecl(SourceLocation mLoc, tok::TokenKind mType,
|