Home
last modified time | relevance | path

Searched defs:is_int (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/test/SemaTemplate/
H A Doverload-candidates.cpp56 template<typename T> struct is_int { enum { value = false }; }; argument
57 template<> struct is_int<int> { enum { value = true }; }; argument
H A Dtemp_arg_nontype_cxx1z.cpp274 Any<0>::Int is_int; // expected-error {{ambiguous}} variable
/llvm-project/polly/lib/External/isl/imath/examples/
H A Dbasecvt.c70 int is_int; in main() local
/llvm-project/polly/lib/External/isl/
H A Disl_range.c170 int is_int; in bound_is_integer() local
/llvm-project/polly/lib/External/isl/include/isl/
H A Disl-noexceptions.h22581 boolean val::is_int() const in is_int() function