Searched refs:mType (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/ |
| H A D | const3.C | 21 A (const size_t size, const Type type): mSize(size), mType(type) in A() 24 foo2(foo1(my_out, "mType = "), mType); in A() 28 Type mType : 2; member 40 if (testa.mType != A::S) in main()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
| H A D | bitfld4.C | 13 MsgType mType : 8; 20 c.mType = MSG_DATA; in main() 21 if (c.mType != MSG_DATA) in main()
|
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 1376 tok::TokenKind mType, in ParseObjCMethodDecl() argument 1383 Actions.CodeCompleteObjCMethodDecl(getCurScope(), mType == tok::minus, in ParseObjCMethodDecl() 1402 Actions.CodeCompleteObjCMethodDecl(getCurScope(), mType == tok::minus, in ParseObjCMethodDecl() 1428 getCurScope(), mLoc, Tok.getLocation(), mType, DSRet, ReturnType, in ParseObjCMethodDecl() 1466 mType == tok::minus, in ParseObjCMethodDecl() 1490 mType == tok::minus, in ParseObjCMethodDecl() 1550 getCurScope(), mLoc, Tok.getLocation(), mType, DSRet, ReturnType, KeyLocs, in ParseObjCMethodDecl()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Parse/ |
| H A D | Parser.h | 1754 Decl *ParseObjCMethodDecl(SourceLocation mLoc, tok::TokenKind mType,
|