Searched refs:errcode (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | regerror.c | 84 llvm_regerror(int errcode, const llvm_regex_t *preg, char *errbuf, size_t errbuf_size) in llvm_regerror() argument 88 int target = errcode &~ REG_ITOA; in llvm_regerror() 92 if (errcode == REG_ATOI) in llvm_regerror() 99 if (errcode®_ITOA) { in llvm_regerror()
|
| /llvm-project-15.0.7/mlir/test/CAPI/ |
| H A D | ir.c | 489 int errcode = collectStats(module); in constructAndTraverseIr() local 490 if (errcode) in constructAndTraverseIr() 491 return errcode; in constructAndTraverseIr()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 8111 INTERCEPTOR(SIZE_T, regerror, int errcode, const void *preg, char *errbuf, 8114 COMMON_INTERCEPTOR_ENTER(ctx, regerror, errcode, preg, errbuf, errbuf_size); 8117 SIZE_T res = REAL(regerror)(errcode, preg, errbuf, errbuf_size);
|