Searched refs:is_function_pass_t (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Passes/ |
D | CodeGenPassBuilder.h | 147 using is_function_pass_t = decltype(std::declval<PassT &>().run( variable 169 static_assert((is_detected<is_function_pass_t, PassT>::value || in operator() 177 if constexpr (is_detected<is_function_pass_t, PassT>::value) { in operator()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Passes/ |
D | CodeGenPassBuilder.h | 147 using is_function_pass_t = decltype(std::declval<PassT &>().run( variable 169 static_assert((is_detected<is_function_pass_t, PassT>::value || in operator() 177 if constexpr (is_detected<is_function_pass_t, PassT>::value) { in operator()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Passes/ |
D | CodeGenPassBuilder.h | 148 using is_function_pass_t = decltype(std::declval<PassT &>().run( variable 170 static_assert((is_detected<is_function_pass_t, PassT>::value || in operator() 178 if constexpr (is_detected<is_function_pass_t, PassT>::value) { in operator()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
D | CodeGenPassBuilder.h | 168 using is_function_pass_t = decltype(std::declval<PassT &>().run( variable 185 std::enable_if_t<is_detected<is_function_pass_t, PassT>::value> 195 !is_detected<is_function_pass_t, PassT>::value>
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
H A D | CodeGenPassBuilder.h | 148 using is_function_pass_t = decltype(std::declval<PassT &>().run( variable 165 std::enable_if_t<is_detected<is_function_pass_t, PassT>::value> 175 !is_detected<is_function_pass_t, PassT>::value>
|