OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Lookups
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/M68k/Disassembler/
M68kDisassembler.cpp
115
std::vector<M68kInstructionLookup>
Lookups
;
296
Lookups
.reserve(NumInstr);
367
Lookups
.push_back(Builder.build(I));
468
for (unsigned I = 0, E =
Lookups
.size(); I < E; ++I) {
469
const M68kInstructionLookup &Lookup =
Lookups
[I];
/src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTReader.h
577
serialization::reader::DeclContextLookupTable>
Lookups
;
993
/// The number of
lookups
into identifier tables.
996
/// The number of
lookups
into identifier tables that succeed.
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp
3007
// We only need to do redeclaration
lookups
if we're in a class
4589
// Transfer across any unqualified
lookups
.
4591
SmallVector<DeclAccessPair, 32>
Lookups
;
4592
Lookups
.reserve(DFI->getUnqualifiedLookups().size());
4600
Lookups
.push_back(DeclAccessPair::make(D, DA.getAccess()));
4607
SemaRef.Context,
Lookups
)
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp
897
SmallVector<DeclAccessPair, 8>
Lookups
;
901
Lookups
.push_back(DeclAccessPair::make(ND, AS));
904
Reader.getContext(),
Lookups
));
1791
assert(Reader.
Lookups
.find(MergeDD.Definition) == Reader.
Lookups
.end() &&
1792
"already loaded pending
lookups
for merged definition");
3328
//
lookups
will find it.
3457
// cause additional
lookups
here.
4223
Lookups
[DC].Table.add(
Completed in 30 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026