Home
last modified time | relevance | path

Searched refs:UnsupportedType (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/flang/lib/Evaluate/
Dhost.h53 struct UnsupportedType {}; // There is no host type for the F18 type struct
56 using Type = UnsupportedType;
61 return (... && (!std::is_same_v<HostType<T>, UnsupportedType>)); in HostTypeExists()
119 using Type = UnsupportedType;
132 float, UnsupportedType>;
141 double, UnsupportedType>;
151 long double, UnsupportedType>;
161 long double, UnsupportedType>;
167 std::complex<HostType<RealT>>, UnsupportedType>;
171 using Type = std::conditional_t<KIND <= 8, std::uint8_t, UnsupportedType>;
/external/python/cpython3/Tools/stringbench/
Dstringbench.py25 class UnsupportedType(TypeError): class
676 raise UnsupportedType
1334 raise UnsupportedType
1343 raise UnsupportedType
1450 except UnsupportedType:
1460 except UnsupportedType:
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/X86/
Dremark_unsupported.ll46 ; YAML-NEXT: Name: UnsupportedType