Home
last modified time | relevance | path

Searched refs:functionName (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCocoaConventions.cpp102 StringRef functionName = ident->getName(); in followsCreateRule() local
104 StringRef::iterator it = functionName.begin(); in followsCreateRule()
106 StringRef::iterator endI = functionName.end(); in followsCreateRule()
129 StringRef suffix = functionName.substr(it - start); in followsCreateRule()
/netbsd-src/external/bsd/wpa/dist/src/common/
H A Dtnc.h33 char *functionName,
56 char *functionName,
/netbsd-src/regress/lib/libc/ieeefp/testfloat/include/
H A DtestLoops.h68 extern const char *functionName;
/netbsd-src/regress/lib/libc/ieeefp/testfloat/
H A DtestFunction.c609 functionName = functions[ functionCode ].name; in testFunctionVariety()
H A DtestLoops.c74 const char *functionName; variable
81 fputs( functionName, stream ); in writeFunctionName()
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.h376 …leFunctionASTNode(std::string * functionName, std::string * sourceFileName) : ExprASTNode(), m_fun… in SourceFileFunctionASTNode() argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp2004 StringRef functionName; in VisitBlockExpr() local
2006 functionName = CGF->CurFn->getName(); in VisitBlockExpr()
2008 functionName = "global"; in VisitBlockExpr()
2010 return CGM.GetAddrOfGlobalBlock(E, functionName); in VisitBlockExpr()
/netbsd-src/lib/libc/softfloat/
H A Dtimesoftfloat.c63 static char *functionName; variable
72 functionName in reportTime()
2062 functionName = functions[ functionCode ].name; in timeFunctionVariety()