Home
last modified time | relevance | path

Searched refs:isSet (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp76 if (!SS.isSet() || SS.isInvalid()) in computeDeclContext()
187 if (!SS.isSet() || SS.isInvalid()) in isDependentScopeSpecifier()
494 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist"); in BuildCXXNestedNameSpecifier()
497 } else if (SS.isSet()) { in BuildCXXNestedNameSpecifier()
821 } else if (SS.isSet()) in BuildCXXNestedNameSpecifier()
1018 assert(SS.isSet() && "Parser passed invalid CXXScopeSpec."); in ShouldEnterDeclaratorScope()
1067 assert(SS.isSet() && "Parser passed invalid CXXScopeSpec."); in ActOnCXXEnterDeclaratorScope()
1094 assert(SS.isSet() && "Parser passed invalid CXXScopeSpec."); in ActOnCXXExitDeclaratorScope()
H A DSemaExprMember.cpp209 if (SS.isSet()) Range.setBegin(SS.getRange().getBegin()); in diagnoseInstanceReference()
689 QualType ObjectType = SS.isSet() ? QualType() : QualType(RTy, 0); in LookupMemberExprInRecord()
697 if (SS.isSet()) { in LookupMemberExprInRecord()
785 (SS.isSet() && isDependentScopeSpecifier(SS)) || in BuildMemberReferenceExpr()
1029 DeclContext *DC = (SS.isSet() in BuildMemberReferenceExpr()
1071 if ((SS.isSet() || !BaseExpr || in BuildMemberReferenceExpr()
1753 if (SS.isSet() && SS.isInvalid()) in ActOnMemberAccessExpr()
1777 = (!SS.isSet() ? nullptr : FindFirstQualifierInScope(S, SS.getScopeRep())); in ActOnMemberAccessExpr()
H A DSemaTemplate.cpp293 if (SS.isSet() && !SS.isInvalid()) { in isTemplateName()
360 if (!SS || !SS->isSet() || !isDependentScopeSpecifier(*SS) || in DiagnoseUnknownTemplateName()
1006 if (SS.isSet()) in ActOnTemplateTypeArgument()
1823 if (SS.isSet()) in SetNestedNameSpecifier()
1972 if (!SS.isSet()) { in CheckClassTemplate()
2103 if (SS.isSet()) { in CheckClassTemplate()
4253 if (!IsCtorOrDtorName && !IsClassName && SS.isSet()) { in ActOnTemplateIdType()
9050 if (TemplateParameterLists.size() > 1 && SS.isSet()) { in ActOnClassTemplateSpecialization()
10126 if (!SS.isSet()) in ScopeSpecifierHasTemplateId()
10293 SS.isSet(), TSK)) in ActOnExplicitInstantiation()
[all …]
H A DSemaDecl.cpp776 if (!SS || !SS->isSet()) { in DiagnoseUnknownTypeName()
934 if (getLangOpts().CPlusPlus && SS.isSet() && in ClassifyName()
6389 else if (D.getCXXScopeSpec().isSet()) { in HandleDeclarator()
6452 if (!D.getCXXScopeSpec().isSet()) { in HandleDeclarator()
6773 if (D.getCXXScopeSpec().isSet()) { in ActOnTypedefDeclarator()
6967 if (!SS.isSet()) return; in SetNestedNameSpecifier()
8149 D.getCXXScopeSpec().isSet()) { in ActOnVariableDeclarator()
8157 } else if (D.getCXXScopeSpec().isSet()) { in ActOnVariableDeclarator()
10647 if (D.getCXXScopeSpec().isSet()) { in ActOnFunctionDeclarator()
15049 if (D.getCXXScopeSpec().isSet()) { in CheckFunctionOrTemplateParamDeclarator()
[all …]
H A DSemaLookup.cpp2727 if (SS && SS->isSet()) { in LookupParsedName()
5266 } else if (SS && SS->isSet()) { in makeTypoCorrectionConsumer()
5280 (IsUnqualifiedLookup || (SS && SS->isSet())); in makeTypoCorrectionConsumer()
H A DSemaExprCXX.cpp337 SS.isSet() ? SS.getScopeRep()->getPrefix() : nullptr) { in getDestructorName()
377 if (SS.isSet()) { in getDestructorName()
7973 if (!SS.isSet()) { in ActOnPseudoDestructorExpr()
7991 ((SS.isSet() && !computeDeclContext(SS, false)) || in ActOnPseudoDestructorExpr()
7992 (!SS.isSet() && ObjectType->isDependentType()))) { in ActOnPseudoDestructorExpr()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUArgumentUsageInfo.h57 bool isSet() const { in isSet() function
62 return isSet();
H A DAMDGPUArgumentUsageInfo.cpp28 if (!isSet()) { in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h313 assert(isSet() && "COFFSymbolRef points to nothing!"); in getStringTableOffset()
318 assert(isSet() && "COFFSymbolRef points to nothing!"); in getValue()
323 assert(isSet() && "COFFSymbolRef points to nothing!"); in getSectionNumber()
334 assert(isSet() && "COFFSymbolRef points to nothing!"); in getType()
339 assert(isSet() && "COFFSymbolRef points to nothing!"); in getStorageClass()
344 assert(isSet() && "COFFSymbolRef points to nothing!"); in getNumberOfAuxSymbols()
434 bool isSet() const { return CS16 || CS32; } in isSet() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h96 bool isSet() const { return Block != nullptr; } in isSet() function
104 if (IP.isSet()) in restoreIP()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h345 bool isSet() const { return !ValueOrInherited.isNull(); } in isSet() function
374 assert(!isSet() && "default argument already set"); in set()
381 if (!isSet()) in setInherited()
1244 bool hasDefaultArgument() const { return DefaultArgument.isSet(); }
1455 bool hasDefaultArgument() const { return DefaultArgument.isSet(); }
1711 bool hasDefaultArgument() const { return DefaultArgument.isSet(); }
1716 return DefaultArgument.isSet() ? *DefaultArgument.get() : NoneLoc;
H A DFormatString.h38 bool isSet() const { return flag; } in isSet() function
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp75 assert(!isSet() && "Can't change kind with non-zero base"); in setKind()
109 bool isSet() const { return IsBaseSet; } in isSet() function in __anon419c49740111::WebAssemblyFastISel::Address
326 if (Addr.isSet()) { in computeAddress()
373 if (Addr.isSet()) { in computeAddress()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp2060 if (AttrClass::isSet(Caller, AttrClass::getKind()) && in setAND()
2061 !AttrClass::isSet(Callee, AttrClass::getKind())) in setAND()
2072 if (!AttrClass::isSet(Caller, AttrClass::getKind()) && in setOR()
2073 AttrClass::isSet(Callee, AttrClass::getKind())) in setOR()
2176 static bool isSet(const Function &Fn, in isSet() function
2191 static bool isSet(const Function &Fn, in isSet() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp515 if (MemberOfUnknownSpecialization && (ObjectType || SS.isSet()) && in ParseOptionalCXXScopeSpecifier()
2878 if (TemplateKWLoc && (ObjectType || SS.isSet())) { in ParseUnqualifiedId()
2956 if (SS.isSet()) { in ParseUnqualifiedId()
2987 if (TemplateKWLoc && (ObjectType || SS.isSet())) in ParseUnqualifiedId()
3028 (AllowDestructorName || SS.isSet()) && Tok.is(tok::tilde)) { in ParseUnqualifiedId()
3078 if (SS.isSet()) { in ParseUnqualifiedId()
3088 !SS.isSet()) { in ParseUnqualifiedId()
H A DParseDecl.cpp2476 if (D.getCXXScopeSpec().isSet()) { in ParseDeclarationAfterDeclaratorAndAttributes()
2487 if (D.getCXXScopeSpec().isSet()) in ParseDeclarationAfterDeclaratorAndAttributes()
4917 if (Spec.isSet() && Tok.isNot(tok::identifier)) { in ParseEnumSpecifier()
5093 if (!getLangOpts().CPlusPlus11 || !SS.isSet()) { in ParseEnumSpecifier()
5900 if (SS.isSet() && Actions.ShouldEnterDeclaratorScope(getCurScope(), SS)) in isConstructorDeclarator()
5915 ImplicitTypenameContext ITC = IsFriend && !SS.isSet() in isConstructorDeclarator()
6553 } else if (D.getCXXScopeSpec().isSet()) { in ParseDirectDeclarator()
6660 if (D.getCXXScopeSpec().isSet()) { in ParseDirectDeclarator()
6763 if (D.getCXXScopeSpec().isSet()) in ParseDirectDeclarator()
H A DParseTemplate.cpp1524 if (SS.isSet() && Tok.is(tok::kw_template)) { in ParseTemplateTemplateArgument()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h227 bool isSet() const { return getScopeRep() != nullptr; } in isSet() function
1782 bool isSet() const { return LSquareLoc.isValid(); } in isSet() function
2265 return BindingGroup.isSet(); in isDecompositionDeclarator()
/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp445 nullptr, WNoErrorList.isSet(WNoError::Unknown)); in format()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3095 assert(SS.isSet() && "C++ scope was not set!"); in EnterDeclaratorScope()
3106 assert(SS.isSet() && "C++ scope was cleared ?"); in ~DeclaratorScopeObj()
3160 D.getCXXScopeSpec().isSet() && in ParseParameterDeclarationClause()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h1810 template <class T> bool isSet(const T &V) {
1835 template <class T> bool isSet(const T &V) { return (Bits & Bit(V)) != 0; }
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h1881 if (CGF.Builder.saveIP().isSet())
1910 assert(AllocaIP.isSet() &&
1939 assert((!AllocaIP.isSet() ||
1944 if (AllocaIP.isSet())
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp84 if (!IP1.isSet() || !IP2.isSet()) in isConflictIP()
2377 ComputeIP.isSet() ? LocationDescription(ComputeIP, Loc.DL) : Loc; in createCanonicalLoop()
2427 LocationDescription LoopLoc = ComputeIP.isSet() ? Loc.IP : Builder.saveIP(); in createCanonicalLoop()
3198 if (ComputeIP.isSet()) in collapseLoops()
4262 if (!IP.isSet()) in createCopyinClauseBlocks()
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp7928 static bool isSet; member
7943 static bool isSet; member
10676 isSet = true; in FatalConditionHandler()
10688 if (isSet) { in reset()
10692 isSet = false; in reset()
10700 bool FatalConditionHandler::isSet = false; member in Catch::FatalConditionHandler
10742 isSet = true; in FatalConditionHandler()
10762 if( isSet ) { in reset()
10769 isSet = false; in reset()
10773 bool FatalConditionHandler::isSet = false; member in Catch::FatalConditionHandler
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h264 bool isSet() const { return (Block != nullptr); } in isSet() function
284 if (IP.isSet()) in restoreIP()

12