Searched refs:HasAny (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/dataflow/ |
| H A D | DataFlow.cpp | 118 bool HasAny = false; in PrintDataFlow() local 121 HasAny = true; in PrintDataFlow() 122 if (!HasAny) in PrintDataFlow()
|
| /llvm-project-15.0.7/flang/include/flang/Semantics/ |
| H A D | attr.h | 39 constexpr bool HasAny(const Attrs &x) const { return !(*this & x).none(); } in ENUM_CLASS()
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | resolve-names.cpp | 3002 if (!symbol.attrs().HasAny({Attr::PUBLIC, Attr::PRIVATE})) { in ApplyDefaultAccess() 3680 !symbol.attrs().HasAny(Attrs{Attr::INTRINSIC, Attr::POINTER})) { in HandlePreviousCalls() 3848 if (!GetAttrs().HasAny({Attr::POINTER, Attr::ALLOCATABLE})) { // C702 in Post() 4646 !attrs.HasAny({Attr::PUBLIC, Attr::PRIVATE})) { in Post() 4651 if (!attrs.HasAny({Attr::POINTER, Attr::ALLOCATABLE})) { in Post() 4663 if (attrs.HasAny({Attr::POINTER, Attr::ALLOCATABLE})) { in Post() 4730 GetAttrs().HasAny({Attr::POINTER, Attr::ALLOCATABLE})); in Pre() 5772 !attrs.HasAny({Attr::PUBLIC, Attr::PRIVATE}) && in MakeTypeSymbol() 7015 if (attrs.HasAny({Attr::PUBLIC, Attr::PRIVATE})) { in SetAccess()
|
| H A D | check-declarations.cpp | 586 if (!symbol.attrs().HasAny(Attrs{Attr::VALUE, Attr::INTENT_IN, in CheckObjectEntity()
|
| /llvm-project-15.0.7/flang/include/flang/Evaluate/ |
| H A D | tools.h | 927 return GetAttrs(x).HasAny( in IsAllocatableOrPointer()
|
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | tools.cpp | 837 return x.attrs().HasAny( in GetLastTarget()
|