UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
syms_meta_eval_ext.c
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
// generated
3
#ifndef _SYMS_META_EVAL_EXT_C
4
#define _SYMS_META_EVAL_EXT_C
5
//~ generated from code at syms/metaprogram/syms_metaprogram_eval.c:387
6
SYMS_GLOBAL
SYMS_String8
syms_eval_opcode_strings
[] = {
7
syms_str8_comp
(
"Stop"
),
8
syms_str8_comp
(
"Cond"
),
9
syms_str8_comp
(
"Skip"
),
10
syms_str8_comp
(
"MemRead"
),
11
syms_str8_comp
(
"RegRead"
),
12
syms_str8_comp
(
"RegReadDyn"
),
13
syms_str8_comp
(
"FrameOff"
),
14
syms_str8_comp
(
"ModuleOff"
),
15
syms_str8_comp
(
"TLSOff"
),
16
syms_str8_comp
(
"ObjectOff"
),
17
syms_str8_comp
(
"CFA"
),
18
syms_str8_comp
(
"ConstU8"
),
19
syms_str8_comp
(
"ConstU16"
),
20
syms_str8_comp
(
"ConstU32"
),
21
syms_str8_comp
(
"ConstU64"
),
22
syms_str8_comp
(
"Abs"
),
23
syms_str8_comp
(
"Neg"
),
24
syms_str8_comp
(
"Add"
),
25
syms_str8_comp
(
"Sub"
),
26
syms_str8_comp
(
"Mul"
),
27
syms_str8_comp
(
"Div"
),
28
syms_str8_comp
(
"Mod"
),
29
syms_str8_comp
(
"LShift"
),
30
syms_str8_comp
(
"RShift"
),
31
syms_str8_comp
(
"BitAnd"
),
32
syms_str8_comp
(
"BitOr"
),
33
syms_str8_comp
(
"BitXor"
),
34
syms_str8_comp
(
"BitNot"
),
35
syms_str8_comp
(
"LogAnd"
),
36
syms_str8_comp
(
"LogOr"
),
37
syms_str8_comp
(
"LogNot"
),
38
syms_str8_comp
(
"EqEq"
),
39
syms_str8_comp
(
"NtEq"
),
40
syms_str8_comp
(
"LsEq"
),
41
syms_str8_comp
(
"GrEq"
),
42
syms_str8_comp
(
"Less"
),
43
syms_str8_comp
(
"Grtr"
),
44
syms_str8_comp
(
"Trunc"
),
45
syms_str8_comp
(
"TruncSigned"
),
46
syms_str8_comp
(
"Convert"
),
47
syms_str8_comp
(
"Pick"
),
48
syms_str8_comp
(
"Pop"
),
49
syms_str8_comp
(
"Insert"
),
50
};
51
#endif
SYMS_String8
Definition
syms_base.h:296
syms_str8_comp
#define syms_str8_comp(s)
Definition
syms_base.h:482
SYMS_GLOBAL
#define SYMS_GLOBAL
Definition
syms_base.h:42
syms_eval_opcode_strings
SYMS_GLOBAL SYMS_String8 syms_eval_opcode_strings[]
Definition
syms_meta_eval_ext.c:6
Engine
Source
Runtime
SymsLib
syms
core
generated
syms_meta_eval_ext.c
Generated by
1.9.8