Utility functions
Enumerations
OrcCompileResult
typedef enum {
ORC_COMPILE_RESULT_OK = 0,
ORC_COMPILE_RESULT_UNKNOWN_COMPILE = 0x100,
ORC_COMPILE_RESULT_MISSING_RULE = 0x101,
ORC_COMPILE_RESULT_UNKNOWN_PARSE = 0x200,
ORC_COMPILE_RESULT_PARSE = 0x201,
ORC_COMPILE_RESULT_VARIABLE = 0x202
} OrcCompileResult;
Members
ORC_COMPILE_RESULT_OK
(0)
–
ORC_COMPILE_RESULT_UNKNOWN_COMPILE
(256)
–
ORC_COMPILE_RESULT_MISSING_RULE
(257)
–
ORC_COMPILE_RESULT_UNKNOWN_PARSE
(512)
–
ORC_COMPILE_RESULT_PARSE
(513)
–
ORC_COMPILE_RESULT_VARIABLE
(514)
–
Aliases
OrcCode
typedef struct _OrcCode OrcCode
OrcCompiler
typedef struct _OrcCompiler OrcCompiler
OrcConstant
typedef struct _OrcConstant OrcConstant
OrcInstruction
typedef struct _OrcInstruction OrcInstruction
OrcProgram
typedef struct _OrcProgram OrcProgram
The OrcProgram structure has no public members
OrcTarget
typedef struct _OrcTarget OrcTarget
orc_bool
typedef unsigned int orc_bool
orc_int16
typedef int16_t orc_int16
orc_int32
typedef int32_t orc_int32
orc_int64
typedef int64_t orc_int64
orc_int8
typedef int8_t orc_int8
orc_intptr
typedef intptr_t orc_intptr
orc_uint16
typedef uint16_t orc_uint16
orc_uint32
typedef uint32_t orc_uint32
orc_uint64
typedef uint64_t orc_uint64
orc_uint8
typedef uint8_t orc_uint8
orc_union16
typedef union orc_union16 orc_union16
orc_union32
typedef union orc_union32 orc_union32
orc_union64
typedef union orc_union64 orc_union64
The results of the search are