Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Evaluate/
Dtype.h322 using AllIntrinsicTypes = common::CombineTuples<RelationalTypes, LogicalTypes>; variable
328 constexpr bool IsSpecificIntrinsicType{common::HasMember<T, AllIntrinsicTypes>};
397 common::CombineTuples<AllIntrinsicTypes, std::tuple<SomeDerived>>;
412 common::SearchMembers<Predicate, AllIntrinsicTypes>};
414 std::tuple_element_t<index, AllIntrinsicTypes>, void>;
Dtools.h50 if constexpr (common::HasMember<T, AllIntrinsicTypes> || in operator()
717 if constexpr (common::HasMember<T, AllIntrinsicTypes> || in operator()
/external/llvm-project/flang/lib/Evaluate/
Dhost.h189 common::MapTemplate<HostType, AllIntrinsicTypes, std::tuple>;
195 std::tuple_element_t<(index >= 0) ? index : 0, AllIntrinsicTypes>,
/external/llvm-project/flang/unittests/Evaluate/
Dfolding.cpp76 RunOnTypes<TestGetScalarConstantValue, AllIntrinsicTypes>::Run(); in main()