Searched refs:functionNumber (Results 1 – 7 of 7) sorted by relevance
| /external/rmi4utils/rmidevice/ |
| D | rmidevice.cpp | 257 bool RMIDevice::GetFunction(RMIFunction &func, int functionNumber) in GetFunction() argument 262 if (funcIter->GetFunctionNumber() == functionNumber) { in GetFunction()
|
| D | rmidevice.h | 76 bool GetFunction(RMIFunction &func, int functionNumber);
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
| D | LLParser.h | 424 PerFunctionState(LLParser &p, Function &f, int functionNumber);
|
| D | LLParser.cpp | 2835 int functionNumber) in PerFunctionState() argument 2836 : P(p), F(f), FunctionNumber(functionNumber) { in PerFunctionState()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/AsmParser/ |
| D | LLParser.h | 452 PerFunctionState(LLParser &p, Function &f, int functionNumber);
|
| /external/llvm/lib/AsmParser/ |
| D | LLParser.cpp | 2442 int functionNumber) in PerFunctionState() argument 2443 : P(p), F(f), FunctionNumber(functionNumber) { in PerFunctionState()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/AsmParser/ |
| D | LLParser.cpp | 3165 int functionNumber) in PerFunctionState() argument 3166 : P(p), F(f), FunctionNumber(functionNumber) { in PerFunctionState()
|