Home
last modified time | relevance | path

Searched defs:idPool (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Didentifier.d272 static Identifier idPool(const(char)* s, uint len) in idPool() function
277 extern (D) static Identifier idPool(const(char)[] s) in idPool() function
282 extern (D) private static Identifier idPool(const(char)[] s, bool isAnonymous) in idPool() function
294 extern (D) static Identifier idPool(const(char)* s, size_t len, int value) in idPool() function
299 extern (D) static Identifier idPool(const(char)[] s, int value) in idPool() function
H A Didentifier.h35 static inline Identifier *idPool(const char *s) in idPool() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Didentifier.h41 static inline Identifier *idPool(const char *s) in idPool() function
H A Didentifier.c121 Identifier *Identifier::idPool(const char *s, size_t len) in idPool() function
133 Identifier *Identifier::idPool(const char *s, size_t len, int value) in idPool() function