Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaHLSL.h182 bool IsScalarizedLayoutCompatible(QualType T1, QualType T2) const;
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.def671 TYPE_TRAIT_2(__builtin_hlsl_is_scalarized_layout_compatible, IsScalarizedLayoutCompatible, KEYHLSL)
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTypeTraits.cpp1830 return Self.HLSL().IsScalarizedLayoutCompatible(LhsT, RhsT); in EvaluateBinaryTypeTrait()
H A DSemaHLSL.cpp3228 bool SemaHLSL::IsScalarizedLayoutCompatible(QualType T1, QualType T2) const { in IsScalarizedLayoutCompatible() function in SemaHLSL