Home
last modified time | relevance | path

Searched refs:hasConst (Results 1 – 15 of 15) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp2128 bool HasConst = Quals.hasConst(), in mangleQualifiers()
2195 bool HasConst = Quals.hasConst(), in manglePointerCVQualifiers()
3160 assert(!Quals.hasConst() && !Quals.hasVolatile() && "unexpected qualifier!"); in mangleType()
3172 assert(!Quals.hasConst() && !Quals.hasVolatile() && "unexpected qualifier!"); in mangleType()
H A DItaniumMangle.cpp2856 if (Quals.hasConst()) in mangleQualifiers()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1740 bool hasConst() { in hasConst() function in __anon4b90bec70611::LeafPrioQueue
2143 if (NOpcode == ISD::ADD && GA.Value.getNode() && Leaves.hasConst() && in balanceSubTree()
2196 if (TopLevel && !CanFactorize && Leaves.hasConst()) { in balanceSubTree()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DType.h264 bool hasConst() const { return Mask & Const; }
563 return hasConst();
639 bool hasConst() const { return Quals.hasConst(); }
4130 bool isConst() const { return getFastTypeQuals().hasConst(); }
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp742 if (AllConstSoFar && !DestQuals.hasConst()) { in CastsAwayConstness()
3315 if (CastAwayQualifiers.hasConst() && CastAwayQualifiers.hasVolatile()) { in DiagnoseCastQual()
3317 } else if (CastAwayQualifiers.hasConst()) { in DiagnoseCastQual()
H A DSemaInit.cpp4508 (T1Quals.hasConst() && !T1Quals.hasVolatile())) { in TryReferenceListInitialization()
5071 if (isLValueRef && !(T1Quals.hasConst() && !T1Quals.hasVolatile() && in TryReferenceInitializationCore()
H A DSemaTemplateDeduction.cpp3498 (DeducedAQuals.hasConst() && in CheckOriginalCallArgDeduction()
H A DSemaOverload.cpp3449 if (ToQuals.hasConst() && in isNonTrivialObjCLifetimeConversion()
3532 PreviousToQualsIncludeConst && ToQuals.hasConst(); in isQualificationConversionStep()
H A DSemaCodeComplete.cpp1429 if (ObjectKind != VK_LValue && !MethodQuals.hasConst()) in AddResult()
H A DSemaDecl.cpp11962 !isa<CXXDestructorDecl>(MD) && !MD->getMethodQualifiers().hasConst()) { in CheckFunctionDeclaration()
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp669 if (Q.hasConst()) in VisitType()
/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp412 if (Quals.hasConst()) in getFragmentsForQualifiers()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp2634 assert(qs.hasConst() && "pseudo-strong variable should be const!"); in EmitParmDecl()
H A DCGDebugInfo.cpp973 if (Q.hasConst()) { in getNextQualifier()
H A DCGExpr.cpp1689 if (!qs.hasConst() || qs.hasVolatile()) return false; in isConstantEmittableObjectType()