|
YAC 3.14.0
Yet Another Coupler
|
#include <stdio.h>#include <string.h>#include <limits.h>#include "location.h"#include "utils_common.h"
Go to the source code of this file.
Enumerations | |
| enum | { YAC_LOCATION_COUNT } |
Functions | |
| enum yac_location | yac_str2loc (char const *location_str) |
| char const * | yac_loc2str (enum yac_location location) |
| enum yac_location | yac_get_location (int const location) |
Variables | |
| struct yac_name_type_pair | yac_location_name_type_pair [] |
| anonymous enum |
| Enumerator | |
|---|---|
| YAC_LOCATION_COUNT | |
Definition at line 18 of file location.c.
| enum yac_location yac_get_location | ( | int const | location | ) |
| char const * yac_loc2str | ( | enum yac_location | location | ) |
Definition at line 33 of file location.c.


| enum yac_location yac_str2loc | ( | char const * | location_str | ) |
Definition at line 22 of file location.c.


| struct yac_name_type_pair yac_location_name_type_pair[] |
Definition at line 13 of file location.c.