Home
last modified time | relevance | path

Searched defs:moduleName (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/logger/
H A Dfilelogger.d124 string prettyFuncName, string moduleName, LogLevel logLevel, in beginLogMsg()
H A Dcore.d732 string moduleName; member
815 string prettyFuncName, string moduleName, LogLevel logLevel, in beginLogMsg()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/logger/
H A Dfilelogger.d121 string prettyFuncName, string moduleName, LogLevel logLevel, in beginLogMsg()
H A Dcore.d729 string moduleName; member
812 string prettyFuncName, string moduleName, LogLevel logLevel, in beginLogMsg()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtraits.d486 template moduleName(alias T) in moduleName() function
503 enum moduleName = packagePrefix ~ T.stringof[7..$]; in moduleName() local
506 alias moduleName = moduleName!(parentOf!T); // If you use enum, it will cause compiler ICE in moduleName() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dtraits.d408 template moduleName(alias T) in moduleName() function
421 enum moduleName = packagePrefix ~ T.stringof[7..$]; in moduleName() local
424 alias moduleName = moduleName!(parentOf!T); // If you use enum, it will cause compiler ICE in moduleName() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Druntime.d650 auto moduleName = m.name; in runModuleUnitTests() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h828 void pushModuleBuildStack(StringRef moduleName, FullSourceLoc importLoc) { in pushModuleBuildStack()