Searched refs:testFunc (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/ |
| H A D | identifier-naming-ignored-regexp.cpp | 11 int testFunc(int a, char **b); 12 int testFunc(int ab, char **ba); 13 int testFunc(int abc, char **cba); 17 int testFunc(int dE, char **eD); 21 int testFunc(int Abc, char **Cba);
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | pr33547.ll | 23 ; CHECK-NEXT: bl testFunc 30 …tail call void @testFunc(i64* bitcast (i8* getelementptr inbounds (%struct.STATICS1, %struct.STATI… 47 define void @testFunc(i64* nocapture %r, i64* nocapture readonly %k) { 48 ; CHECK-LABEL: testFunc:
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/ |
| H A D | case.py | 1125 def __init__(self, testFunc, setUp=None, tearDown=None, description=None): argument 1129 self._testFunc = testFunc
|