Searched refs:parseBasicTypeStartingAt (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | parse.h | 113 Type *parseBasicTypeStartingAt(TypeQualified *tid, bool dontLookDotIdents);
|
H A D | parse.c | 3130 t = parseBasicTypeStartingAt(new TypeInstance(loc, tempinst), dontLookDotIdents); in parseBasicType() 3134 t = parseBasicTypeStartingAt(new TypeIdentifier(loc, id), dontLookDotIdents); in parseBasicType() 3140 … t = parseBasicTypeStartingAt(new TypeIdentifier(token.loc, Id::empty), dontLookDotIdents); in parseBasicType() 3145 t = parseBasicTypeStartingAt(parseTypeof(), dontLookDotIdents); in parseBasicType() 3204 Type *Parser::parseBasicTypeStartingAt(TypeQualified *tid, bool dontLookDotIdents) in parseBasicTypeStartingAt() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | parse.d | 3636 … t = parseBasicTypeStartingAt(new AST.TypeInstance(loc, tempinst), dontLookDotIdents); 3640 t = parseBasicTypeStartingAt(new AST.TypeIdentifier(loc, id), dontLookDotIdents); 3656 … t = parseBasicTypeStartingAt(new AST.TypeIdentifier(token.loc, Id.empty), dontLookDotIdents); 3661 t = parseBasicTypeStartingAt(parseTypeof(), dontLookDotIdents); 3720 private AST.Type parseBasicTypeStartingAt(AST.TypeQualified tid, bool dontLookDotIdents)
|