Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.def541 TYPE_TRAIT_2(__is_layout_compatible, IsLayoutCompatible, KEYCXX)
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTypeTraits.cpp1792 return Self.IsLayoutCompatible(LhsT, RhsT); in EvaluateBinaryTypeTrait()
H A DSemaHLSL.cpp3247 return SemaRef.IsLayoutCompatible(LHS, RHS); in IsScalarizedLayoutCompatible()
H A DSemaChecking.cpp15249 bool Sema::IsLayoutCompatible(QualType T1, QualType T2) const { in IsLayoutCompatible() function in Sema
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2742 bool IsLayoutCompatible(QualType T1, QualType T2) const;