Searched refs:functionName (Results 1 – 9 of 9) sorted by relevance
| /trueos/contrib/llvm/tools/clang/lib/Analysis/ |
| HD | CocoaConventions.cpp | 96 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/ |
| HD | tncs.c | 53 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/ |
| HD | DIContext.h | 41 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/ |
| HD | tncc.c | 57 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/ |
| HD | testLoops.h | 36 extern char *functionName;
|
| HD | testFunction.c | 577 functionName = functions[ functionCode ].name; in testFunctionVariety()
|
| HD | testsoftfloat.c | 337 functionName = functions[ functionCode ].name; in testFunctionVariety()
|
| HD | testLoops.c | 42 char *functionName; variable 49 fputs( functionName, stream ); in writeFunctionName()
|
| /trueos/lib/libc/softfloat/ |
| HD | timesoftfloat.c | 61 static char *functionName; variable 70 functionName in reportTime() 2060 functionName = functions[ functionCode ].name; in timeFunctionVariety()
|