Home
last modified time | relevance | path

Searched defs:from_int (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dmachmode.h57 typedef machine_mode from_int; typedef
H A Dwide-int.cc2316 from_int (int i) in from_int() function
2325 from_int (int i) in from_int() function
2334 from_int (int i) in from_int() function
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dmachmode.h57 typedef machine_mode from_int; typedef
H A Dwide-int.cc2350 from_int (int i) in from_int() function
2359 from_int (int i) in from_int() function
2368 from_int (int i) in from_int() function
/netbsd/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dconstraint-manager.h107 static equiv_class_id from_int (int idx) { return equiv_class_id (idx); } in from_int() function
H A Dregion-model.h95 static svalue_id from_int (int idx) { return svalue_id (idx); } in from_int() function
131 static region_id from_int (int idx) { return region_id (idx); } in from_int() function
/netbsd/external/bsd/kyua-cli/dist/utils/
H A Doptional_test.cpp165 optional< int > from_int; in ATF_TEST_CASE_BODY() local