| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenACCClauseAppertainment.cpp | 43 constexpr bool isSet(OpenACCClauseKind C) const { in isSet() function in __anon5500e1230111::AccClauseSet 100 if (!Set.isSet(CurClause)) in getListOfClauses() 150 if (Lists.Required.isSet(dealiasClauseKind(C->getClauseKind()))) in DiagnoseRequiredClauses() 170 if (!Lists.AllowedOnce.isSet(CK)) in DiagnoseAllowedOnceClauses() 197 if (!Lists.AllowedExclusive.isSet(Dealiased)) in DiagnoseExclusiveClauses() 201 if (Lists.AllowedExclusive.isSet(dealiasClauseKind(C->getClauseKind()))) { in DiagnoseExclusiveClauses() 223 if (!Lists.Allowed.isSet(Dealiased) && !Lists.AllowedOnce.isSet(Dealiased) && in DiagnoseAllowedClauses() 224 !Lists.AllowedExclusive.isSet(Dealiased) && in DiagnoseAllowedClauses() 225 !Lists.Required.isSet(Dealiased)) in DiagnoseAllowedClauses()
|
| H A D | SemaCXXScopeSpec.cpp | 54 if (!SS.isSet() || SS.isInvalid()) in computeDeclContext() 162 if (!SS.isSet() || SS.isInvalid()) in isDependentScopeSpecifier() 424 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist"); in BuildCXXNestedNameSpecifier() 427 } else if (SS.isSet()) { in BuildCXXNestedNameSpecifier() 758 } else if (SS.isSet()) in BuildCXXNestedNameSpecifier() 969 assert(SS.isSet() && "Parser passed invalid CXXScopeSpec."); in ShouldEnterDeclaratorScope() 1011 assert(SS.isSet() && "Parser passed invalid CXXScopeSpec."); in ActOnCXXEnterDeclaratorScope() 1033 assert(SS.isSet() && "Parser passed invalid CXXScopeSpec."); in ActOnCXXExitDeclaratorScope()
|
| H A D | SemaExprMember.cpp | 227 if (SS.isSet()) Range.setBegin(SS.getRange().getBegin()); in diagnoseInstanceReference() 667 QualType ObjectType = SS.isSet() ? QualType() : RTy; in LookupMemberExprInRecord() 884 (SS.isSet() ? SS.getScopeRep()->isDependent() in BuildMemberReferenceExpr() 941 (SS.isSet() ? computeDeclContext(SS) : computeDeclContext(BaseType)); in BuildMemberReferenceExpr() 950 << (SS.isSet() in BuildMemberReferenceExpr() 963 if ((SS.isSet() || !BaseExpr || in BuildMemberReferenceExpr() 1709 = (!SS.isSet() ? nullptr : FindFirstQualifierInScope(S, SS.getScopeRep())); in ActOnMemberAccessExpr()
|
| H A D | SemaTemplate.cpp | 360 if (!SS || !SS->isSet() || !isDependentScopeSpecifier(*SS) || in DiagnoseUnknownTemplateName() 1137 SS.isSet() ? SS.getWithLocInContext(Context) : NestedNameSpecifierLoc(), in BuildTypeConstraint() 1783 if (SS.isSet()) in SetNestedNameSpecifier() 1959 if (!SS.isSet()) { in CheckClassTemplate() 2081 (SS.isSet() && SemanticContext && SemanticContext->isRecord() && in CheckClassTemplate() 2089 if (SS.isSet()) { in CheckClassTemplate() 3850 if (!IsCtorOrDtorName && !IsClassName && SS.isSet()) { in ActOnTemplateIdType() 4756 SourceRange(SS.isSet() ? SS.getBeginLoc() : ConceptNameInfo.getLoc(), in CheckConceptTemplateId() 4762 SS.isSet() ? SS.getWithLocInContext(Context) : NestedNameSpecifierLoc{}, in CheckConceptTemplateId() 8534 if (SS.isSet()) { in ActOnClassTemplateSpecialization() [all …]
|
| H A D | SemaDecl.cpp | 727 if (!SS || !SS->isSet()) { in DiagnoseUnknownTypeName() 756 tmpSS.isSet() ? &tmpSS : SS, false, false, nullptr, in DiagnoseUnknownTypeName() 781 if (!SS || (!SS->isSet() && !SS->isInvalid())) in DiagnoseUnknownTypeName() 885 if (getLangOpts().CPlusPlus && SS.isSet() && in ClassifyName() 6338 else if (D.getCXXScopeSpec().isSet()) { in HandleDeclarator() 6405 if (!D.getCXXScopeSpec().isSet()) { in HandleDeclarator() 6734 if (D.getCXXScopeSpec().isSet()) { in ActOnTypedefDeclarator() 6928 if (!SS.isSet()) return; in SetNestedNameSpecifier() 8165 D.getCXXScopeSpec().isSet()) { in ActOnVariableDeclarator() 8173 } else if (D.getCXXScopeSpec().isSet() && in ActOnVariableDeclarator() [all …]
|
| H A D | SemaExprCXX.cpp | 315 SS.isSet() ? SS.getScopeRep()->getPrefix() : nullptr) { in getDestructorName() 359 if (SS.isSet()) { in getDestructorName() 7207 if (!SS.isSet()) { in ActOnPseudoDestructorExpr() 7225 ((SS.isSet() && !computeDeclContext(SS, false)) || in ActOnPseudoDestructorExpr() 7226 (!SS.isSet() && ObjectType->isDependentType()))) { in ActOnPseudoDestructorExpr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUArgumentUsageInfo.h | 58 bool isSet() const { in isSet() function 63 return isSet();
|
| H A D | AMDGPUArgumentUsageInfo.cpp | 27 if (!isSet()) { in print()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | COFF.h | 318 assert(isSet() && "COFFSymbolRef points to nothing!"); in getStringTableOffset() 323 assert(isSet() && "COFFSymbolRef points to nothing!"); in getValue() 328 assert(isSet() && "COFFSymbolRef points to nothing!"); in getSectionNumber() 339 assert(isSet() && "COFFSymbolRef points to nothing!"); in getType() 344 assert(isSet() && "COFFSymbolRef points to nothing!"); in getStorageClass() 349 assert(isSet() && "COFFSymbolRef points to nothing!"); in getNumberOfAuxSymbols() 443 bool isSet() const { return CS16 || CS32; } in isSet() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclTemplate.h | 328 bool isSet() const { return !ValueOrInherited.isNull(); } in isSet() function 357 assert(!isSet() && "default argument already set"); in set() 364 if (!isSet()) in setInherited() 1232 bool hasDefaultArgument() const { return DefaultArgument.isSet(); } 1237 return DefaultArgument.isSet() ? *DefaultArgument.get() : NoneLoc; 1435 bool hasDefaultArgument() const { return DefaultArgument.isSet(); } 1440 return DefaultArgument.isSet() ? *DefaultArgument.get() : NoneLoc; 1712 bool hasDefaultArgument() const { return DefaultArgument.isSet(); } 1717 return DefaultArgument.isSet() ? *DefaultArgument.get() : NoneLoc;
|
| H A D | FormatString.h | 38 bool isSet() const { return flag; } in isSet() function
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCleanup.cpp | 754 if (NormalDeactivateOrigIP.isSet()) in PopCleanupBlock() 796 if (NormalDeactivateOrigIP.isSet()) in PopCleanupBlock() 800 if (NormalDeactivateOrigIP.isSet()) in PopCleanupBlock() 1027 if (NormalDeactivateOrigIP.isSet()) in PopCleanupBlock()
|
| H A D | CodeGenFunction.h | 1981 if (CGF.Builder.saveIP().isSet()) 2010 assert(AllocaIP.isSet() && 2039 assert((!AllocaIP.isSet() || 2044 if (AllocaIP.isSet())
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationPlanner.h | 110 bool isSet() const { return Block != nullptr; } in isSet() function 118 if (IP.isSet()) in restoreIP()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFastISel.cpp | 69 assert(!isSet() && "Can't change kind with non-zero base"); in setKind() 103 bool isSet() const { return IsBaseSet; } in isSet() function in __anon626f7eac0111::WebAssemblyFastISel::Address 324 if (Addr.isSet()) { in computeAddress() 383 if (Addr.isSet()) { in computeAddress()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Attributes.cpp | 2529 if (AttrClass::isSet(Caller, AttrClass::getKind()) && in setAND() 2530 !AttrClass::isSet(Callee, AttrClass::getKind())) in setAND() 2541 if (!AttrClass::isSet(Caller, AttrClass::getKind()) && in setOR() 2542 AttrClass::isSet(Callee, AttrClass::getKind())) in setOR() 2645 static bool isSet(const Function &Fn, in isSet() function 2660 static bool isSet(const Function &Fn, in isSet() function
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseExprCXX.cpp | 521 (ObjectType || SS.isSet()) && in ParseOptionalCXXScopeSpecifier() 2587 if (TemplateKWLoc && (ObjectType || SS.isSet())) { in ParseUnqualifiedId() 2675 if (SS.isSet()) { in ParseUnqualifiedId() 2706 if (TemplateKWLoc && (ObjectType || SS.isSet())) in ParseUnqualifiedId() 2747 (AllowDestructorName || SS.isSet()) && Tok.is(tok::tilde)) { in ParseUnqualifiedId() 2797 if (SS.isSet()) { in ParseUnqualifiedId() 2807 !SS.isSet()) { in ParseUnqualifiedId()
|
| H A D | ParseDecl.cpp | 2478 if (D.getCXXScopeSpec().isSet()) { in ParseDeclarationAfterDeclaratorAndAttributes() 2491 if (D.getCXXScopeSpec().isSet()) in ParseDeclarationAfterDeclaratorAndAttributes() 5036 if (Spec.isSet() && Tok.isNot(tok::identifier)) { in ParseEnumSpecifier() 5211 if (!getLangOpts().CPlusPlus11 || !SS.isSet()) { in ParseEnumSpecifier() 6020 if (SS.isSet() && Actions.ShouldEnterDeclaratorScope(getCurScope(), SS)) in isConstructorDeclarator() 6035 ImplicitTypenameContext ITC = IsFriend && !SS.isSet() in isConstructorDeclarator() 6626 } else if (D.getCXXScopeSpec().isSet()) { in ParseDirectDeclarator() 6735 if (D.getCXXScopeSpec().isSet()) { in ParseDirectDeclarator() 6838 if (D.getCXXScopeSpec().isSet()) in ParseDirectDeclarator()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DecoderEmitter.cpp | 271 bool isSet() const { return V == BIT_TRUE || V == BIT_FALSE; } in isSet() function 274 if (isSet()) in getValue() 580 return FilterBitValues[Idx].isSet(); in PositionFiltered() 1616 if (FilterBitValues[BitIndex].isSet()) in filterProcessor()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 1398 if ((PgoAnalysisMapFeatures.isSet(PGOMapFeaturesEnum::None) || in getBBAddrMapFeature() 1399 PgoAnalysisMapFeatures.isSet(PGOMapFeaturesEnum::All)) && in getBBAddrMapFeature() 1406 bool NoFeatures = PgoAnalysisMapFeatures.isSet(PGOMapFeaturesEnum::None); in getBBAddrMapFeature() 1407 bool AllFeatures = PgoAnalysisMapFeatures.isSet(PGOMapFeaturesEnum::All); in getBBAddrMapFeature() 1409 AllFeatures || (!NoFeatures && PgoAnalysisMapFeatures.isSet( in getBBAddrMapFeature() 1413 (!NoFeatures && PgoAnalysisMapFeatures.isSet(PGOMapFeaturesEnum::BBFreq)); in getBBAddrMapFeature() 1416 (!NoFeatures && PgoAnalysisMapFeatures.isSet(PGOMapFeaturesEnum::BrProb)); in getBBAddrMapFeature()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 227 bool isSet() const { return getScopeRep() != nullptr; } in isSet() function 1835 bool isSet() const { return LSquareLoc.isValid(); } in isSet() function 2330 return BindingGroup.isSet(); in isDecompositionDeclarator()
|
| /freebsd/contrib/llvm-project/clang/tools/clang-format/ |
| H A D | ClangFormat.cpp | 449 nullptr, WNoErrorList.isSet(WNoError::Unknown)); in format()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | CommandLine.h | 1811 template <class T> bool isSet(const T &V) { 1836 template <class T> bool isSet(const T &V) { return (Bits & Bit(V)) != 0; }
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenExpr.cpp | 1706 cir::AllocaOp alloca = ip.isSet() in createTempAllocaWithoutCast() 1752 assert(ip.isSet() && "Insertion point is not set"); in createTempAlloca()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 2530 assert(SS.isSet() && "C++ scope was not set!"); in EnterDeclaratorScope() 2541 assert(SS.isSet() && "C++ scope was cleared ?"); in ~DeclaratorScopeObj() 2746 D.getCXXScopeSpec().isSet() && in ParseParameterDeclarationClause()
|