Home
last modified time | relevance | path

Searched refs:moduleName (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/logger/
H A Dcore.d113 template moduleLogLevel(string moduleName)
114 if (!moduleName.length)
127 template moduleLogLevel(string moduleName)
128 if (moduleName.length)
142 alias moduleLogLevel = moduleLogLevel!(parentOf(moduleName));
143 }.format(moduleName ~ "_loggerconfig"));
196 string moduleName = __MODULE__, A...)(const LogLevel ll,
202 if (ll >= moduleLogLevel!moduleName)
204 stdThreadLocalLog.log!(line, file, funcName, prettyFuncName, moduleName)
211 void log(T, string moduleName = __MODULE__)(const LogLevel ll,
[all …]
H A Dfilelogger.d121 string prettyFuncName, string moduleName, LogLevel logLevel, in beginLogMsg() argument
159 payload.prettyFuncName, payload.moduleName, payload.logLevel, in writeLogMsg()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/logger/
H A Dcore.d116 template moduleLogLevel(string moduleName)
117 if (!moduleName.length)
130 template moduleLogLevel(string moduleName)
131 if (moduleName.length)
145 alias moduleLogLevel = moduleLogLevel!(parentOf(moduleName));
146 }.format(moduleName ~ "_loggerconfig"));
199 string moduleName = __MODULE__, A...)(const LogLevel ll,
205 if (ll >= moduleLogLevel!moduleName)
207 stdThreadLocalLog.log!(line, file, funcName, prettyFuncName, moduleName)
214 void log(T, string moduleName = __MODULE__)(const LogLevel ll,
[all …]
H A Dfilelogger.d124 string prettyFuncName, string moduleName, LogLevel logLevel, in beginLogMsg() argument
163 payload.prettyFuncName, payload.moduleName, payload.logLevel, in writeLogMsg()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Druntime.d650 auto moduleName = m.name; in runModuleUnitTests() local
651 if (moduleName.length && e.file.length > moduleName.length in runModuleUnitTests()
652 && e.file[0 .. moduleName.length] == moduleName) in runModuleUnitTests()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtraits.d467 static assert(packageName!moduleName == "std");
486 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
512 static assert(moduleName!moduleName == "std.traits");
519 static assert(!__traits(compiles, moduleName!std));
520 static assert(moduleName!(std.traits) == "std.traits"); // this module
521 static assert(moduleName!moduleName == "std.traits"); // symbol in this module
522 static assert(moduleName!(std.array) == "std.array"); // other module
523 static assert(moduleName!(std.array.array) == "std.array"); // symbol in other module
[all …]
/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
431 static assert(moduleName!moduleName == "std.traits");
438 static assert(!__traits(compiles, moduleName!std));
439 static assert(moduleName!(std.traits) == "std.traits"); // this module
440 static assert(moduleName!moduleName == "std.traits"); // symbol in this module
441 static assert(moduleName!(std.array) == "std.array"); // other module
442 static assert(moduleName!(std.array.array) == "std.array"); // symbol in other module
445 static assert(!__traits(compiles, moduleName!(core.sync)));
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h828 void pushModuleBuildStack(StringRef moduleName, FullSourceLoc importLoc) { in pushModuleBuildStack() argument
829 StoredModuleBuildStack.push_back(std::make_pair(moduleName.str(),importLoc)); in pushModuleBuildStack()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/
H A Dobject.d5087 template imported(string moduleName)
5089 mixin("import imported = " ~ moduleName ~ ";");
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A DChangeLog-91974001 * nlmconv.c (main): Force moduleName field to upper case.
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A DChangeLog-91974001 * nlmconv.c (main): Force moduleName field to upper case.