OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PointerRec
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
AliasSetTracker.h
52
class
PointerRec
{
54
PointerRec
**PrevInList = nullptr;
55
PointerRec
*NextInList = nullptr;
65
PointerRec
(Value *V)
70
PointerRec
*getNext() const { return NextInList; }
73
PointerRec
** setPrevInList(
PointerRec
**PIL) {
140
PointerRec
*PtrList = nullptr;
141
PointerRec
**PtrListEnd;
236
PointerRec
*CurNode
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
AliasSetTracker.cpp
62
PointerRec
*L = getSomePointer();
63
PointerRec
*R = AS.getSomePointer();
131
void AliasSet::addPointer(AliasSetTracker &AST,
PointerRec
&Entry,
138
if (
PointerRec
*P = getSomePointer()) {
205
PointerRec
*SomePtr = getSomePointer();
287
// Delete all the
PointerRec
entries.
352
AliasSet::
PointerRec
&Entry = getEntryFor(Pointer);
546
// First, look up the
PointerRec
for this pointer.
551
AliasSet::
PointerRec
*PtrValEnt = I->second;
574
// First, look up the
PointerRec
for this pointer
[
all
...]
Completed in 16 milliseconds
Indexes created Sat Sep 26 00:25:34 UTC 2026