Home
last modified time | relevance | path

Searched defs:to_int (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/Inputs/
H A Dregister.h5 #define to_int(x) ({ register int n = (x); n; }) macro
/llvm-project-15.0.7/compiler-rt/test/msan/
H A Dvector_cvt.cpp7 int to_int(double v) { in to_int() function
/llvm-project-15.0.7/libcxx/test/std/algorithms/
H A Drobust_against_proxy_iterators_lifetime_bugs.pass.cpp641 constexpr int to_int(int x) { return x; } in to_int() function
642 int to_int(LifetimeIterator::Value x) { return x.i_; } in to_int() function
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.ml106 let to_int index = function