Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.def538 TYPE_TRAIT_2(__is_layout_compatible, IsLayoutCompatible, KEYCXX)
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp6143 return Self.IsLayoutCompatible(LhsT, RhsT); in EvaluateBinaryTypeTrait()
H A DSemaChecking.cpp13817 bool Sema::IsLayoutCompatible(QualType T1, QualType T2) const { in IsLayoutCompatible() function in Sema
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2341 bool IsLayoutCompatible(QualType T1, QualType T2) const;