HomeSort by: relevance | last modified time | path
    Searched refs:Unavailable (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/
ResourceManager.h 30 /// available slots in the buffer. A processor resource is unavailable if it
59 /// processor resource with multiple units has become unavailable.
204 bool Unavailable;
226 bool isReserved() const { return Unavailable; }
228 void setReserved() { Unavailable = true; }
229 void clearReserved() { Unavailable = false; }
365 // Set of unavailable scheduler buffer resources. This is used internally to
369 // Set of dispatch hazard buffer resources that are currently unavailable.
423 // this cycle. It returns a non-zero mask value only if there are unavailable
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 59 Unavailable = 0 // (memset to all zeros)
119 /// Forces a function to be marked as unavailable.
121 setState(F, Unavailable);
300 /// Forces a function to be marked as unavailable.
307 return TargetLibraryInfoImpl::Unavailable;
313 return getState(F) != TargetLibraryInfoImpl::Unavailable;
328 if (getState(F) == TargetLibraryInfoImpl::Unavailable)
360 if (State == TargetLibraryInfoImpl::Unavailable)
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.tui/
regs.exp 52 {[ Register Values Unavailable ]}]]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.tui/
regs.exp 52 {[ Register Values Unavailable ]}]]
  /src/external/apache2/llvm/dist/clang/include/clang/APINotes/
Types.h 49 /// Message to use when this entity is unavailable.
52 /// Whether this entity is marked unavailable.
53 unsigned Unavailable : 1;
55 /// Whether this entity is marked unavailable in Swift.
70 : Unavailable(0), UnavailableInSwift(0), SwiftPrivateSpecified(0),
87 if (RHS.Unavailable) {
88 Unavailable = true;
114 LHS.Unavailable == RHS.Unavailable &&
  /src/external/apache2/llvm/dist/clang/lib/APINotes/
APINotesTypes.cpp 15 if (Unavailable)
16 OS << "[Unavailable] (" << UnavailableMsg << ")" << ' ';
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
MachOPlatform.cpp 33 enum class ObjCRegistrationAPI { Uninitialized, Unavailable, Initialized };
63 ObjCRegistrationAPIState = ObjCRegistrationAPI::Unavailable;
  /src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
ResourceManager.cpp 77 Unavailable = false;
100 << ", Reserved=" << Unavailable << '\n';
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
GVN.cpp 701 Unavailable = 0,
707 /// available, this would have been cleaned up into an Unavailable.
746 if (State == AvailabilityState::Unavailable) {
761 // If we have exhausted our budget, mark this block as unavailable.
765 State = AvailabilityState::Unavailable;
784 // (the Unavailable and Available states are fixpoints)
791 case AvailabilityState::Unavailable:
807 // Okay, we have encountered an unavailable block.
809 // unavailable as well. Paths are terminated when they reach blocks not in
815 AvailabilityState::Unavailable);
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp 534 /// string describing why the entity is unavailable.
567 // Make sure that this declaration has not been marked 'unavailable'.
644 if (const auto *Unavailable = dyn_cast<UnavailableAttr>(A)) {
646 *Message = std::string(Unavailable->getMessage());
  /src/external/apache2/llvm/dist/clang/include/clang-c/
Index.h 123 * it being deprecated or unavailable.
2906 * Whether the entity is unconditionally unavailable on this platform.
2908 int Unavailable;
2930 * entity is unavailable on all platforms.
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 8008 if (UnavailableAttr *Unavailable = dyn_cast<UnavailableAttr>(A)) {
8014 *unavailable_message = cxstring::createDup(Unavailable->getMessage());
8119 availability[Avail.index()].Unavailable = Avail.value()->getUnavailable();
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 841 printf(" (unavailable)");
857 printf(" (always unavailable: \"%s\")",
868 if (PlatformAvailability[I].Unavailable)
869 printf(", unavailable");
2532 fprintf(file, " (unavailable)");

Completed in 35 milliseconds