OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:get_int_type
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/jit/
libgccjit++.h
144
type
get_int_type
(size_t num_bytes, int is_signed);
148
gccjit::type type =
get_int_type
<my_int_type_t> (); */
150
type
get_int_type
();
794
context::
get_int_type
(size_t num_bytes, int is_signed)
function in class:gccjit::context
803
context::
get_int_type
()
function in class:gccjit::context
805
return
get_int_type
(sizeof (T), std::numeric_limits<T>::is_signed);
1813
type int_t = ctxt.
get_int_type
<int> ();
jit-recording.cc
795
recording::context::
get_int_type
(int num_bytes, int is_signed)
function in class:gcc::jit::recording::context
/src/external/gpl3/gcc.old/dist/gcc/jit/
libgccjit++.h
144
type
get_int_type
(size_t num_bytes, int is_signed);
148
gccjit::type type =
get_int_type
<my_int_type_t> (); */
150
type
get_int_type
();
793
context::
get_int_type
(size_t num_bytes, int is_signed)
function in class:gccjit::context
802
context::
get_int_type
()
function in class:gccjit::context
804
return
get_int_type
(sizeof (T), std::numeric_limits<T>::is_signed);
1806
type int_t = ctxt.
get_int_type
<int> ();
jit-recording.cc
797
recording::context::
get_int_type
(int num_bytes, int is_signed)
function in class:gcc::jit::recording::context
Completed in 33 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026