comparison gcc/jit/jit-common.h @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* Core of implementation of libgccjit.so 1 /* Core of implementation of libgccjit.so
2 Copyright (C) 2013-2018 Free Software Foundation, Inc. 2 Copyright (C) 2013-2020 Free Software Foundation, Inc.
3 Contributed by David Malcolm <dmalcolm@redhat.com>. 3 Contributed by David Malcolm <dmalcolm@redhat.com>.
4 4
5 This file is part of GCC. 5 This file is part of GCC.
6 6
7 GCC is free software; you can redistribute it and/or modify it 7 GCC is free software; you can redistribute it and/or modify it
117 class compound_type; 117 class compound_type;
118 class struct_; 118 class struct_;
119 class union_; 119 class union_;
120 class vector_type; 120 class vector_type;
121 class field; 121 class field;
122 class bitfield;
122 class fields; 123 class fields;
123 class function; 124 class function;
124 class block; 125 class block;
125 class rvalue; 126 class rvalue;
126 class lvalue; 127 class lvalue;