OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WasInserted
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/IR/
Metadata.cpp
166
bool
WasInserted
=
169
(void)
WasInserted
;
170
assert(
WasInserted
&& "Expected to add a reference");
188
bool
WasInserted
= UseMap.insert(std::make_pair(New, OwnerAndIndex)).second;
189
(void)
WasInserted
;
190
assert(
WasInserted
&& "Expected to add a reference");
[
all
...]
/external/llvm/lib/CodeGen/MIRParser/
MIParser.cpp
373
bool
WasInserted
= MBBSlots.insert(std::make_pair(ID, MBB)).second;
374
if (!
WasInserted
)
[
all
...]
Completed in 67 milliseconds