Searched defs:IsConst (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | Descriptor.cpp | 56 static void ctorArrayDesc(Block *B, char *Ptr, bool IsConst, bool IsMutable, in ctorArrayDesc() 117 static void ctorRecord(Block *B, char *Ptr, bool IsConst, bool IsMutable, in ctorRecord() 188 Descriptor::Descriptor(const DeclTy &D, PrimType Type, bool IsConst, in Descriptor() 198 bool IsConst, bool IsTemporary, bool IsMutable) in Descriptor() 217 bool IsConst, bool IsTemporary, bool IsMutable) in Descriptor() 236 Descriptor::Descriptor(const DeclTy &D, Record *R, bool IsConst, in Descriptor()
|
H A D | Program.cpp | 166 const bool IsConst = Ty.isConstQualified(); in createGlobal() local 274 const bool IsConst = FT.isConstQualified(); in getOrCreateRecord() local 297 bool IsConst, bool IsTemporary, in createDescriptor()
|
H A D | Descriptor.h | 74 const bool IsConst = false; member 169 unsigned IsConst : 1; member
|
H A D | ByteCodeExprGen.cpp | 425 bool IsConst, in allocateLocalPrimitive()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | AMDGPUMetadata.h | 190 constexpr char IsConst[] = "IsConst"; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | MicrosoftCXXABI.cpp | 3822 bool &IsConst, bool &IsVolatile, in decomposeTypeForEH() 3861 bool IsConst, IsVolatile, IsUnaligned; in getAddrOfCXXCatchHandlerType() local 4281 bool IsConst, IsVolatile, IsUnaligned; in getThrowInfo() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitSimplify.cpp | 2433 bool IsConst = true; in simplifyExtractLow() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | MicrosoftMangle.cpp | 3555 void MicrosoftMangleContextImpl::mangleCXXThrowInfo(QualType T, bool IsConst, in mangleCXXThrowInfo()
|
H A D | ExprConstant.cpp | 14632 const ASTContext &Ctx, bool &IsConst) { in FastEvaluateAsRValue() 14669 bool IsConst; in EvaluateAsRValue() local 14997 bool IsConst; in EvaluateForOverflow() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURegisterBankInfo.cpp | 444 const bool IsConst = AS == AMDGPUAS::CONSTANT_ADDRESS || in isScalarLoadLegal() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 1135 [](CXXRecordDecl *Closure, bool &IsByCopy, bool &IsConst) { in adjustCVQualifiersForCXXThisWithinLambda()
|