Searched refs:AllIntrinsicTypes (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/flang/include/flang/Evaluate/ |
| H A D | type.h | 347 using AllIntrinsicTypes = variable 354 constexpr bool IsSpecificIntrinsicType{common::HasMember<T, AllIntrinsicTypes>}; 428 common::CombineTuples<AllIntrinsicTypes, std::tuple<SomeDerived>>; 443 common::SearchMembers<Predicate, AllIntrinsicTypes>}; 445 std::tuple_element_t<index, AllIntrinsicTypes>, void>;
|
| H A D | tools.h | 50 if constexpr (common::HasMember<T, AllIntrinsicTypes> || in operator() 872 if constexpr (common::HasMember<T, AllIntrinsicTypes> || in operator()
|
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | host.h | 194 common::MapTemplate<HostType, AllIntrinsicTypes, std::tuple>; 200 std::tuple_element_t<(index >= 0) ? index : 0, AllIntrinsicTypes>,
|
| H A D | fold-integer.cpp | 269 AllIntrinsicTypes, RelationalTypes>;
|
| /llvm-project-15.0.7/flang/unittests/Evaluate/ |
| H A D | folding.cpp | 81 RunOnTypes<TestGetScalarConstantValue, AllIntrinsicTypes>::Run(); in main()
|