/external/abseil-cpp/absl/container/internal/ |
D | container_memory.h | 269 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/ |
D | container_memory.h | 281 static constexpr bool LayoutCompatible() { 296 LayoutCompatible<std::pair<K, V>>() && 297 LayoutCompatible<std::pair<const K, V>>();
|
/external/libtextclassifier/abseil-cpp/absl/container/internal/ |
D | container_memory.h | 281 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/ |
D | container_memory.h | 281 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/ |
D | container_memory.h | 269 static constexpr bool LayoutCompatible() { 284 LayoutCompatible<std::pair<K, V>>() && 285 LayoutCompatible<std::pair<const K, V>>();
|
/external/clang/include/clang/Sema/ |
D | AttributeList.h | 185 unsigned LayoutCompatible : 1; member 307 ExtraData.LayoutCompatible = layoutCompatible; in AttributeList() 476 return getTypeTagForDatatypeDataSlot().LayoutCompatible; in getLayoutCompatible()
|
D | Sema.h | 9489 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/ |
D | ParsedAttr.h | 161 unsigned LayoutCompatible : 1; member 350 ExtraData.LayoutCompatible = layoutCompatible; in ParsedAttr() 529 return getTypeTagForDatatypeDataSlot().LayoutCompatible; in getLayoutCompatible()
|
D | Sema.h | 12403 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/ |
D | ParseDecl.cpp | 1321 bool LayoutCompatible = false; in ParseTypeTagForDatatypeAttribute() local 1331 LayoutCompatible = true; in ParseTypeTagForDatatypeAttribute() 1345 LayoutCompatible, MustBeNull, Syntax); in ParseTypeTagForDatatypeAttribute()
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 10787 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/ |
D | ParseDecl.cpp | 1496 bool LayoutCompatible = false; in ParseTypeTagForDatatypeAttribute() local 1506 LayoutCompatible = true; in ParseTypeTagForDatatypeAttribute() 1520 LayoutCompatible, MustBeNull, Syntax); in ParseTypeTagForDatatypeAttribute()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaChecking.cpp | 15500 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/ |
D | Attr.td | 2063 BoolArgument<"LayoutCompatible">,
|
/external/llvm-project/clang/include/clang/Basic/ |
D | Attr.td | 3132 BoolArgument<"LayoutCompatible">,
|