Home
last modified time | relevance | path

Searched refs:InTemplate (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.const.eval/
H A Dis_constant_evaluated.pass.cpp31 template <bool> struct InTemplate {}; struct
48 ASSERT_SAME_TYPE(InTemplate<std::is_constant_evaluated()>, InTemplate<true>); in main()
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/abseil/
H A Dduration-factory-float.cpp60 void InTemplate() { in InTemplate() function
72 InTemplate<60>(); in Instantiate()
73 InTemplate<1>(); in Instantiate()