OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsConst
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Descriptor.h
31
using BlockCtorFn = void (*)(Block *Storage, char *FieldPtr, bool
IsConst
,
74
const bool
IsConst
= false;
88
Descriptor(const DeclTy &D, PrimType Type, bool
IsConst
, bool IsTemporary,
92
Descriptor(const DeclTy &D, PrimType Type, size_t NumElems, bool
IsConst
,
99
Descriptor(const DeclTy &D, Descriptor *Elem, unsigned NumElems, bool
IsConst
,
106
Descriptor(const DeclTy &D, Record *R, bool
IsConst
, bool IsTemporary,
169
unsigned
IsConst
: 1;
Program.cpp
42
/*
isConst
=*/true,
166
const bool
IsConst
= Ty.isConstQualified();
169
Desc = createDescriptor(D, *T,
IsConst
, IsTemporary);
171
Desc = createDescriptor(D, Ty.getTypePtr(),
IsConst
, IsTemporary);
228
return allocateDescriptor(BD, BR, /*
isConst
=*/false,
274
const bool
IsConst
= FT.isConstQualified();
278
Desc = createDescriptor(FD, *T,
IsConst
, /*isTemporary=*/false,
281
Desc = createDescriptor(FD, FT.getTypePtr(),
IsConst
,
297
bool
IsConst
, bool IsTemporary,
302
return allocateDescriptor(D, Record,
IsConst
, IsTemporary, IsMutable)
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
AMDGPUMetadata.h
190
constexpr char
IsConst
[] = "
IsConst
";
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPURegisterBankInfo.cpp
444
const bool
IsConst
= AS == AMDGPUAS::CONSTANT_ADDRESS ||
452
(
IsConst
|| !MMO->isVolatile()) &&
454
(
IsConst
|| MMO->isInvariant() || memOpHasNoClobbered(MMO)) &&
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
MicrosoftCXXABI.cpp
3822
bool &
IsConst
, bool &IsVolatile,
3831
IsConst
= false;
3836
IsConst
= PointeeType.isConstQualified();
3861
bool
IsConst
, IsVolatile, IsUnaligned;
3863
decomposeTypeForEH(getContext(), Type,
IsConst
, IsVolatile, IsUnaligned);
3868
if (
IsConst
)
4281
bool
IsConst
, IsVolatile, IsUnaligned;
4282
T = decomposeTypeForEH(getContext(), T,
IsConst
, IsVolatile, IsUnaligned);
4298
getMangleContext().mangleCXXThrowInfo(T,
IsConst
, IsVolatile, IsUnaligned,
4311
if (
IsConst
)
[
all
...]
Completed in 32 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026