Home
last modified time | relevance | path

Searched refs:LayoutCompatible (Results 1 – 15 of 15) sorted by relevance

/external/abseil-cpp/absl/container/internal/
Dcontainer_memory.h269 static constexpr bool LayoutCompatible() {
284 LayoutCompatible<std::pair<K, V>>() &&
285 LayoutCompatible<std::pair<const K, V>>();
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dcontainer_memory.h281 static constexpr bool LayoutCompatible() {
296 LayoutCompatible<std::pair<K, V>>() &&
297 LayoutCompatible<std::pair<const K, V>>();
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Dcontainer_memory.h281 static constexpr bool LayoutCompatible() {
296 LayoutCompatible<std::pair<K, V>>() &&
297 LayoutCompatible<std::pair<const K, V>>();
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dcontainer_memory.h281 static constexpr bool LayoutCompatible() {
296 LayoutCompatible<std::pair<K, V>>() &&
297 LayoutCompatible<std::pair<const K, V>>();
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Dcontainer_memory.h269 static constexpr bool LayoutCompatible() {
284 LayoutCompatible<std::pair<K, V>>() &&
285 LayoutCompatible<std::pair<const K, V>>();
/external/clang/include/clang/Sema/
DAttributeList.h185 unsigned LayoutCompatible : 1; member
307 ExtraData.LayoutCompatible = layoutCompatible; in AttributeList()
476 return getTypeTagForDatatypeDataSlot().LayoutCompatible; in getLayoutCompatible()
DSema.h9489 bool LayoutCompatible, bool MustBeNull);
9494 TypeTagData(QualType Type, bool LayoutCompatible, bool MustBeNull) : in TypeTagData()
9495 Type(Type), LayoutCompatible(LayoutCompatible), in TypeTagData()
9503 unsigned LayoutCompatible : 1; member
/external/llvm-project/clang/include/clang/Sema/
DParsedAttr.h161 unsigned LayoutCompatible : 1; member
350 ExtraData.LayoutCompatible = layoutCompatible; in ParsedAttr()
529 return getTypeTagForDatatypeDataSlot().LayoutCompatible; in getLayoutCompatible()
DSema.h12403 bool LayoutCompatible, bool MustBeNull);
12408 TypeTagData(QualType Type, bool LayoutCompatible, bool MustBeNull) : in TypeTagData()
12409 Type(Type), LayoutCompatible(LayoutCompatible), in TypeTagData()
12417 unsigned LayoutCompatible : 1; member
/external/clang/lib/Parse/
DParseDecl.cpp1321 bool LayoutCompatible = false; in ParseTypeTagForDatatypeAttribute() local
1331 LayoutCompatible = true; in ParseTypeTagForDatatypeAttribute()
1345 LayoutCompatible, MustBeNull, Syntax); in ParseTypeTagForDatatypeAttribute()
/external/clang/lib/Sema/
DSemaChecking.cpp10787 TypeInfo.LayoutCompatible = I->getLayoutCompatible(); in GetMatchingCType()
10810 bool LayoutCompatible, in RegisterTypeTagForDatatype() argument
10818 TypeTagData(Type, LayoutCompatible, MustBeNull); in RegisterTypeTagForDatatype()
10891 if (!TypeInfo.LayoutCompatible) { in CheckArgumentWithTypeTag()
10915 << TypeInfo.LayoutCompatible << RequiredType in CheckArgumentWithTypeTag()
/external/llvm-project/clang/lib/Parse/
DParseDecl.cpp1496 bool LayoutCompatible = false; in ParseTypeTagForDatatypeAttribute() local
1506 LayoutCompatible = true; in ParseTypeTagForDatatypeAttribute()
1520 LayoutCompatible, MustBeNull, Syntax); in ParseTypeTagForDatatypeAttribute()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp15500 TypeInfo.LayoutCompatible = I->getLayoutCompatible(); in GetMatchingCType()
15522 bool LayoutCompatible, in RegisterTypeTagForDatatype() argument
15530 TypeTagData(Type, LayoutCompatible, MustBeNull); in RegisterTypeTagForDatatype()
15616 if (!TypeInfo.LayoutCompatible) { in CheckArgumentWithTypeTag()
15640 << TypeInfo.LayoutCompatible << RequiredType in CheckArgumentWithTypeTag()
/external/clang/include/clang/Basic/
DAttr.td2063 BoolArgument<"LayoutCompatible">,
/external/llvm-project/clang/include/clang/Basic/
DAttr.td3132 BoolArgument<"LayoutCompatible">,