/llvm-project/clang/lib/AST/Interp/ |
H A D | Descriptor.cpp |
|
H A D | Program.cpp |
|
H A D | Descriptor.h |
|
H A D | Compiler.cpp |
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | WithCache.h | 31 constexpr static bool IsConst = std::is_const_v<Arg>; variable
|
/llvm-project/clang-tools-extra/clang-tidy/google/ |
H A D | GlobalVariableDeclarationCheck.cpp | 25 FixItHint generateFixItHint(const VarDecl *Decl, bool IsConst) { in generateFixItHint()
|
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.chunk.by/ |
H A D | types.h | 31 enum class IsConst : bool { no, yes }; enum
|
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVType.h | 24 IsConst, enumerator
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | AMDGPUEmitPrintf.cpp | 213 bool IsConst = true; member
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | AMDGPUMetadata.h | 196 constexpr char IsConst[] = "IsConst"; variable
|
/llvm-project/clang/utils/TableGen/ |
H A D | ClangOpenCLBuiltinEmitter.cpp | 251 bool IsConst : 1; global() member [all...] |
/llvm-project/lldb/source/Symbol/ |
H A D | CompilerType.cpp | 104 bool CompilerType::IsConst() const { in IsConst() function in CompilerType
|
/llvm-project/clang/lib/CodeGen/ |
H A D | MicrosoftCXXABI.cpp | 3969 if (IsConst) in getAddrOfCXXCatchHandlerType() local 3930 decomposeTypeForEH(ASTContext & Context,QualType T,bool & IsConst,bool & IsVolatile,bool & IsUnaligned) decomposeTypeForEH() argument 4387 bool IsConst, IsVolatile, IsUnaligned; getThrowInfo() local [all...] |
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVGlobalRegistry.cpp | 605 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
|
H A D | SPIRVInstructionSelector.cpp | 1512 bool IsConst = isConstReg(MRI, OpReg); selectSplatVector() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitSimplify.cpp | 2459 bool IsConst = true; in simplifyExtractLow() local
|
/llvm-project/clang/unittests/ASTMatchers/ |
H A D | ASTMatchersNarrowingTest.cpp | 2160 TEST_P(ASTMatchersTest, IsConst) { in TEST_P() argument
|
/llvm-project/clang/lib/AST/ |
H A D | MicrosoftMangle.cpp | 3899 mangleCXXThrowInfo(QualType T,bool IsConst,bool IsVolatile,bool IsUnaligned,uint32_t NumEntries,raw_ostream & Out) mangleCXXThrowInfo() argument
|
H A D | ExprConstant.cpp | 15844 FastEvaluateAsRValue(const Expr * Exp,Expr::EvalResult & Result,const ASTContext & Ctx,bool & IsConst) FastEvaluateAsRValue() argument 15893 bool IsConst; EvaluateAsRValue() local 16050 bool IsConst; EvaluateAsConstantExpr() local 16269 bool IsConst; EvaluateForOverflow() local [all...] |
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURegisterBankInfo.cpp | 450 const bool IsConst = AS == AMDGPUAS::CONSTANT_ADDRESS || in isScalarLoadLegal() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 1190 __anon8de2821a0802(CXXRecordDecl *Closure, bool &IsByCopy, bool &IsConst) adjustCVQualifiersForCXXThisWithinLambda() argument
|
H A D | SemaDecl.cpp | 11727 bool IsConst = NewFD->hasAttr<ConstAttr>(); CheckConstPureAttributesUsage() local
|
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 2957 bool TypeSystemClang::IsConst(lldb::opaque_compiler_type_t type) { IsConst() function in TypeSystemClang
|