Home
last modified time | relevance | path

Searched defs:IsConst (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DDescriptor.cpp56 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 DProgram.cpp166 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 DDescriptor.h74 const bool IsConst = false; member
169 unsigned IsConst : 1; member
H A DByteCodeExprGen.cpp425 bool IsConst, in allocateLocalPrimitive()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h190 constexpr char IsConst[] = "IsConst"; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3822 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 DHexagonBitSimplify.cpp2433 bool IsConst = true; in simplifyExtractLow() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DMicrosoftMangle.cpp3555 void MicrosoftMangleContextImpl::mangleCXXThrowInfo(QualType T, bool IsConst, in mangleCXXThrowInfo()
H A DExprConstant.cpp14632 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 DAMDGPURegisterBankInfo.cpp444 const bool IsConst = AS == AMDGPUAS::CONSTANT_ADDRESS || in isScalarLoadLegal() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp1135 [](CXXRecordDecl *Closure, bool &IsByCopy, bool &IsConst) { in adjustCVQualifiersForCXXThisWithinLambda()