Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/Inputs/
H A Dregister.h5 #define to_int(x) ({ register int n = (x); n; }) macro
/llvm-project/compiler-rt/test/msan/
H A Dvector_cvt.cpp7 int to_int(double &v) { in to_int() function
/llvm-project/clang/test/SemaCXX/
H A Dcxx2c-delete-with-message.cpp256 TO<double, int> to_int; in operators() local
/llvm-project/lldb/examples/python/templates/
H A Dparsed_cmd.py78 def to_int(in_value): global() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dimplicit-bool-conversion.cpp506 int to_int(bool x) { return int{x}; } to_int() function
/llvm-project/libcxx/test/std/algorithms/
H A Drobust_against_proxy_iterators_lifetime_bugs.pass.cpp639 constexpr int to_int(int x) { return x; } to_int() function
640 int to_int(LifetimeIterator::Value x) { return x.i_; } to_int() function
/llvm-project/llvm/bindings/ocaml/llvm/
H A Dllvm.ml107 let to_int index = function