Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Analysis/
HDCocoaConventions.cpp96 StringRef functionName = ident->getName(); in followsCreateRule() local
98 StringRef::iterator it = functionName.begin(); in followsCreateRule()
100 StringRef::iterator endI = functionName.end(); in followsCreateRule()
123 StringRef suffix = functionName.substr(it - start); in followsCreateRule()
/trueos/contrib/wpa/src/eap_server/
HDtncs.c53 char *functionName,
358 char *functionName, in TNC_TNCS_BindFunction() argument
362 "functionName='%s')", (unsigned long) imvID, functionName); in TNC_TNCS_BindFunction()
370 if (os_strcmp(functionName, "TNC_TNCS_ReportMessageTypes") == 0) in TNC_TNCS_BindFunction()
372 else if (os_strcmp(functionName, "TNC_TNCS_SendMessage") == 0) in TNC_TNCS_BindFunction()
374 else if (os_strcmp(functionName, "TNC_TNCS_RequestHandshakeRetry") == in TNC_TNCS_BindFunction()
377 else if (os_strcmp(functionName, "TNC_TNCS_ProvideRecommendation") == in TNC_TNCS_BindFunction()
380 else if (os_strcmp(functionName, "TNC_TNCS_GetAttribute") == 0) in TNC_TNCS_BindFunction()
382 else if (os_strcmp(functionName, "TNC_TNCS_SetAttribute") == 0) in TNC_TNCS_BindFunction()
/trueos/contrib/llvm/include/llvm/DebugInfo/
HDDIContext.h41 DILineInfo(StringRef fileName, StringRef functionName, uint32_t line, in DILineInfo() argument
43 : FileName(fileName), FunctionName(functionName), Line(line), in DILineInfo()
/trueos/contrib/wpa/src/eap_peer/
HDtncc.c57 char *functionName,
275 char *functionName, in TNC_TNCC_BindFunction() argument
279 "functionName='%s')", (unsigned long) imcID, functionName); in TNC_TNCC_BindFunction()
287 if (os_strcmp(functionName, "TNC_TNCC_ReportMessageTypes") == 0) in TNC_TNCC_BindFunction()
289 else if (os_strcmp(functionName, "TNC_TNCC_SendMessage") == 0) in TNC_TNCC_BindFunction()
291 else if (os_strcmp(functionName, "TNC_TNCC_RequestHandshakeRetry") == in TNC_TNCC_BindFunction()
294 else if (os_strcmp(functionName, "TNC_9048_LogMessage") == 0) in TNC_TNCC_BindFunction()
296 else if (os_strcmp(functionName, "TNC_9048_UserMessage") == 0) in TNC_TNCC_BindFunction()
/trueos/tools/test/testfloat/
HDtestLoops.h36 extern char *functionName;
HDtestFunction.c577 functionName = functions[ functionCode ].name; in testFunctionVariety()
HDtestsoftfloat.c337 functionName = functions[ functionCode ].name; in testFunctionVariety()
HDtestLoops.c42 char *functionName; variable
49 fputs( functionName, stream ); in writeFunctionName()
/trueos/lib/libc/softfloat/
HDtimesoftfloat.c61 static char *functionName; variable
70 functionName in reportTime()
2060 functionName = functions[ functionCode ].name; in timeFunctionVariety()