Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
loopinfo Struct Reference
Collaboration diagram for loopinfo:
Collaboration graph
[legend]

Data Fields

enum looptype type
int pc1
int pc2
int pc3
int acc
int ensure_level
struct loopinfoprev

Detailed Description

Definition at line 31 of file codegen.c.

Field Documentation

int acc

Definition at line 33 of file codegen.c.

int ensure_level

Definition at line 34 of file codegen.c.

int pc1

Definition at line 33 of file codegen.c.

int pc2

Definition at line 33 of file codegen.c.

int pc3

Definition at line 33 of file codegen.c.

struct loopinfo* prev

Definition at line 35 of file codegen.c.

enum looptype type

Definition at line 32 of file codegen.c.


The documentation for this struct was generated from the following file: