| /src/external/gpl3/gcc/dist/gcc/jit/ |
| jit-common.h | 118 class struct_;
|
| libgccjit++.h | 42 class struct_; 161 struct_ new_struct_type (const std::string &name, 165 struct_ new_opaque_struct_type (const std::string &name, 370 class struct_ : public type class in namespace:gccjit 373 struct_ (); 374 struct_ (gcc_jit_struct *inner); 838 inline struct_ 851 return struct_ (gcc_jit_context_new_struct_type (m_inner_ctxt, 858 inline struct_ 862 return struct_ (gcc_jit_context_new_opaque_struct 1453 inline struct_::struct_ () : type (NULL) {} function in class:gccjit::struct_ 1454 inline struct_::struct_ (gcc_jit_struct *inner) : function in class:gccjit::struct_ [all...] |
| libgccjit.cc | 59 struct gcc_jit_struct : public gcc::jit::recording::struct_ 648 gcc::jit::recording::struct_ *struct_type = type->is_struct (); 897 gcc::jit::recording::struct_ *result = 927 gcc::jit::recording::struct_::as_object method in 1006 gcc::jit::recording::struct_::get_fields method in 2559 gcc_jit_lvalue_access_field (gcc_jit_lvalue *struct_, 2563 RETURN_NULL_IF_FAIL (struct_, NULL, loc, "NULL struct"); 2564 gcc::jit::recording::context *ctxt = struct_->m_ctxt; 2572 struct_->get_type (); 2576 struct_->m_ctxt, loc [all...] |
| jit-recording.h | 111 struct_ * 553 virtual struct_ *dyn_cast_struct () { return NULL; } 583 virtual struct_ *is_struct () { return NULL; } 720 struct_ *is_struct () final override { return m_other_type->is_struct (); } 1020 /* Base class for struct_ and union_ */ 1060 class struct_ : public compound_type class in namespace:gcc::jit::recording 1063 struct_ (context *ctxt, 1067 struct_ *dyn_cast_struct () final override { return this; } 1076 struct_ *is_struct () final override { return this; } 1083 // memento of struct_::set_field [all...] |
| jit-recording.cc | 846 if (struct_ *s = element_type->dyn_cast_struct ()) 896 /* Create a recording::struct_ instance and add it to this context's 902 recording::struct_ * 906 recording::struct_ *result = new struct_ (this, loc, new_string (name)); 3530 /* The implementation of class gcc::jit::recording::struct_. */ 3532 /* The constructor for gcc::jit::recording::struct_. */ 3534 recording::struct_::struct_ (context *ctxt, function in class:gcc::jit::recording::struct_ 3542 for recording::struct_. * [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/jit/ |
| jit-common.h | 118 class struct_;
|
| libgccjit++.h | 42 class struct_; 161 struct_ new_struct_type (const std::string &name, 165 struct_ new_opaque_struct_type (const std::string &name, 369 class struct_ : public type class in namespace:gccjit 372 struct_ (); 373 struct_ (gcc_jit_struct *inner); 837 inline struct_ 850 return struct_ (gcc_jit_context_new_struct_type (m_inner_ctxt, 857 inline struct_ 861 return struct_ (gcc_jit_context_new_opaque_struct 1446 inline struct_::struct_ () : type (NULL) {} function in class:gccjit::struct_ 1447 inline struct_::struct_ (gcc_jit_struct *inner) : function in class:gccjit::struct_ [all...] |
| libgccjit.cc | 59 struct gcc_jit_struct : public gcc::jit::recording::struct_ 633 gcc::jit::recording::struct_ *struct_type = type->is_struct (); 882 gcc::jit::recording::struct_ *result = 912 gcc::jit::recording::struct_::as_object method in 991 gcc::jit::recording::struct_::get_fields method in 2526 gcc_jit_lvalue_access_field (gcc_jit_lvalue *struct_, 2530 RETURN_NULL_IF_FAIL (struct_, NULL, loc, "NULL struct"); 2531 gcc::jit::recording::context *ctxt = struct_->m_ctxt; 2539 struct_->get_type (); 2543 struct_->m_ctxt, loc [all...] |
| jit-recording.h | 107 struct_ * 539 virtual struct_ *dyn_cast_struct () { return NULL; } 567 virtual struct_ *is_struct () { return NULL; } 701 struct_ *is_struct () FINAL OVERRIDE { return m_other_type->is_struct (); } 958 /* Base class for struct_ and union_ */ 998 class struct_ : public compound_type class in namespace:gcc::jit::recording 1001 struct_ (context *ctxt, 1005 struct_ *dyn_cast_struct () FINAL OVERRIDE { return this; } 1014 struct_ *is_struct () FINAL OVERRIDE { return this; } 1021 // memento of struct_::set_field [all...] |
| jit-recording.cc | 848 if (struct_ *s = element_type->dyn_cast_struct ()) 898 /* Create a recording::struct_ instance and add it to this context's 904 recording::struct_ * 908 recording::struct_ *result = new struct_ (this, loc, new_string (name)); 3470 /* The implementation of class gcc::jit::recording::struct_. */ 3472 /* The constructor for gcc::jit::recording::struct_. */ 3474 recording::struct_::struct_ (context *ctxt, function in class:gcc::jit::recording::struct_ 3482 for recording::struct_. * [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| init.d | 80 return kind == InitKind.struct_ ? cast(inout StructInitializer)cast(void*)this : null; 145 super(loc, InitKind.struct_); 327 case InitKind.struct_: return copyStruct(cast(StructInitializer)inx);
|
| tokens.d | 158 struct_, 512 TOK.struct_, 610 restrict, return_, int16, signed, sizeof_, static_, struct_, switch_, typedef_, 718 TOK.struct_: "struct", 1011 case TOK.struct_:
|
| tokens.h | 167 struct_, member in class:TOK
|
| cparse.d | 284 case TOK.struct_: 1642 !tt.id && (tt.tok == TOK.struct_ || tt.tok == TOK.union_)) 1648 auto stag = (tt.tok == TOK.struct_) ? new AST.StructDeclaration(tt.loc, tt.id, false) : 1807 auto stag = (tt.tok == TOK.struct_) ? new AST.StructDeclaration(tt.loc, tt.id, false) : 2206 case TOK.struct_: 3376 * structOrUnion = TOK.struct_ or TOK.union_ 3500 auto stag = (tt.tok == TOK.struct_) 3858 case TOK.struct_: 4214 case TOK.struct_:
|
| astenums.d | 388 struct_,
|
| initsem.d | 935 case InitKind.struct_: return visitStruct(init.isStructInitializer()); 1097 case InitKind.struct_: return visitStruct(init.isStructInitializer()); 1310 case InitKind.struct_: return visitStruct(init.isStructInitializer());
|
| parse.d | 412 case TOK.struct_: 2099 if (token.value == TOK.class_ || token.value == TOK.struct_) 3282 case TOK.struct_: 4356 if (token.value == TOK.struct_ || 5786 case TOK.struct_: 6544 case TOK.struct_: 8232 if (tok == TOK.equal && (token.value == TOK.struct_ || token.value == TOK.union_
|
| typesem.d | 2083 case TOK.struct_: 2146 mtype.tok == TOK.struct_ && s.isStructDeclaration()) 2204 mtype.tok == TOK.struct_ && s.isStructDeclaration())
|
| hdrgen.d | 3729 case InitKind.struct_: return visitStruct(inx.isStructInitializer());
|
| expressionsem.d | 5542 case TOK.struct_:
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/ |
| object.d | 3745 if (const struct_ = cast(const TypeInfo_Struct) element) 3746 return !!struct_.xtoHash;
|