Home
last modified time | relevance | path

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 Didentifier-naming-ignored-regexp.cpp11 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 Dpr33547.ll23 ; 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 Dcase.py1125 def __init__(self, testFunc, setUp=None, tearDown=None, description=None): argument
1129 self._testFunc = testFunc