Home
last modified time | relevance | path

Searched refs:AllIntrinsicTypes (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dtype.h347 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 Dtools.h50 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 Dhost.h194 common::MapTemplate<HostType, AllIntrinsicTypes, std::tuple>;
200 std::tuple_element_t<(index >= 0) ? index : 0, AllIntrinsicTypes>,
H A Dfold-integer.cpp269 AllIntrinsicTypes, RelationalTypes>;
/llvm-project-15.0.7/flang/unittests/Evaluate/
H A Dfolding.cpp81 RunOnTypes<TestGetScalarConstantValue, AllIntrinsicTypes>::Run(); in main()