HomeSort by: relevance | last modified time | path
    Searched defs:Loaded (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-runtime/intl-csharp/
intl.cs 189 // Cache for already loaded GettextResourceSet cascades.
190 private Hashtable /* CultureInfo -> GettextResourceSet[] */ Loaded = new Hashtable();
199 GettextResourceSet[] result = (GettextResourceSet[]) Loaded[culture];
204 result = (GettextResourceSet[]) Loaded[culture];
239 Loaded.Add(culture, result);
249 /// Releases all loaded <c>GettextResourceSet</c>s and their assemblies.
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExternalASTSource.h 486 /// Represents a lazily-loaded vector of data.
488 /// The lazily-loaded vector of data contains data that is partially loaded
490 /// items loaded from the external source are loaded lazily, when needed for
496 SmallVector<T, LoadedStorage> Loaded;
504 /// loaded from the external source while non-negative values are used to
508 /// values (corresponding to loaded entities), so that position -M
509 /// corresponds to element 0 in the loaded entities vector, position -M+1
510 /// corresponds to element 1 in the loaded entities vector, etc. Thi
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
AtomicExpandPass.cpp 374 [](IRBuilder<> &Builder, Value *Loaded) { return Loaded; });
414 Value *Loaded = Builder.CreateExtractValue(Pair, 0, "loaded");
416 LI->replaceAllUsesWith(Loaded);
469 Value *Loaded, Value *NewVal, Align AddrAlign,
481 Loaded = Builder.CreateBitCast(Loaded, IntTy);
485 Addr, Loaded, NewVal, AddrAlign, MemOpOrder,
497 Value *Loaded, Value *Inc)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 545 // module import of an implicitly-loaded module file.
1931 // This HeaderFileInfo was externally loaded.
2226 // If a PCH is loaded and validation is disabled for PCH then disable
2307 // If we've already loaded this input file, return it.
2452 // Note that we've loaded this input file.
2579 SmallVectorImpl<ImportedModule> &Loaded,
2637 // loaded module files, ignore missing inputs.
2847 Loaded, StoredSize, StoredModTime,
2905 // If we've already loaded a module map file covering this module, we may
3191 // If we've already loaded the decl, perform the updates when we finis
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InstructionSimplify.cpp 2568 // that might be resolve lazily to symbols in another dynamically-loaded
5221 Constant *Loaded = ConstantFoldLoadFromConstPtr(C, Int32Ty, DL);
5222 if (!Loaded)
5225 auto *LoadedCE = dyn_cast<ConstantExpr>(Loaded);

Completed in 73 milliseconds