Searched refs:parsePostfix (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | parse.h | 79 StorageClass parsePostfix(StorageClass storageClass, Expressions **pudas);
|
H A D | parse.c | 1085 StorageClass Parser::parsePostfix(StorageClass storageClass, Expressions **pudas) in parsePostfix() function 1577 stc = parsePostfix(stc, &udas); in parseCtor() 1608 stc = parsePostfix(stc, &udas); in parseCtor() 1666 stc = parsePostfix(stc, &udas); in parseDtor() 1705 stc = parsePostfix(stc & ~STC_TYPECTOR, NULL) | stc; in parseStaticCtor() 1743 stc = parsePostfix(stc & ~STC_TYPECTOR, &udas) | stc; in parseStaticDtor() 1787 stc = parsePostfix(stc & ~STC_TYPECTOR, NULL) | stc; in parseSharedStaticCtor() 1824 stc = parsePostfix(stc & ~STC_TYPECTOR, &udas) | stc; in parseSharedStaticDtor() 3412 StorageClass stc = parsePostfix(STCundefined, NULL); in parseBasicType2() 3580 StorageClass stc = parsePostfix(storageClass, pudas); in parseDeclarator() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | parse.d | 1304 private StorageClass parsePostfix(StorageClass storageClass, AST.Expressions** pudas) 2331 stc = parsePostfix(stc, &udas); 2365 stc = parsePostfix(stc, &udas); 2421 stc = parsePostfix(stc, &udas); 2457 stc = parsePostfix(stc & ~STC.TYPECTOR, null) | stc; 2492 stc = parsePostfix(stc & ~STC.TYPECTOR, &udas) | stc; 2533 stc = parsePostfix(stc & ~STC.TYPECTOR, null) | stc; 2567 stc = parsePostfix(stc & ~STC.TYPECTOR, &udas) | stc; 3937 StorageClass stc = parsePostfix(STC.undefined_, null); 4114 StorageClass stc = parsePostfix(storageClass, pudas); [all …]
|