| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/ |
| vla-type.f90 | 25 integer :: ivar component in type:three 30 integer :: ivar component in type:four 66 threev%ivar = 3 ! twov-filled 77 fourv%ivar = 3
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/ |
| vla-type.f90 | 25 integer :: ivar component in type:three 30 integer :: ivar component in type:four 66 threev%ivar = 3 ! twov-filled 77 fourv%ivar = 3
|
| /src/external/gpl3/gcc/dist/libobjc/ |
| gc.c | 183 encoding and sets the bits in mask according to each ivar type. */ 269 struct objc_ivar *ivar = &(ivars->ivar_list[i]); local 270 const char *ivar_type = ivar->ivar_type; 276 contains this ivar's type. */ 382 struct objc_ivar *ivar = &(ivars->ivar_list[i]); local 385 if (! ivar->ivar_name || strcmp (ivar->ivar_name, ivarname)) 388 assert (ivar->ivar_type); 389 type = ivar->ivar_type; 408 new_type = objc_atomic_malloc (strlen(ivar->ivar_type)) [all...] |
| ivars.c | 1 /* GNU Objective C Runtime ivar related functions. 47 struct objc_ivar *ivar = &(ivars->ivar_list[i]); local 49 if (!strcmp (ivar->ivar_name, name)) 50 return ivar; 237 struct objc_ivar *ivar = &(ivars->ivar_list[i]); local 239 if (strcmp (ivar->ivar_name, ivar_name) == 0) 272 struct objc_ivar *ivar = &(ivars->ivar_list[ivars->ivar_count - 1]); local 276 ivar->ivar_name = objc_malloc (strlen (ivar_name) + 1); 277 strcpy ((char *)ivar->ivar_name, ivar_name); 279 ivar->ivar_type = objc_malloc (strlen (type) + 1) [all...] |
| class.c | 657 struct objc_ivar *ivar = &(class_->ivars->ivar_list[i]); local 659 objc_free ((char *)ivar->ivar_name); 660 objc_free ((char *)ivar->ivar_type);
|
| /src/external/gpl3/gcc.old/dist/libobjc/ |
| gc.c | 183 encoding and sets the bits in mask according to each ivar type. */ 269 struct objc_ivar *ivar = &(ivars->ivar_list[i]); local 270 const char *ivar_type = ivar->ivar_type; 276 contains this ivar's type. */ 382 struct objc_ivar *ivar = &(ivars->ivar_list[i]); local 385 if (! ivar->ivar_name || strcmp (ivar->ivar_name, ivarname)) 388 assert (ivar->ivar_type); 389 type = ivar->ivar_type; 408 new_type = objc_atomic_malloc (strlen(ivar->ivar_type)) [all...] |
| ivars.c | 1 /* GNU Objective C Runtime ivar related functions. 47 struct objc_ivar *ivar = &(ivars->ivar_list[i]); local 49 if (!strcmp (ivar->ivar_name, name)) 50 return ivar; 237 struct objc_ivar *ivar = &(ivars->ivar_list[i]); local 239 if (strcmp (ivar->ivar_name, ivar_name) == 0) 272 struct objc_ivar *ivar = &(ivars->ivar_list[ivars->ivar_count - 1]); local 276 ivar->ivar_name = objc_malloc (strlen (ivar_name) + 1); 277 strcpy ((char *)ivar->ivar_name, ivar_name); 279 ivar->ivar_type = objc_malloc (strlen (type) + 1) [all...] |
| class.c | 657 struct objc_ivar *ivar = &(class_->ivars->ivar_list[i]); local 659 objc_free ((char *)ivar->ivar_name); 660 objc_free ((char *)ivar->ivar_type);
|
| /src/sys/dev/hid/ |
| hidkbd.c | 702 unsigned int i, ivar = 0; local 713 ivar++; 717 if (ivar > MAXVARS) { 719 ivar = MAXVARS; 722 kbd->sc_nvar = ivar; 778 if (kbd->sc_nkeycode == 0 && ivar == 0)
|
| /src/external/gpl3/gcc/dist/gcc/objc/ |
| objc-runtime-shared-support.cc | 532 vec<constructor_elt, va_gc> *ivar = NULL; local 537 CONSTRUCTOR_APPEND_ELT (ivar, NULL_TREE, 541 /* Unnamed bit-field ivar (yuck). */ 542 CONSTRUCTOR_APPEND_ELT (ivar, NULL_TREE, 548 CONSTRUCTOR_APPEND_ELT (ivar, NULL_TREE, id); 551 CONSTRUCTOR_APPEND_ELT (ivar, NULL_TREE, byte_position (field_decl)); 553 objc_build_constructor (type, ivar));
|
| objc-act.cc | 3142 /* Declare pointers to method and ivar lists. */ 3193 /* Ensure that the ivar list for NSConstantString/NXConstantString 3332 correct ivar layout. */ 3344 /* The NSConstantString/NXConstantString ivar layout is now known. */ 3878 /* Handle ivar assignments. */ 3881 /* if the struct to the left of the ivar is not an Objective-C object (__strong 4064 tree ivar; local 4065 for (ivar = CLASS_RAW_IVARS (objc_interface_context); 4066 ivar; ivar = DECL_CHAIN (ivar) 4094 tree ivar; local 4115 tree ivar; local 4135 tree ivar; local 4146 ivar); local 4162 tree ivar; local 4174 ivar); local 4614 tree fn, body, compound_stmt, ivar; local 4684 tree ivar; local 7410 tree cmd, ivar, offset, is_atomic; local 7607 tree cmd, ivar, offset, is_atomic, should_copy; local 7785 tree ivar = is_ivar (CLASS_IVARS (interface), ivar_name); local 9567 tree ivar; local 9586 tree ivar; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/objc/ |
| objc-runtime-shared-support.cc | 532 vec<constructor_elt, va_gc> *ivar = NULL; local 537 CONSTRUCTOR_APPEND_ELT (ivar, NULL_TREE, 541 /* Unnamed bit-field ivar (yuck). */ 542 CONSTRUCTOR_APPEND_ELT (ivar, NULL_TREE, 548 CONSTRUCTOR_APPEND_ELT (ivar, NULL_TREE, id); 551 CONSTRUCTOR_APPEND_ELT (ivar, NULL_TREE, byte_position (field_decl)); 553 objc_build_constructor (type, ivar));
|
| objc-act.cc | 3144 /* Declare pointers to method and ivar lists. */ 3195 /* Ensure that the ivar list for NSConstantString/NXConstantString 3334 correct ivar layout. */ 3346 /* The NSConstantString/NXConstantString ivar layout is now known. */ 3880 /* Handle ivar assignments. */ 3883 /* if the struct to the left of the ivar is not an Objective-C object (__strong 4066 tree ivar; local 4067 for (ivar = CLASS_RAW_IVARS (objc_interface_context); 4068 ivar; ivar = DECL_CHAIN (ivar) 4096 tree ivar; local 4117 tree ivar; local 4137 tree ivar; local 4148 ivar); local 4164 tree ivar; local 4176 ivar); local 4616 tree fn, body, compound_stmt, ivar; local 4686 tree ivar; local 7412 tree cmd, ivar, offset, is_atomic; local 7609 tree cmd, ivar, offset, is_atomic, should_copy; local 7787 tree ivar = is_ivar (CLASS_IVARS (interface), ivar_name); local 9569 tree ivar; local 9588 tree ivar; local [all...] |
| /src/sys/dev/pci/igc/ |
| if_igc.c | 2631 uint32_t ivar; local 2656 ivar = IGC_READ_REG_ARRAY(hw, IGC_IVAR0, 0); 2657 DPRINTF(CFG, "ivar(0)=0x%x\n", ivar); 2658 ivar = IGC_READ_REG_ARRAY(hw, IGC_IVAR0, 1); 2659 DPRINTF(CFG, "ivar(1)=0x%x\n", ivar); 2663 ivar = (sc->linkvec | IGC_IVAR_VALID) << 8; 2665 IGC_WRITE_REG(hw, IGC_IVAR_MISC, ivar); 2673 uint32_t ivar = IGC_READ_REG_ARRAY(hw, IGC_IVAR0, index) local [all...] |
| /src/sys/dev/pci/ixgbe/ |
| ixv.c | 2361 * Setup the correct IVAR register for a particular MSI-X interrupt 2370 u32 ivar, index; local 2374 if (type == -1) { /* MISC IVAR */ 2375 ivar = IXGBE_READ_REG(hw, IXGBE_VTIVAR_MISC); 2376 ivar &= ~0xFF; 2377 ivar |= vector; 2378 IXGBE_WRITE_REG(hw, IXGBE_VTIVAR_MISC, ivar); 2381 ivar = IXGBE_READ_REG(hw, IXGBE_VTIVAR(entry >> 1)); 2382 ivar &= ~(0xffUL << index); 2383 ivar |= ((u32)vector << index) [all...] |
| ixgbe.c | 4328 * Setup the correct IVAR register for a particular MSI-X interrupt 4338 u32 ivar, index; local 4349 ivar = IXGBE_READ_REG(hw, IXGBE_IVAR(index)); 4350 ivar &= ~(0xffUL << (8 * (entry & 0x3))); 4351 ivar |= ((u32)vector << (8 * (entry & 0x3))); 4352 IXGBE_WRITE_REG(&sc->hw, IXGBE_IVAR(index), ivar); 4359 if (type == -1) { /* MISC IVAR */ 4361 ivar = IXGBE_READ_REG(hw, IXGBE_IVAR_MISC); 4362 ivar &= ~(0xffUL << index); 4363 ivar |= ((u32)vector << index) [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| linespec.c | 4108 struct internalvar *ivar; 4112 ivar = lookup_only_internalvar (variable + 1); 4116 if (ivar != nullptr) 4120 if (!get_internalvar_integer (ivar, &valx)) 4101 struct internalvar *ivar; local
|
| /src/external/gpl3/gdb/dist/gdb/ |
| linespec.c | 4058 struct internalvar *ivar; 4062 ivar = lookup_only_internalvar (variable + 1); 4066 if (ivar != nullptr) 4070 if (!get_internalvar_integer (ivar, &valx)) 4051 struct internalvar *ivar; local
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CGObjC.cpp | 815 static void emitStructGetterCall(CodeGenFunction &CGF, ObjCIvarDecl *ivar, 820 CGF.EmitLValueForIvar(CGF.TypeOfSelfObject(), CGF.LoadObjCSelf(), ivar, 0) 824 // sizeof (Type of Ivar), isAtomic, false); 833 CharUnits size = CGF.getContext().getTypeSizeInChars(ivar->getType()); 921 // Evaluate the ivar's size and alignment. 922 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); local 923 QualType ivarType = ivar->getType(); 946 // acceptable if the ivar is __strong, which won't be true if 979 if (ivar->isBitField()) { 994 // Compute whether the ivar has strong members 1124 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); local 1135 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); local 1403 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); local 1592 const ObjCIvarDecl *ivar; member in struct:__anon2819::final [all...] |
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| openmp.cc | 10520 gfc_symbol *ivar = do_code->ext.iterator->var->symtree->n.sym; local 10521 if (var == ivar) 10650 gfc_symbol *ivar = do_code->ext.iterator->var->symtree->n.sym; local 10651 if (gfc_find_sym_in_expr (ivar, expr)) 11274 gfc_symbol *ivar = do_code2->ext.iterator->var->symtree->n.sym; local 11275 if (dovar == ivar 11276 || gfc_find_sym_in_expr (ivar, do_code->ext.iterator->start) 11277 || gfc_find_sym_in_expr (ivar, do_code->ext.iterator->end) 11278 || gfc_find_sym_in_expr (ivar, do_code->ext.iterator->step))
|
| /src/external/gpl3/gcc/dist/gcc/ |
| omp-low.cc | 4566 omplow_simd_context *sctx, tree &ivar, 4627 ivar = lvar = new_var; 4631 ivar = lvar = create_tmp_var (type); 4632 TREE_ADDRESSABLE (ivar) = 1; 4633 DECL_ATTRIBUTES (ivar) = tree_cons (get_identifier ("omp simt private"), 4634 NULL, DECL_ATTRIBUTES (ivar)); 4635 sctx->simt_eargs.safe_push (build1 (ADDR_EXPR, ptype, ivar)); 4637 gimple *g = gimple_build_assign (ivar, clobber); 4689 ivar = build4 (ARRAY_REF, TREE_TYPE (new_var), iavar, sctx->idx, 4693 TREE_THIS_NOTRAP (ivar) = 1 4842 tree ivar = NULL_TREE, lvar = NULL_TREE, uid = NULL_TREE; local [all...] |
| var-tracking.cc | 8250 /* Notify the back-links of IVAR that are pending recursion that we 8255 notify_dependents_of_resolved_value (variable *ivar, variable_table_type *vars) 8259 for (led = VAR_LOC_DEP_LST (ivar); led; led = next) 8978 variable *ivar; local 9003 ivar = htab->find_with_hash (ldv, dv_htab_hash (ldv)); 9004 gcc_checking_assert (!VAR_LOC_DEP_LST (ivar)); 9005 variable_was_changed (ivar, NULL); 9010 ivar = htab->find_with_hash (ldv, dv_htab_hash (ldv)); 9011 if (ivar) 9013 int i = ivar->n_var_parts [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| openmp.cc | 8619 gfc_symbol *ivar = do_code2->ext.iterator->var->symtree->n.sym; local 8620 if (dovar == ivar 8621 || gfc_find_sym_in_expr (ivar, do_code->ext.iterator->start) 8622 || gfc_find_sym_in_expr (ivar, do_code->ext.iterator->end) 8623 || gfc_find_sym_in_expr (ivar, do_code->ext.iterator->step)) 8911 gfc_symbol *ivar = do_code2->ext.iterator->var->symtree->n.sym; local 8912 if (dovar == ivar 8913 || gfc_find_sym_in_expr (ivar, do_code->ext.iterator->start) 8914 || gfc_find_sym_in_expr (ivar, do_code->ext.iterator->end) 8915 || gfc_find_sym_in_expr (ivar, do_code->ext.iterator->step) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| omp-low.cc | 4608 omplow_simd_context *sctx, tree &ivar, 4669 ivar = lvar = new_var; 4673 ivar = lvar = create_tmp_var (type); 4674 TREE_ADDRESSABLE (ivar) = 1; 4675 DECL_ATTRIBUTES (ivar) = tree_cons (get_identifier ("omp simt private"), 4676 NULL, DECL_ATTRIBUTES (ivar)); 4677 sctx->simt_eargs.safe_push (build1 (ADDR_EXPR, ptype, ivar)); 4679 gimple *g = gimple_build_assign (ivar, clobber); 4731 ivar = build4 (ARRAY_REF, TREE_TYPE (new_var), iavar, sctx->idx, 4735 TREE_THIS_NOTRAP (ivar) = 1 4884 tree ivar = NULL_TREE, lvar = NULL_TREE, uid = NULL_TREE; local [all...] |
| var-tracking.cc | 8267 /* Notify the back-links of IVAR that are pending recursion that we 8272 notify_dependents_of_resolved_value (variable *ivar, variable_table_type *vars) 8276 for (led = VAR_LOC_DEP_LST (ivar); led; led = next) 8995 variable *ivar; local 9020 ivar = htab->find_with_hash (ldv, dv_htab_hash (ldv)); 9021 gcc_checking_assert (!VAR_LOC_DEP_LST (ivar)); 9022 variable_was_changed (ivar, NULL); 9027 ivar = htab->find_with_hash (ldv, dv_htab_hash (ldv)); 9028 if (ivar) 9030 int i = ivar->n_var_parts [all...] |