/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Descriptor.cpp | 84 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 D | Program.cpp | 220 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 D | Descriptor.h | 145 const bool IsConst = false; member
|
H A D | Compiler.cpp | 3463 bool IsConst, in allocateLocalPrimitive()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVType.h | 24 IsConst, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | AMDGPUEmitPrintf.cpp | 213 bool IsConst = true; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | AMDGPUMetadata.h | 196 constexpr char IsConst[] = "IsConst"; variable
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | MicrosoftCXXABI.cpp | 3930 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 D | CompilerType.cpp | 104 bool CompilerType::IsConst() const { in IsConst() function in CompilerType
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVGlobalRegistry.cpp | 605 const MachineInstr *Init, bool IsConst, bool HasLinkageTy, in buildGlobalVariable()
|
H A D | SPIRVInstructionSelector.cpp | 1512 bool IsConst = isConstReg(MRI, OpReg); in selectSplatVector() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitSimplify.cpp | 2459 bool IsConst = true; in simplifyExtractLow() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | MicrosoftMangle.cpp | 3900 void MicrosoftMangleContextImpl::mangleCXXThrowInfo(QualType T, bool IsConst, in mangleCXXThrowInfo()
|
H A D | ExprConstant.cpp | 15881 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 D | AMDGPURegisterBankInfo.cpp | 450 const bool IsConst = AS == AMDGPUAS::CONSTANT_ADDRESS || in isScalarLoadLegal() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 1190 [](CXXRecordDecl *Closure, bool &IsByCopy, bool &IsConst) { in adjustCVQualifiersForCXXThisWithinLambda()
|
H A D | SemaDecl.cpp | 11769 bool IsConst = NewFD->hasAttr<ConstAttr>(); in CheckConstPureAttributesUsage() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 2957 bool TypeSystemClang::IsConst(lldb::opaque_compiler_type_t type) { in IsConst() function in TypeSystemClang
|