Home
last modified time | relevance | path

Searched refs:rhstype (Results 1 – 25 of 151) sorted by relevance

1234567

/dports/devel/cppcheck-gui/cppcheck-2.6.3/lib/
H A Dcheck64bit.cpp94 … const ValueType *rhstype = tok->astOperand2() ? tok->astOperand2()->valueType() : nullptr; in pointerassignment() local
95 if (!lhstype || !rhstype) in pointerassignment()
101 rhstype->pointer == 0U && in pointerassignment()
102 rhstype->originalTypeName.empty() && in pointerassignment()
103 rhstype->type == ValueType::Type::INT) in pointerassignment()
107 if (rhstype->pointer >= 1U && in pointerassignment()
H A Dchecktype.cpp303 const ValueType *rhstype = tok->astOperand2()->valueType(); in checkLongCast() local
305 if (!lhstype || !rhstype) in checkLongCast()
309 if (rhstype->type == ValueType::Type::INT && in checkLongCast()
310 rhstype->pointer == 0U && in checkLongCast()
311 rhstype->originalTypeName.empty() && in checkLongCast()
/dports/devel/cppcheck/cppcheck-2.6.3/lib/
H A Dcheck64bit.cpp94 … const ValueType *rhstype = tok->astOperand2() ? tok->astOperand2()->valueType() : nullptr; in pointerassignment() local
95 if (!lhstype || !rhstype) in pointerassignment()
101 rhstype->pointer == 0U && in pointerassignment()
102 rhstype->originalTypeName.empty() && in pointerassignment()
103 rhstype->type == ValueType::Type::INT) in pointerassignment()
107 if (rhstype->pointer >= 1U && in pointerassignment()
H A Dchecktype.cpp303 const ValueType *rhstype = tok->astOperand2()->valueType(); in checkLongCast() local
305 if (!lhstype || !rhstype) in checkLongCast()
309 if (rhstype->type == ValueType::Type::INT && in checkLongCast()
310 rhstype->pointer == 0U && in checkLongCast()
311 rhstype->originalTypeName.empty() && in checkLongCast()
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/superlu/SuperLU_4.1/MATLAB/
H A Dhbo.m1 function [A,xy,B,hbtype,rhstype] = hbo(file)
5 % [A,xy,B,hbtype,rhstype] = HBO('matfile') also gets:
10 % rhstype: a description of B, for which see the user's guide.
25 % rhstype - If present, the right hand side type.
114 rhstype = 'NON'; variable
117 if ~exist('rhstype')
118 rhstype = 'UNK'; variable
/dports/math/superlu/superlu-5.2.2/MATLAB/
H A Dhbo.m1 function [A,xy,B,hbtype,rhstype] = hbo(file)
5 % [A,xy,B,hbtype,rhstype] = HBO('matfile') also gets:
10 % rhstype: a description of B, for which see the user's guide.
25 % rhstype - If present, the right hand side type.
114 rhstype = 'NON'; variable
117 if ~exist('rhstype')
118 rhstype = 'UNK'; variable
/dports/security/py-pyvex/pyvex-9.0.5405/pyvex/lifting/util/
H A Dsyntax_wrapper.py9 def checkparams(rhstype=None): argument
19 thetype = rhstype if rhstype else self.ty
202 @checkparams(rhstype=Type.int_8)
257 @checkparams(rhstype=Type.int_8)
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/tutorials/
H A Dex10.c44 RHSType rhstype = RHS_FILE; in main() local
65 ierr = PetscOptionsGetEnum(NULL,NULL,"-rhs",RHSTypes,(PetscEnum*)&rhstype,NULL);CHKERRQ(ierr); in main()
108 switch (rhstype) { in main()
198 switch (rhstype) { in main()
/dports/lang/gcc9/gcc-9.4.0/gcc/c-family/
H A Dc-warn.c2840 tree rhstype = TREE_TYPE (rhs); in check_address_or_pointer_of_packed_member() local
2848 rhstype = TREE_TYPE (rhs); in check_address_or_pointer_of_packed_member()
2849 if (!rhstype || !POINTER_TYPE_P (rhstype)) in check_address_or_pointer_of_packed_member()
2853 if (rvalue && POINTER_TYPE_P (rhstype)) in check_address_or_pointer_of_packed_member()
2854 rhstype = TREE_TYPE (rhstype); in check_address_or_pointer_of_packed_member()
2855 while (TREE_CODE (rhstype) == ARRAY_TYPE) in check_address_or_pointer_of_packed_member()
2856 rhstype = TREE_TYPE (rhstype); in check_address_or_pointer_of_packed_member()
2857 if (TYPE_PACKED (rhstype)) in check_address_or_pointer_of_packed_member()
2860 unsigned int rhs_align = min_align_of_type (rhstype); in check_address_or_pointer_of_packed_member()
2869 rhstype, rhs_align, type, type_align)) in check_address_or_pointer_of_packed_member()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/c-family/
H A Dc-warn.c2954 tree rhstype = TREE_TYPE (rhs); in check_address_or_pointer_of_packed_member() local
2962 rhstype = TREE_TYPE (rhs); in check_address_or_pointer_of_packed_member()
2963 if (!rhstype || !POINTER_TYPE_P (rhstype)) in check_address_or_pointer_of_packed_member()
2967 if (rvalue && POINTER_TYPE_P (rhstype)) in check_address_or_pointer_of_packed_member()
2968 rhstype = TREE_TYPE (rhstype); in check_address_or_pointer_of_packed_member()
2969 while (TREE_CODE (rhstype) == ARRAY_TYPE) in check_address_or_pointer_of_packed_member()
2970 rhstype = TREE_TYPE (rhstype); in check_address_or_pointer_of_packed_member()
2971 if (TYPE_PACKED (rhstype)) in check_address_or_pointer_of_packed_member()
2974 unsigned int rhs_align = min_align_of_type (rhstype); in check_address_or_pointer_of_packed_member()
2983 rhstype, rhs_align, type, type_align)) in check_address_or_pointer_of_packed_member()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/c-family/
H A Dc-warn.c2963 tree rhstype = TREE_TYPE (rhs); in check_address_or_pointer_of_packed_member() local
2971 rhstype = TREE_TYPE (rhs); in check_address_or_pointer_of_packed_member()
2972 if (!rhstype || !POINTER_TYPE_P (rhstype)) in check_address_or_pointer_of_packed_member()
2976 if (rvalue && POINTER_TYPE_P (rhstype)) in check_address_or_pointer_of_packed_member()
2977 rhstype = TREE_TYPE (rhstype); in check_address_or_pointer_of_packed_member()
2978 while (TREE_CODE (rhstype) == ARRAY_TYPE) in check_address_or_pointer_of_packed_member()
2979 rhstype = TREE_TYPE (rhstype); in check_address_or_pointer_of_packed_member()
2980 if (TYPE_PACKED (rhstype)) in check_address_or_pointer_of_packed_member()
2983 unsigned int rhs_align = min_align_of_type (rhstype); in check_address_or_pointer_of_packed_member()
2992 rhstype, rhs_align, type, type_align)) in check_address_or_pointer_of_packed_member()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/c-family/
H A Dc-warn.c2963 tree rhstype = TREE_TYPE (rhs); in check_address_or_pointer_of_packed_member() local
2971 rhstype = TREE_TYPE (rhs); in check_address_or_pointer_of_packed_member()
2972 if (!rhstype || !POINTER_TYPE_P (rhstype)) in check_address_or_pointer_of_packed_member()
2976 if (rvalue && POINTER_TYPE_P (rhstype)) in check_address_or_pointer_of_packed_member()
2977 rhstype = TREE_TYPE (rhstype); in check_address_or_pointer_of_packed_member()
2978 while (TREE_CODE (rhstype) == ARRAY_TYPE) in check_address_or_pointer_of_packed_member()
2979 rhstype = TREE_TYPE (rhstype); in check_address_or_pointer_of_packed_member()
2980 if (TYPE_PACKED (rhstype)) in check_address_or_pointer_of_packed_member()
2983 unsigned int rhs_align = min_align_of_type (rhstype); in check_address_or_pointer_of_packed_member()
2992 rhstype, rhs_align, type, type_align)) in check_address_or_pointer_of_packed_member()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/c-family/
H A Dc-warn.c2838 tree rhstype = TREE_TYPE (rhs); in check_address_or_pointer_of_packed_member() local
2846 rhstype = TREE_TYPE (rhs); in check_address_or_pointer_of_packed_member()
2847 if (!rhstype || !POINTER_TYPE_P (rhstype)) in check_address_or_pointer_of_packed_member()
2851 if (rvalue && POINTER_TYPE_P (rhstype)) in check_address_or_pointer_of_packed_member()
2852 rhstype = TREE_TYPE (rhstype); in check_address_or_pointer_of_packed_member()
2853 while (TREE_CODE (rhstype) == ARRAY_TYPE) in check_address_or_pointer_of_packed_member()
2854 rhstype = TREE_TYPE (rhstype); in check_address_or_pointer_of_packed_member()
2855 if (TYPE_PACKED (rhstype)) in check_address_or_pointer_of_packed_member()
2858 unsigned int rhs_align = min_align_of_type (rhstype); in check_address_or_pointer_of_packed_member()
2867 rhstype, rhs_align, type, type_align)) in check_address_or_pointer_of_packed_member()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/c-family/
H A Dc-warn.c2840 tree rhstype = TREE_TYPE (rhs); in check_address_or_pointer_of_packed_member() local
2848 rhstype = TREE_TYPE (rhs); in check_address_or_pointer_of_packed_member()
2849 if (!rhstype || !POINTER_TYPE_P (rhstype)) in check_address_or_pointer_of_packed_member()
2853 if (rvalue && POINTER_TYPE_P (rhstype)) in check_address_or_pointer_of_packed_member()
2854 rhstype = TREE_TYPE (rhstype); in check_address_or_pointer_of_packed_member()
2855 while (TREE_CODE (rhstype) == ARRAY_TYPE) in check_address_or_pointer_of_packed_member()
2856 rhstype = TREE_TYPE (rhstype); in check_address_or_pointer_of_packed_member()
2857 if (TYPE_PACKED (rhstype)) in check_address_or_pointer_of_packed_member()
2860 unsigned int rhs_align = min_align_of_type (rhstype); in check_address_or_pointer_of_packed_member()
2869 rhstype, rhs_align, type, type_align)) in check_address_or_pointer_of_packed_member()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-ssa-uninit.c623 tree rhstype = TREE_TYPE (rhs); in maybe_warn_operand() local
624 if (POINTER_TYPE_P (rhstype)) in maybe_warn_operand()
625 rhstype = TREE_TYPE (rhstype); in maybe_warn_operand()
626 if (is_empty_type (rhstype)) in maybe_warn_operand()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/c-family/
H A Dc-warn.c2954 tree rhstype = TREE_TYPE (rhs); in check_address_or_pointer_of_packed_member() local
2962 rhstype = TREE_TYPE (rhs); in check_address_or_pointer_of_packed_member()
2963 if (!rhstype || !POINTER_TYPE_P (rhstype)) in check_address_or_pointer_of_packed_member()
2967 if (rvalue && POINTER_TYPE_P (rhstype)) in check_address_or_pointer_of_packed_member()
2968 rhstype = TREE_TYPE (rhstype); in check_address_or_pointer_of_packed_member()
2969 while (TREE_CODE (rhstype) == ARRAY_TYPE) in check_address_or_pointer_of_packed_member()
2970 rhstype = TREE_TYPE (rhstype); in check_address_or_pointer_of_packed_member()
2971 if (TYPE_PACKED (rhstype)) in check_address_or_pointer_of_packed_member()
2974 unsigned int rhs_align = min_align_of_type (rhstype); in check_address_or_pointer_of_packed_member()
2983 rhstype, rhs_align, type, type_align)) in check_address_or_pointer_of_packed_member()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/c-family/
H A Dc-warn.c2954 tree rhstype = TREE_TYPE (rhs); in check_address_or_pointer_of_packed_member() local
2962 rhstype = TREE_TYPE (rhs); in check_address_or_pointer_of_packed_member()
2963 if (!rhstype || !POINTER_TYPE_P (rhstype)) in check_address_or_pointer_of_packed_member()
2967 if (rvalue && POINTER_TYPE_P (rhstype)) in check_address_or_pointer_of_packed_member()
2968 rhstype = TREE_TYPE (rhstype); in check_address_or_pointer_of_packed_member()
2969 while (TREE_CODE (rhstype) == ARRAY_TYPE) in check_address_or_pointer_of_packed_member()
2970 rhstype = TREE_TYPE (rhstype); in check_address_or_pointer_of_packed_member()
2971 if (TYPE_PACKED (rhstype)) in check_address_or_pointer_of_packed_member()
2974 unsigned int rhs_align = min_align_of_type (rhstype); in check_address_or_pointer_of_packed_member()
2983 rhstype, rhs_align, type, type_align)) in check_address_or_pointer_of_packed_member()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/c-family/
H A Dc-warn.c2954 tree rhstype = TREE_TYPE (rhs); in check_address_or_pointer_of_packed_member() local
2962 rhstype = TREE_TYPE (rhs); in check_address_or_pointer_of_packed_member()
2963 if (!rhstype || !POINTER_TYPE_P (rhstype)) in check_address_or_pointer_of_packed_member()
2967 if (rvalue && POINTER_TYPE_P (rhstype)) in check_address_or_pointer_of_packed_member()
2968 rhstype = TREE_TYPE (rhstype); in check_address_or_pointer_of_packed_member()
2969 while (TREE_CODE (rhstype) == ARRAY_TYPE) in check_address_or_pointer_of_packed_member()
2970 rhstype = TREE_TYPE (rhstype); in check_address_or_pointer_of_packed_member()
2971 if (TYPE_PACKED (rhstype)) in check_address_or_pointer_of_packed_member()
2974 unsigned int rhs_align = min_align_of_type (rhstype); in check_address_or_pointer_of_packed_member()
2983 rhstype, rhs_align, type, type_align)) in check_address_or_pointer_of_packed_member()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/c-family/
H A Dc-warn.c2954 tree rhstype = TREE_TYPE (rhs);
2962 rhstype = TREE_TYPE (rhs);
2963 if (!rhstype || !POINTER_TYPE_P (rhstype))
2967 if (rvalue && POINTER_TYPE_P (rhstype))
2968 rhstype = TREE_TYPE (rhstype);
2969 while (TREE_CODE (rhstype) == ARRAY_TYPE)
2970 rhstype = TREE_TYPE (rhstype);
2971 if (TYPE_PACKED (rhstype))
2974 unsigned int rhs_align = min_align_of_type (rhstype);
2983 rhstype, rhs_align, type, type_align))
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/c/
H A Dc-typeck.c6584 tree rhstype; in convert_for_assignment() local
6701 rhstype = TREE_TYPE (rhs); in convert_for_assignment()
6748 type, rhstype); in convert_for_assignment()
6757 rhstype, type); in convert_for_assignment()
6856 rhstype); in convert_for_assignment()
7241 rhstype); in convert_for_assignment()
7253 rhstype); in convert_for_assignment()
7308 type, bltin, rhstype); in convert_for_assignment()
7312 type, rhstype); in convert_for_assignment()
7324 type, rhstype); in convert_for_assignment()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/c/
H A Dc-typeck.c6638 tree rhstype; in convert_for_assignment() local
6755 rhstype = TREE_TYPE (rhs); in convert_for_assignment()
6802 type, rhstype); in convert_for_assignment()
6811 rhstype, type); in convert_for_assignment()
6910 rhstype); in convert_for_assignment()
7295 rhstype); in convert_for_assignment()
7307 rhstype); in convert_for_assignment()
7362 type, bltin, rhstype); in convert_for_assignment()
7366 type, rhstype); in convert_for_assignment()
7378 type, rhstype); in convert_for_assignment()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/c/
H A Dc-typeck.c6638 tree rhstype; in convert_for_assignment() local
6755 rhstype = TREE_TYPE (rhs); in convert_for_assignment()
6802 type, rhstype); in convert_for_assignment()
6811 rhstype, type); in convert_for_assignment()
6910 rhstype); in convert_for_assignment()
7295 rhstype); in convert_for_assignment()
7307 rhstype); in convert_for_assignment()
7362 type, bltin, rhstype); in convert_for_assignment()
7366 type, rhstype); in convert_for_assignment()
7378 type, rhstype); in convert_for_assignment()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/c/
H A Dc-typeck.c6610 tree rhstype; in convert_for_assignment() local
6727 rhstype = TREE_TYPE (rhs); in convert_for_assignment()
6774 type, rhstype); in convert_for_assignment()
6783 rhstype, type); in convert_for_assignment()
6867 rhstype); in convert_for_assignment()
7252 rhstype); in convert_for_assignment()
7264 rhstype); in convert_for_assignment()
7319 type, bltin, rhstype); in convert_for_assignment()
7323 type, rhstype); in convert_for_assignment()
7335 type, rhstype); in convert_for_assignment()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/c/
H A Dc-typeck.c6544 tree rhstype; in convert_for_assignment() local
6661 rhstype = TREE_TYPE (rhs); in convert_for_assignment()
6708 type, rhstype); in convert_for_assignment()
6717 rhstype, type); in convert_for_assignment()
6801 rhstype); in convert_for_assignment()
7186 rhstype); in convert_for_assignment()
7198 rhstype); in convert_for_assignment()
7253 type, bltin, rhstype); in convert_for_assignment()
7257 type, rhstype); in convert_for_assignment()
7269 type, rhstype); in convert_for_assignment()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/c/
H A Dc-typeck.c6610 tree rhstype; in convert_for_assignment() local
6727 rhstype = TREE_TYPE (rhs); in convert_for_assignment()
6774 type, rhstype); in convert_for_assignment()
6783 rhstype, type); in convert_for_assignment()
6867 rhstype); in convert_for_assignment()
7252 rhstype); in convert_for_assignment()
7264 rhstype); in convert_for_assignment()
7319 type, bltin, rhstype); in convert_for_assignment()
7323 type, rhstype); in convert_for_assignment()
7335 type, rhstype); in convert_for_assignment()
[all …]

1234567