OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsPointer
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetCallingConv.h
54
unsigned
IsPointer
: 1;
68
IsCopyElisionCandidate(0),
IsPointer
(0), ByValOrByRefSize(0),
141
bool
isPointer
() const { return
IsPointer
; }
142
void setPointer() {
IsPointer
= 1; }
/src/external/apache2/llvm/dist/clang/utils/TableGen/
RISCVVEmitter.cpp
61
bool
IsPointer
= false;
372
if (
IsPointer
)
434
if (
IsPointer
)
484
if (
IsPointer
)
524
if (
IsPointer
)
710
if (
IsPointer
)
712
IsPointer
= true;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
MicrosoftCXXABI.cpp
4184
bool
IsPointer
= T->isPointerType();
4185
if (
IsPointer
)
4217
if (
IsPointer
)
4240
if (
IsPointer
&& T->getPointeeType()->isObjectType())
CGOpenMPRuntime.cpp
7771
bool
IsPointer
=
7780
bool IsNonDerefPointer =
IsPointer
&& !UO && !BO && !IsNonContiguous;
7841
(((
IsPointer
|| ForDeviceAddr) &&
7843
(IsPrevMemberReference && !
IsPointer
) ||
7849
assert(!
IsPointer
&&
7957
if (
IsPointer
|| (IsMemberReference && Next != CE))
Completed in 40 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026