Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/
H A Dconst3.C21 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 Dbitfld4.C13 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 DParseObjc.cpp1376 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 DParser.h1754 Decl *ParseObjCMethodDecl(SourceLocation mLoc, tok::TokenKind mType,