Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.cpp73 ctorArrayDesc(Block * B,std::byte * Ptr,bool IsConst,bool IsMutable,bool IsActive,const Descriptor * D) ctorArrayDesc() argument
136 ctorRecord(Block * B,std::byte * Ptr,bool IsConst,bool IsMutable,bool IsActive,const Descriptor * D) ctorRecord() argument
231 Descriptor(const DeclTy & D,PrimType Type,MetadataSize MD,bool IsConst,bool IsTemporary,bool IsMutable) Descriptor() argument
242 Descriptor(const DeclTy & D,PrimType Type,MetadataSize MD,size_t NumElems,bool IsConst,bool IsTemporary,bool IsMutable) Descriptor() argument
266 Descriptor(const DeclTy & D,const Descriptor * Elem,MetadataSize MD,unsigned NumElems,bool IsConst,bool IsTemporary,bool IsMutable) Descriptor() argument
290 Descriptor(const DeclTy & D,const Record * R,MetadataSize MD,bool IsConst,bool IsTemporary,bool IsMutable) Descriptor() argument
[all...]
H A DProgram.cpp191 const bool IsConst = Ty.isConstQualified(); createGlobal() local
291 const bool IsConst = FT.isConstQualified(); getOrCreateRecord() local
315 createDescriptor(const DeclTy & D,const Type * Ty,Descriptor::MetadataSize MDSize,bool IsConst,bool IsTemporary,bool IsMutable,const Expr * Init) createDescriptor() argument
[all...]
H A DDescriptor.h62 unsigned IsConst : 1; global() member
107 const bool IsConst = false; global() member
H A DByteCodeExprGen.cpp
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DWithCache.h31 constexpr static bool IsConst = std::is_const_v<Arg>; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h24 IsConst, enumerator
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DDXILEmitter.cpp38 bool IsConst; // whether this argument requires a constant value in the IR global() member
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp213 bool IsConst = true; member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h189 constexpr char IsConst[] = "IsConst"; global() variable
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp251 bool IsConst : 1; member
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp104 bool CompilerType::IsConst() const { in IsConst() function in CompilerType
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3917 decomposeTypeForEH(ASTContext & Context,QualType T,bool & IsConst,bool & IsVolatile,bool & IsUnaligned) decomposeTypeForEH() argument
3956 bool IsConst, IsVolatile, IsUnaligned; getAddrOfCXXCatchHandlerType() local
4374 bool IsConst, IsVolatile, IsUnaligned; getThrowInfo() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp466 buildGlobalVariable(Register ResVReg,SPIRVType * BaseType,StringRef Name,const GlobalValue * GV,SPIRV::StorageClass::StorageClass Storage,const MachineInstr * Init,bool IsConst,bool HasLinkageTy,SPIRV::LinkageType::LinkageType LinkageType,MachineIRBuilder & MIRBuilder,bool IsInstSelector) buildGlobalVariable() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp2458 bool IsConst = true; simplifyExtractLow() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp3743 mangleCXXThrowInfo(QualType T,bool IsConst,bool IsVolatile,bool IsUnaligned,uint32_t NumEntries,raw_ostream & Out) mangleCXXThrowInfo() argument
H A DExprConstant.cpp15469 FastEvaluateAsRValue(const Expr * Exp,Expr::EvalResult & Result,const ASTContext & Ctx,bool & IsConst) FastEvaluateAsRValue() argument
15515 bool IsConst; EvaluateAsRValue() local
15672 bool IsConst; EvaluateAsConstantExpr() local
15890 bool IsConst; EvaluateForOverflow() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp450 const bool IsConst = AS == AMDGPUAS::CONSTANT_ADDRESS || in isScalarLoadLegal() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1193 __anona1ef79990802(CXXRecordDecl *Closure, bool &IsByCopy, bool &IsConst) adjustCVQualifiersForCXXThisWithinLambda() argument
H A DSemaDecl.cpp11827 bool IsConst = NewFD->hasAttr<ConstAttr>(); CheckConstPureAttributesUsage() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2949 bool TypeSystemClang::IsConst(lldb::opaque_compiler_type_t type) { IsConst() function in TypeSystemClang