Home
last modified time | relevance | path

Searched refs:funcName (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/logger/
H A Dcore.d195 string funcName = __FUNCTION__, string prettyFuncName = __PRETTY_FUNCTION__,
204 stdThreadLocalLog.log!(line, file, funcName, prettyFuncName, moduleName)
213 string funcName = __FUNCTION__, string prettyFuncName = __PRETTY_FUNCTION__)
219 stdThreadLocalLog.log!(T,moduleName)(ll, condition, arg, line, file, funcName,
240 string funcName = __FUNCTION__, string prettyFuncName = __PRETTY_FUNCTION__,
248 stdThreadLocalLog.log!(line, file, funcName, prettyFuncName, moduleName)
256 int line = __LINE__, string file = __FILE__, string funcName = __FUNCTION__,
263 stdThreadLocalLog.log!T(ll, arg, line, file, funcName, prettyFuncName,
285 string funcName = __FUNCTION__, string prettyFuncName = __PRETTY_FUNCTION__,
291 stdThreadLocalLog.log!(line, file, funcName, prettyFuncName, moduleName)
[all …]
H A Dfilelogger.d120 override protected void beginLogMsg(string file, int line, string funcName, in beginLogMsg() argument
127 ptrdiff_t funIdx = funcName.lastIndexOf('.') + 1; in beginLogMsg()
132 funcName[funIdx .. $], line); in beginLogMsg()
158 this.beginLogMsg(payload.file, payload.line, payload.funcName, in writeLogMsg()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/logger/
H A Dcore.d198 string funcName = __FUNCTION__, string prettyFuncName = __PRETTY_FUNCTION__,
207 stdThreadLocalLog.log!(line, file, funcName, prettyFuncName, moduleName)
216 string funcName = __FUNCTION__, string prettyFuncName = __PRETTY_FUNCTION__)
222 stdThreadLocalLog.log!(T,moduleName)(ll, condition, arg, line, file, funcName,
243 string funcName = __FUNCTION__, string prettyFuncName = __PRETTY_FUNCTION__,
251 stdThreadLocalLog.log!(line, file, funcName, prettyFuncName, moduleName)
259 int line = __LINE__, string file = __FILE__, string funcName = __FUNCTION__,
266 stdThreadLocalLog.log!T(ll, arg, line, file, funcName, prettyFuncName,
288 string funcName = __FUNCTION__, string prettyFuncName = __PRETTY_FUNCTION__,
294 stdThreadLocalLog.log!(line, file, funcName, prettyFuncName, moduleName)
[all …]
H A Dfilelogger.d123 override protected void beginLogMsg(string file, int line, string funcName, in beginLogMsg() argument
130 ptrdiff_t funIdx = funcName.lastIndexOf('.') + 1; in beginLogMsg()
136 file[fnIdx .. $], line, funcName[funIdx .. $]); in beginLogMsg()
162 this.beginLogMsg(payload.file, payload.line, payload.funcName, in writeLogMsg()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
H A Dbacktrace.d264 … if (!ret && sym.symbol.funcName && strcmp(sym.symbol.funcName, "_Dmain") == 0)
476 symData.symbols[symData.entries].funcName = funcInfo.dli_sname;
503 const(char)* funcName, fileName;
537 if (sym.funcName is null)
542 auto demangled = demangle(sym.funcName[0 .. strlen(sym.funcName)], symbol);
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/
H A Dbacktrace.d244 … if (!ret && sym.symbol.funcName && strcmp(sym.symbol.funcName, "_Dmain") == 0)
458 symData.symbols[symData.entries].funcName = funcInfo.dli_sname;
485 const(char)* funcName, fileName;
519 if (sym.funcName is null)
524 auto demangled = demangle(sym.funcName[0 .. strlen(sym.funcName)], symbol);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp678 static StringRef sanitizeFunctionName(StringRef funcName) { in sanitizeFunctionName() argument
681 if (funcName.empty() || funcName.find('\0') != StringRef::npos) in sanitizeFunctionName()
686 return GlobalValue::dropLLVMManglingEscape(funcName); in sanitizeFunctionName()
689 bool TargetLibraryInfoImpl::getLibFunc(StringRef funcName, LibFunc &F) const { in getLibFunc() argument
690 funcName = sanitizeFunctionName(funcName); in getLibFunc()
691 if (funcName.empty()) in getLibFunc()
696 const auto *I = std::lower_bound(Start, End, funcName); in getLibFunc()
697 if (I != End && *I == funcName) { in getLibFunc()
1668 bool TargetLibraryInfoImpl::isFunctionVectorizable(StringRef funcName) const { in isFunctionVectorizable()
1669 funcName = sanitizeFunctionName(funcName); in isFunctionVectorizable()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h110 bool getLibFunc(StringRef funcName, LibFunc &F) const;
278 bool getLibFunc(StringRef funcName, LibFunc &F) const { in getLibFunc() argument
279 return Impl->getLibFunc(funcName, F); in getLibFunc()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dintrange.h151 const IntRange& dump(const char* funcName, Expression *e) const;
H A Dintrange.c832 const IntRange& IntRange::dump(const char* funcName, Expression *e) const in dump() argument
837 funcName, e->toChars()); in dump()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dintrange.d507 ref const(IntRange) dump(const(char)* funcName, Expression e) const return
512 funcName, e.toChars());
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DMiscompilation.cpp848 GlobalVariable *funcName = new GlobalVariable( in CleanupAndPrepareModules() local
859 funcName, GEPargs); in CleanupAndPrepareModules()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp377 StringRef funcName, std::string Tag);
379 StringRef funcName, std::string Tag);
384 int i, StringRef funcName,
3265 StringRef funcName, in SynthesizeBlockFunc() argument
3271 funcName.str() + "_" + "block_func_" + utostr(i); in SynthesizeBlockFunc()
3357 StringRef funcName, in SynthesizeBlockHelperFuncs() argument
3362 S += funcName; in SynthesizeBlockHelperFuncs()
3382 S += funcName; in SynthesizeBlockHelperFuncs()
H A DRewriteModernObjC.cpp467 StringRef funcName, std::string Tag);
469 StringRef funcName, std::string Tag);
474 int i, StringRef funcName,
4050 StringRef funcName, in SynthesizeBlockFunc() argument
4060 funcName.str() + "_block_func_" + utostr(i); in SynthesizeBlockFunc()
4146 StringRef funcName, in SynthesizeBlockHelperFuncs() argument
4151 S += funcName; in SynthesizeBlockHelperFuncs()
4171 S += funcName; in SynthesizeBlockHelperFuncs()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d2620 package(std) static string toSourceCode(const(CodepointInterval)[] range, string funcName)
2703 funcName.empty ? "function" : funcName);
2755 string toSourceCode(string funcName="")
2759 return toSourceCode(range, funcName);
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d2680 string toSourceCode(string funcName="")
2764 funcName.empty ? "function" : funcName);