| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/topics/ |
| H A D | types.rst | 129 .. class:: gccjit::struct_ 133 :class:`gccjit::struct_` is a subclass of :class:`gccjit::type` (and thus 138 A field within a :class:`gccjit::struct_`. 142 You can model C `struct` types by creating :class:`gccjit::struct_` and 160 gccjit::struct_ coord = ctxt.new_struct_type ("coord", fields); 173 gccjit::struct_ node = ctxt.new_opaque_struct_type ("node"); 191 .. function:: gccjit::struct_ \ 198 .. function:: gccjit::struct_ \
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/topics/ |
| H A D | types.rst | 129 .. class:: gccjit::struct_ 133 :class:`gccjit::struct_` is a subclass of :class:`gccjit::type` (and thus 138 A field within a :class:`gccjit::struct_`. 142 You can model C `struct` types by creating :class:`gccjit::struct_` and 160 gccjit::struct_ coord = ctxt.new_struct_type ("coord", fields); 173 gccjit::struct_ node = ctxt.new_opaque_struct_type ("node"); 191 .. function:: gccjit::struct_ \ 198 .. function:: gccjit::struct_ \
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
| H A D | libgccjit++.h | 42 class struct_; variable 160 struct_ new_struct_type (const std::string &name, 164 struct_ new_opaque_struct_type (const std::string &name, 351 class struct_ : public type 354 struct_ (); 355 struct_ (gcc_jit_struct *inner); 776 inline struct_ 789 return struct_ (gcc_jit_context_new_struct_type (m_inner_ctxt, in new_struct_type() 796 inline struct_ 800 return struct_ (gcc_jit_context_new_opaque_struct ( in new_opaque_struct_type() [all …]
|
| H A D | libgccjit.c | 59 struct gcc_jit_struct : public gcc::jit::recording::struct_ 644 gcc::jit::recording::struct_ *result = in gcc_jit_context_new_struct_type() 1743 gcc_jit_lvalue_access_field (gcc_jit_lvalue *struct_, in gcc_jit_lvalue_access_field() argument 1747 RETURN_NULL_IF_FAIL (struct_, NULL, loc, "NULL struct"); in gcc_jit_lvalue_access_field() 1748 gcc::jit::recording::context *ctxt = struct_->m_ctxt; in gcc_jit_lvalue_access_field() 1756 struct_->get_type (); in gcc_jit_lvalue_access_field() 1760 struct_->m_ctxt, loc, in gcc_jit_lvalue_access_field() 1765 return (gcc_jit_lvalue *)struct_->access_field (loc, field); in gcc_jit_lvalue_access_field() 1775 gcc_jit_rvalue_access_field (gcc_jit_rvalue *struct_, in gcc_jit_rvalue_access_field() argument 1779 RETURN_NULL_IF_FAIL (struct_, NULL, loc, "NULL struct"); in gcc_jit_rvalue_access_field() [all …]
|
| H A D | jit-common.h | 118 class struct_; variable
|
| H A D | jit-recording.c | 843 if (struct_ *s = element_type->dyn_cast_struct ()) in new_array_type() 899 recording::struct_ * 903 recording::struct_ *result = new struct_ (this, loc, new_string (name)); in new_struct_type() 3125 recording::struct_::struct_ (context *ctxt, in struct_() function 3136 recording::struct_::replay_into (replayer *r) in replay_into() 3145 recording::struct_::access_as_type (reproducer &r) in access_as_type() 3155 recording::struct_::make_debug_string () in make_debug_string() 3162 recording::struct_::write_reproducer (reproducer &r) in write_reproducer()
|
| H A D | jit-recording.h | 107 struct_ * 509 virtual struct_ *dyn_cast_struct () { return NULL; } in dyn_cast_struct() 919 class struct_ : public compound_type 922 struct_ (context *ctxt, 926 struct_ *dyn_cast_struct () FINAL OVERRIDE { return this; } in dyn_cast_struct()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
| H A D | ChangeLog.jit | 625 (gcc_jit_lvalue_access_field): Rename first param from "struct_" 635 (gcc::jit::playback::struct_): Rename this class to... 639 "m_compound_types", generalizing from a vec <struct_ *> to a 644 struct_ * to container_type *. 647 be a superclass of existing class struct_ and new class union_. 648 (gcc::jit::recording::struct_::get_name): Move to... 650 (gcc::jit::recording::struct_::get_loc): Move to... 652 (gcc::jit::recording::struct_::set_fields): Move to... 654 (gcc::jit::recording::struct_::dereference): Move to... 656 (gcc::jit::recording::struct_::is_int): Move to... [all …]
|
| H A D | libgccjit++.h | 42 class struct_; variable 161 struct_ new_struct_type (const std::string &name, 165 struct_ new_opaque_struct_type (const std::string &name, 369 class struct_ : public type 372 struct_ (); 373 struct_ (gcc_jit_struct *inner); 837 inline struct_ 850 return struct_ (gcc_jit_context_new_struct_type (m_inner_ctxt, in new_struct_type() 857 inline struct_ 861 return struct_ (gcc_jit_context_new_opaque_struct ( in new_opaque_struct_type() [all …]
|
| H A D | libgccjit.cc | 59 struct gcc_jit_struct : public gcc::jit::recording::struct_ 633 gcc::jit::recording::struct_ *struct_type = type->is_struct (); in gcc_jit_type_is_struct() 882 gcc::jit::recording::struct_ *result = in gcc_jit_context_new_struct_type() 2526 gcc_jit_lvalue_access_field (gcc_jit_lvalue *struct_, in gcc_jit_lvalue_access_field() argument 2530 RETURN_NULL_IF_FAIL (struct_, NULL, loc, "NULL struct"); in gcc_jit_lvalue_access_field() 2531 gcc::jit::recording::context *ctxt = struct_->m_ctxt; in gcc_jit_lvalue_access_field() 2539 struct_->get_type (); in gcc_jit_lvalue_access_field() 2543 struct_->m_ctxt, loc, in gcc_jit_lvalue_access_field() 2548 return (gcc_jit_lvalue *)struct_->access_field (loc, field); in gcc_jit_lvalue_access_field() 2558 gcc_jit_rvalue_access_field (gcc_jit_rvalue *struct_, in gcc_jit_rvalue_access_field() argument [all …]
|
| H A D | jit-common.h | 118 class struct_; variable
|
| H A D | jit-recording.h | 107 struct_ * 539 virtual struct_ *dyn_cast_struct () { return NULL; } in dyn_cast_struct() 567 virtual struct_ *is_struct () { return NULL; } in is_struct() 701 struct_ *is_struct () FINAL OVERRIDE { return m_other_type->is_struct (); } in is_struct() 998 class struct_ : public compound_type 1001 struct_ (context *ctxt, 1005 struct_ *dyn_cast_struct () FINAL OVERRIDE { return this; } in dyn_cast_struct() 1014 struct_ *is_struct () FINAL OVERRIDE { return this; } in is_struct()
|
| H A D | jit-recording.cc | 848 if (struct_ *s = element_type->dyn_cast_struct ()) in new_array_type() 904 recording::struct_ * 908 recording::struct_ *result = new struct_ (this, loc, new_string (name)); in new_struct_type() 3474 recording::struct_::struct_ (context *ctxt, in struct_() function in gcc::jit::recording::struct_ 3485 recording::struct_::replay_into (replayer *r) in replay_into() 3494 recording::struct_::access_as_type (reproducer &r) in access_as_type() 3504 recording::struct_::make_debug_string () in make_debug_string() 3511 recording::struct_::write_reproducer (reproducer &r) in write_reproducer()
|
| H A D | ChangeLog | 1518 (struct_::dyn_cast_struct): Likewise. 1519 (struct_::replay_into): Likewise. 1520 (struct_::access_as_type): Likewise. 1521 (struct_::make_debug_string): Likewise. 1522 (struct_::write_reproducer): Likewise. 2539 (struct_::access_as_type): Likewise. 2540 (struct_::write_reproducer): Likewise. 2605 (struct_::access_as_type): Likewise. 2606 (struct_::write_reproducer): Likewise.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | init.d | 80 return kind == InitKind.struct_ ? cast(inout StructInitializer)cast(void*)this : null; in inout() 145 super(loc, InitKind.struct_); in this() 327 case InitKind.struct_: return copyStruct(cast(StructInitializer)inx); in syntaxCopy()
|
| H A D | tokens.d | 158 struct_, enumerator 512 TOK.struct_, 610 … restrict, return_, int16, signed, sizeof_, static_, struct_, switch_, typedef_, in with() 718 TOK.struct_: "struct", 1011 case TOK.struct_: in toChars()
|
| H A D | tokens.h | 167 struct_, enumerator
|
| H A D | cparse.d | 284 case TOK.struct_: 1642 !tt.id && (tt.tok == TOK.struct_ || tt.tok == TOK.union_)) in cparseDeclaration() 1648 auto stag = (tt.tok == TOK.struct_) ? new AST.StructDeclaration(tt.loc, tt.id, false) : in cparseDeclaration() 1807 … auto stag = (tt.tok == TOK.struct_) ? new AST.StructDeclaration(tt.loc, tt.id, false) : in cparseDeclaration() 2206 case TOK.struct_: in cparseDeclarationSpecifiers() 3500 auto stag = (tt.tok == TOK.struct_) 3858 case TOK.struct_: in isDeclarationSpecifiers() 4214 case TOK.struct_: in isSpecifierQualifierList()
|
| H A D | initsem.d | 935 case InitKind.struct_: return visitStruct(init.isStructInitializer()); in initializerSemantic() 1097 case InitKind.struct_: return visitStruct(init.isStructInitializer()); in inferType() 1310 case InitKind.struct_: return visitStruct(init.isStructInitializer());
|
| H A D | astenums.d | 388 struct_, enumerator
|
| H A D | parse.d | 412 case TOK.struct_: 2099 if (token.value == TOK.class_ || token.value == TOK.struct_) 3282 case TOK.struct_: in parseAggregate() 4356 if (token.value == TOK.struct_ || 5786 case TOK.struct_: 6544 case TOK.struct_: in parseStructInitializer() 8232 … if (tok == TOK.equal && (token.value == TOK.struct_ || token.value == TOK.union_ in parsePrimaryExp()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/ |
| H A D | expressions.rst | 598 gcc_jit_lvalue_access_field (gcc_jit_lvalue *struct_,\ 612 gcc_jit_rvalue_access_field (gcc_jit_rvalue *struct_,\
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/ |
| H A D | expressions.rst | 939 gcc_jit_lvalue_access_field (gcc_jit_lvalue *struct_,\ 953 gcc_jit_rvalue_access_field (gcc_jit_rvalue *struct_,\
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_common_interceptors_ioctl.inc | 36 // This can not be declared as a global, because references to struct_*_sz
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors_ioctl.inc | 38 // This can not be declared as a global, because references to struct_*_sz
|