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

  /src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
fallback_allocator.d 13 Fallback) allocator. All other requests are dispatched appropriately to one of
24 struct FallbackAllocator(Primary, Fallback)
32 static if (!stateSize!Primary && !stateSize!Fallback)
43 /// The fallback allocator.
44 static if (stateSize!Fallback) Fallback fallback;
45 else alias fallback = Fallback.instance;
48 If both `Primary` and `Fallback` are stateless, `FallbackAllocator
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
YAMLTraits.h 497 struct Fallback { bool flow; };
498 struct Derived : T, Fallback { };
501 static char (&f(SameType<bool Fallback::*, &C::flow>*))[1];
  /src/external/apache2/llvm/dist/llvm/lib/Object/
IRSymtab.cpp 301 auto *Fallback = dyn_cast<GlobalValue>(
303 if (!Fallback)
308 Msymtab.printSymbolName(OS, Fallback);
  /src/external/apache2/llvm/dist/llvm/lib/Option/
OptTable.cpp 353 const Info *Fallback = nullptr;
368 // the current argument (e.g. "-abc"). Match it as a fallback if no longer
371 Fallback = Start;
377 if (Fallback) {
378 Option Opt(Fallback, this);
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangOptionDocEmitter.cpp 212 /// exist, get the value of \p Fallback and escape it for rST emission.
214 StringRef Fallback) {
215 for (auto Field : {Primary, Fallback}) {
  /src/external/apache2/llvm/dist/llvm/lib/Support/
VirtualFileSystem.cpp 523 CombiningDirIterImpl(directory_iterator FirstIter, FileSystemPtr Fallback,
525 : FSList({Fallback}), CurrentDirIter(FirstIter),
  /src/share/mk/
bsd.own.mk 740 # Fallback to ensure that all variables are defined to something

Completed in 26 milliseconds