Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DDescriptor.cpp62 static void ctorArrayDesc(Block *B, char *Ptr, bool IsConst, bool IsMutable, in ctorArrayDesc()
124 static void ctorRecord(Block *B, char *Ptr, bool IsConst, bool IsMutable, in ctorRecord()
198 bool IsConst, bool IsTemporary, bool IsMutable) in Descriptor()
208 size_t NumElems, bool IsConst, bool IsTemporary, in Descriptor()
229 unsigned NumElems, bool IsConst, bool IsTemporary, in Descriptor()
251 bool IsConst, bool IsTemporary, bool IsMutable) in Descriptor()
H A DProgram.cpp187 const bool IsConst = Ty.isConstQualified(); in createGlobal() local
289 const bool IsConst = FT.isConstQualified(); in getOrCreateRecord() local
313 bool IsConst, bool IsTemporary, in createDescriptor()
H A DDescriptor.h62 unsigned IsConst : 1; member
107 const bool IsConst = false; member
H A DByteCodeExprGen.cpp776 bool IsConst, in allocateLocalPrimitive()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h24 IsConst, enumerator
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DDXILEmitter.cpp38 bool IsConst; // whether this argument requires a constant value in the IR member
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h195 constexpr char IsConst[] = "IsConst"; variable
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp251 bool IsConst : 1; member
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompilerType.cpp105 bool CompilerType::IsConst() const { in IsConst() function in CompilerType
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3928 bool &IsConst, bool &IsVolatile, in decomposeTypeForEH()
3967 bool IsConst, IsVolatile, IsUnaligned; in getAddrOfCXXCatchHandlerType() local
4387 bool IsConst, IsVolatile, IsUnaligned; in getThrowInfo() local
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp439 const MachineInstr *Init, bool IsConst, bool HasLinkageTy, in buildGlobalVariable()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp2458 bool IsConst = true; in simplifyExtractLow() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DMicrosoftMangle.cpp3606 void MicrosoftMangleContextImpl::mangleCXXThrowInfo(QualType T, bool IsConst, in mangleCXXThrowInfo()
H A DExprConstant.cpp15115 const ASTContext &Ctx, bool &IsConst) { in FastEvaluateAsRValue()
15158 bool IsConst; in EvaluateAsRValue() local
15315 bool IsConst; in EvaluateAsConstantExpr() local
15506 bool IsConst; in EvaluateForOverflow() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp438 const bool IsConst = AS == AMDGPUAS::CONSTANT_ADDRESS || in isScalarLoadLegal() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp1157 [](CXXRecordDecl *Closure, bool &IsByCopy, bool &IsConst) { in adjustCVQualifiersForCXXThisWithinLambda()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3017 bool TypeSystemClang::IsConst(lldb::opaque_compiler_type_t type) { in IsConst() function in TypeSystemClang