Home
last modified time | relevance | path

Searched refs:sval_type (Results 1 – 10 of 10) sorted by relevance

/dports/devel/sfsexp/sfsexp-1.3.1-18-gc11b849/ruby/
H A DSexp.c50 typedef enum { SVAL_STRING, SVAL_INTEGER, SVAL_REAL, SVAL_NONE } sval_type; typedef
55 static sval_type infer_sval_type(sexp_t *sx) { in infer_sval_type()
148 sval_type svt; in sexp_to_array()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/analyzer/
H A Dstore.cc788 tree sval_type = sval->get_type (); in apply_ctor_pair_to_child_region() local
789 gcc_assert (sval_type); in apply_ctor_pair_to_child_region()
790 HOST_WIDE_INT sval_byte_size = int_size_in_bytes (sval_type); in apply_ctor_pair_to_child_region()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/analyzer/
H A Dstore.cc788 tree sval_type = sval->get_type (); in apply_ctor_pair_to_child_region() local
789 gcc_assert (sval_type); in apply_ctor_pair_to_child_region()
790 HOST_WIDE_INT sval_byte_size = int_size_in_bytes (sval_type); in apply_ctor_pair_to_child_region()
/dports/lang/gcc11/gcc-11.2.0/gcc/analyzer/
H A Dstore.cc788 tree sval_type = sval->get_type (); in apply_ctor_pair_to_child_region() local
789 gcc_assert (sval_type); in apply_ctor_pair_to_child_region()
790 HOST_WIDE_INT sval_byte_size = int_size_in_bytes (sval_type); in apply_ctor_pair_to_child_region()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/analyzer/
H A Dstore.cc886 tree sval_type = sval->get_type (); in apply_ctor_pair_to_child_region() local
887 gcc_assert (sval_type); in apply_ctor_pair_to_child_region()
888 HOST_WIDE_INT sval_byte_size = int_size_in_bytes (sval_type); in apply_ctor_pair_to_child_region()
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/Cython/Compiler/
H A DParseTreeTransforms.py435 sval_type = sval.__class__
437 cval = sval_type(char)
/dports/lang/cython/Cython-0.29.24/Cython/Compiler/
H A DParseTreeTransforms.py435 sval_type = sval.__class__
437 cval = sval_type(char)
/dports/lang/cython/Cython-0.29.24/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/Cython/Compiler/
H A DParseTreeTransforms.py435 sval_type = sval.__class__
437 cval = sval_type(char)
/dports/lang/cython/stage/usr/local/lib/python3.8/site-packages/Cython/Compiler/
H A DParseTreeTransforms.py435 sval_type = sval.__class__
437 cval = sval_type(char)
/dports/lang/cython-devel/cython-2b1e743/Cython/Compiler/
H A DParseTreeTransforms.py466 sval_type = sval.__class__
468 cval = sval_type(char)