Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.cpp84 static void ctorArrayDesc(Block *B, std::byte *Ptr, bool IsConst, in ctorArrayDesc()
147 static void initField(Block *B, std::byte *Ptr, bool IsConst, bool IsMutable, in initField()
164 static void initBase(Block *B, std::byte *Ptr, bool IsConst, bool IsMutable, in initBase()
189 static void ctorRecord(Block *B, std::byte *Ptr, bool IsConst, bool IsMutable, in ctorRecord()
287 bool IsConst, bool IsTemporary, bool IsMutable) in Descriptor()
299 size_t NumElems, bool IsConst, bool IsTemporary, in Descriptor()
325 unsigned NumElems, bool IsConst, bool IsTemporary, in Descriptor()
349 bool IsConst, bool IsTemporary, bool IsMutable) in Descriptor()
H A DProgram.cpp220 const bool IsConst = Ty.isConstQualified(); in createGlobal() local
341 const bool IsConst = FT.isConstQualified(); in getOrCreateRecord() local
365 bool IsConst, bool IsTemporary, in createDescriptor()
H A DDescriptor.h145 const bool IsConst = false; member
H A DCompiler.cpp3463 bool IsConst, in allocateLocalPrimitive()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h24 IsConst, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp213 bool IsConst = true; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h196 constexpr char IsConst[] = "IsConst"; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3930 bool &IsConst, bool &IsVolatile, in decomposeTypeForEH()
3969 bool IsConst, IsVolatile, IsUnaligned; in getAddrOfCXXCatchHandlerType() local
4387 bool IsConst, IsVolatile, IsUnaligned; in getThrowInfo() local
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp104 bool CompilerType::IsConst() const { in IsConst() function in CompilerType
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp605 const MachineInstr *Init, bool IsConst, bool HasLinkageTy, in buildGlobalVariable()
H A DSPIRVInstructionSelector.cpp1512 bool IsConst = isConstReg(MRI, OpReg); in selectSplatVector() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp2459 bool IsConst = true; in simplifyExtractLow() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp3900 void MicrosoftMangleContextImpl::mangleCXXThrowInfo(QualType T, bool IsConst, in mangleCXXThrowInfo()
H A DExprConstant.cpp15881 const ASTContext &Ctx, bool &IsConst) { in FastEvaluateAsRValue()
15930 bool IsConst; in EvaluateAsRValue() local
16087 bool IsConst; in EvaluateAsConstantExpr() local
16306 bool IsConst; in EvaluateForOverflow() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp450 const bool IsConst = AS == AMDGPUAS::CONSTANT_ADDRESS || in isScalarLoadLegal() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1190 [](CXXRecordDecl *Closure, bool &IsByCopy, bool &IsConst) { in adjustCVQualifiersForCXXThisWithinLambda()
H A DSemaDecl.cpp11769 bool IsConst = NewFD->hasAttr<ConstAttr>(); in CheckConstPureAttributesUsage() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2957 bool TypeSystemClang::IsConst(lldb::opaque_compiler_type_t type) { in IsConst() function in TypeSystemClang