Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DDescriptor.cpp84 static void ctorArrayDesc(Block *B, std::byte *Ptr, bool IsConst, in ctorArrayDesc()
152 static void initField(Block *B, std::byte *Ptr, bool IsConst, bool IsMutable, in initField()
171 static void initBase(Block *B, std::byte *Ptr, bool IsConst, bool IsMutable, in initBase()
199 static void ctorRecord(Block *B, std::byte *Ptr, bool IsConst, bool IsMutable, in ctorRecord()
341 MetadataSize MD, bool IsConst, bool IsTemporary, in Descriptor()
354 size_t NumElems, bool IsConst, bool IsTemporary, in Descriptor()
368 bool IsTemporary, bool IsConst, UnknownSize) in Descriptor()
381 unsigned NumElems, bool IsConst, bool IsTemporary, in Descriptor()
406 bool IsConst, bool IsTemporary, bool IsMutable, in Descriptor()
H A DProgram.cpp250 const bool IsConst = Ty.isConstQualified(); in createGlobal() local
372 const bool IsConst = FT.isConstQualified(); in getOrCreateRecord() local
397 bool IsConst, bool IsTemporary, in createDescriptor()
H A DDescriptor.h165 const bool IsConst = false; member
H A DCompiler.cpp2861 bool IsConst = SubExpr->getType().isConstQualified(); in VisitMaterializeTemporaryExpr() local
4388 DeclTy &&Src, PrimType Ty, bool IsConst, const ValueDecl *ExtendingDecl, in allocateLocalPrimitive()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DWithCache.h32 constexpr static bool IsConst = std::is_const_v<Arg>; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHLSLBuiltinTypeDeclBuilder.cpp111 bool IsConst; member
344 bool IsConst, bool IsCtor) in BuiltinTypeMethodBuilder()
807 bool IsConst, bool IsRef) { in addHandleAccessFunction()
H A DSemaExprCXX.cpp1172 [](CXXRecordDecl *Closure, bool &IsByCopy, bool &IsConst) { in adjustCVQualifiersForCXXThisWithinLambda()
H A DSemaDecl.cpp12002 bool IsConst = NewFD->hasAttr<ConstAttr>(); in CheckConstPureAttributesUsage() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h25 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.h197 constexpr char IsConst[] = "IsConst"; variable
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp249 bool IsConst : 1; member
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3922 bool &IsConst, bool &IsVolatile, in decomposeTypeForEH()
3962 bool IsConst, IsVolatile, IsUnaligned; in getAddrOfCXXCatchHandlerType() local
4379 bool IsConst, IsVolatile, IsUnaligned; in getThrowInfo() local
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp106 bool CompilerType::IsConst() const { in IsConst() function in CompilerType
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp2371 bool IsConst = true; in selectBuildVector() local
2409 bool IsConst = isConstReg(MRI, OpReg); in selectSplatVector() local
H A DSPIRVGlobalRegistry.cpp703 const MachineInstr *Init, bool IsConst, bool HasLinkageTy, in buildGlobalVariable()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp2437 bool IsConst = true; in simplifyExtractLow() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp3992 void MicrosoftMangleContextImpl::mangleCXXThrowInfo(QualType T, bool IsConst, in mangleCXXThrowInfo()
H A DExprConstant.cpp16781 const ASTContext &Ctx, bool &IsConst) { in FastEvaluateAsRValue()
16842 bool IsConst; in EvaluateAsRValue() local
16999 bool IsConst; in EvaluateAsConstantExpr() local
17213 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/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3000 bool TypeSystemClang::IsConst(lldb::opaque_compiler_type_t type) { in IsConst() function in TypeSystemClang