LLVM API Documentation

Classes | Functions | Variables
regerror.c File Reference
#include <sys/types.h>
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <limits.h>
#include <stdlib.h>
#include "regex_impl.h"
#include "regutils.h"
Include dependency graph for regerror.c:

Go to the source code of this file.

Classes

struct  rerr

Functions

static const char * regatoi (const llvm_regex_t *, char *, int)
size_t llvm_regerror (int errcode, const llvm_regex_t *preg, char *errbuf, size_t errbuf_size)

Variables

static struct rerr rerrs []

Function Documentation

size_t llvm_regerror ( int  errcode,
const llvm_regex_t preg,
char *  errbuf,
size_t  errbuf_size 
)
static const char * regatoi ( const llvm_regex_t preg,
char *  localbuf,
int  localbufsize 
) [static]

Variable Documentation

struct rerr rerrs[] [static]

Referenced by llvm_regerror(), and regatoi().