Searched refs:llvm_regmatch_t (Results 1 – 16 of 16) sorted by relevance
/external/llvm/lib/Support/ |
D | regex_impl.h | 46 } llvm_regmatch_t; typedef 100 llvm_regmatch_t [], int);
|
D | Regex.cpp | 63 SmallVector<llvm_regmatch_t, 8> pm; in match()
|
D | regexec.c | 142 llvm_regmatch_t pmatch[], int eflags) in llvm_regexec()
|
D | regengine.inc | 74 llvm_regmatch_t *pmatch; /* [nsub+1] (0 element unused) */ 88 llvm_regmatch_t[], int); 132 llvm_regmatch_t pmatch[], 210 m->pmatch = (llvm_regmatch_t *)malloc((m->g->nsub + 1) * 211 sizeof(llvm_regmatch_t));
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regex_impl.h | 46 } llvm_regmatch_t; typedef 100 llvm_regmatch_t [], int);
|
D | Regex.cpp | 75 SmallVector<llvm_regmatch_t, 8> pm; in match()
|
D | regexec.c | 142 llvm_regmatch_t pmatch[], int eflags) in llvm_regexec()
|
D | regengine.inc | 74 llvm_regmatch_t *pmatch; /* [nsub+1] (0 element unused) */ 88 llvm_regmatch_t[], int); 132 llvm_regmatch_t pmatch[], 210 m->pmatch = (llvm_regmatch_t *)malloc((m->g->nsub + 1) * 211 sizeof(llvm_regmatch_t));
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | regex_impl.h | 46 } llvm_regmatch_t; typedef 100 llvm_regmatch_t [], int);
|
D | Regex.cpp | 59 SmallVector<llvm_regmatch_t, 8> pm; in match()
|
D | regexec.c | 142 llvm_regmatch_t pmatch[], int eflags) in llvm_regexec()
|
D | regengine.inc | 74 llvm_regmatch_t *pmatch; /* [nsub+1] (0 element unused) */ 88 llvm_regmatch_t[], int); 132 llvm_regmatch_t pmatch[], 210 m->pmatch = (llvm_regmatch_t *)malloc((m->g->nsub + 1) * 211 sizeof(llvm_regmatch_t));
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | regex_impl.h | 46 } llvm_regmatch_t; typedef 100 llvm_regmatch_t [], int);
|
D | Regex.cpp | 80 SmallVector<llvm_regmatch_t, 8> pm; in match()
|
D | regexec.c | 142 llvm_regmatch_t pmatch[], int eflags) in llvm_regexec()
|
D | regengine.inc | 74 llvm_regmatch_t *pmatch; /* [nsub+1] (0 element unused) */ 88 llvm_regmatch_t[], int); 132 llvm_regmatch_t pmatch[], 210 m->pmatch = (llvm_regmatch_t *)malloc((m->g->nsub + 1) * 211 sizeof(llvm_regmatch_t));
|