Home
last modified time | relevance | path

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

/external/llvm-project/libcxx/test/std/utilities/meta/meta.const.eval/
Dis_constant_evaluated.pass.cpp32 template <bool> struct InTemplate {}; struct
54 ASSERT_SAME_TYPE(InTemplate<std::is_constant_evaluated()>, InTemplate<true>); in main()
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dabseil-duration-factory-float.cpp60 void InTemplate() { in InTemplate() function
72 InTemplate<60>(); in Instantiate()
73 InTemplate<1>(); in Instantiate()