OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Loaded
(Results
1 - 10
of
10
) sorted by relevancy
/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/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/clang/lib/Lex/
PreprocessingRecord.cpp
104
assert(0 && "Out-of bounds
loaded
preprocessed entity");
149
Loaded
= ExternalSource->findPreprocessedEntitiesInRange(Range);
152
if (
Loaded
.first ==
Loaded
.second)
157
// Check if range spans
loaded
entities.
159
return std::make_pair(int(
Loaded
.first)-TotalLoaded,
160
int(
Loaded
.second)-TotalLoaded);
162
// Range spands
loaded
and local entities.
163
return std::make_pair(int(
Loaded
.first)-TotalLoaded, Local.second);
354
"Out-of bounds
loaded
preprocessed entity")
[
all
...]
/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/Serialization/
ASTReader.h
194
/// This is called for each AST file
loaded
.
448
/// The global module index, if
loaded
.
465
/// Types that have already been
loaded
from the chain.
468
/// ID = (I + 1) << FastQual::Width has already been
loaded
479
/// Declarations that have already been
loaded
from the chain.
482
/// = I + 1 has already been
loaded
.
513
/// Declaration updates for already-
loaded
declarations that we need
520
/// that we needed but hadn't
loaded
yet.
523
/// Exception specification updates that have been
loaded
but not yet
529
/// Deduced return type updates that have been
loaded
but not yet propagate
[
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
);
/src/external/bsd/jemalloc/dist/bin/
jeprof.in
5407
} elsif (m/^
Loaded
image name: (.+)/) {
/src/external/bsd/jemalloc.old/dist/bin/
jeprof.in
5308
} elsif (m/^
Loaded
image name: (.+)/) {
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp
3485
// they may be
loaded
by dereferencing the result of va_next.
4239
// Force all the incoming stack arguments to be
loaded
from the stack
8477
/// a build_vector or insert_subvector whose
loaded
operands are 'Elts'.
8512
// Each
loaded
element must be the correct fractional portion of the
8628
// IsConsecutiveLoadWithZeros - we need to create a shuffle of the
loaded
[
all
...]
Completed in 103 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026