Home
last modified time | relevance | path

Searched refs:isUnset (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFStreamer.cpp70 if (LastLabel && !LastLabel->isUnset() && LastLabelLoc.isValid() && in emitPrefixedInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h325 bool isUnset() const { return SymbolContents == SymContentsUnset; } in isUnset() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp291 if (Out.isUnset()) in calculateConstraintSatisfaction()
293 else if (!Res.isUnset()) { in calculateConstraintSatisfaction()
308 if (Out.isUnset()) in calculateConstraintSatisfaction()
310 else if (!Res.isUnset()) { in calculateConstraintSatisfaction()
317 if (Out.isUnset()) { in calculateConstraintSatisfaction()
H A DSemaOpenMP.cpp18350 (DeclareReductionRef.isUnset() || in actOnOMPReductionKindClause()
18475 (DeclareReductionRef.isUnset() || in actOnOMPReductionKindClause()
18480 if (BOK == BO_Comma && DeclareReductionRef.isUnset()) { in actOnOMPReductionKindClause()
18501 if (DeclareReductionRef.isUnset()) { in actOnOMPReductionKindClause()
18701 if (Init && DeclareReductionRef.isUnset()) { in actOnOMPReductionKindClause()
18716 if (!RHSVD->hasInit() && DeclareReductionRef.isUnset()) { in actOnOMPReductionKindClause()
18854 if ((DeclareReductionRef.isUnset() && IsParentReductionOp) || in actOnOMPReductionKindClause()
H A DSemaExprCXX.cpp8986 if (!TypoExprs.insert(E) && !CacheEntry.isUnset()) { in TransformTypoExpr()
9014 assert(!NE.isUnset() && in TransformTypoExpr()
H A DSemaStmt.cpp520 assert((DotDotDotLoc.isInvalid() ? RHSVal.isUnset() in ActOnCaseStmt()
H A DSemaDeclCXX.cpp8346 if (RetVal.isUnset() && Stmts.Stmts.empty()) in build()
8364 if (CmpSoFar.isUnset()) { in build()
8376 if (RetVal.isUnset()) in build()
H A DTreeTransform.h13904 if (!TypeParamResult.isUnset()) in TransformRequiresExpr()
15376 if (Result.isUnset()) in TransformCXXFoldExpr()
H A DSemaDecl.cpp17087 bool IsFixed = !UnderlyingType.isUnset() || ScopedEnum; in ActOnTag()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp2708 if (!VS.isUnset()) in ParseCXXMemberDeclaratorBeforeInitializer()
2733 if (BitfieldSize.isUnset() && VS.isUnset()) { in ParseCXXMemberDeclaratorBeforeInitializer()
2737 if (!VS.isUnset()) { in ParseCXXMemberDeclaratorBeforeInitializer()
2751 if (!DeclaratorInfo.hasName() && BitfieldSize.isUnset()) { in ParseCXXMemberDeclaratorBeforeInitializer()
3106 if (BitfieldSize.isUnset()) { in ParseCXXClassMemberDeclaration()
H A DParseExprCXX.cpp668 if (!E.isInvalid() && !E.isUnset() && Tok.is(tok::less)) in tryParseCXXIdExpression()
690 if (!PackIdExpression.isInvalid() && !PackIdExpression.isUnset() && in tryParseCXXPackIndexingExpression()
752 if (Result.isUnset()) { in ParseCXXIdExpression()
758 assert(!Result.isUnset() && "Typo correction suggested a keyword replacement " in ParseCXXIdExpression()
H A DParseStmt.cpp786 if (SubStmt.isUnset() && Tok.is(tok::r_brace)) { in ParseLabeledStatement()
1695 if (!ElseStmt.isUnset() && !IsCompoundStatement(ElseStmt.get())) { in ParseIfStatement()
H A DParseExpr.cpp1168 assert(!Res.isUnset() && in ParseCastExpression()
1348 if (!Res.isInvalid() && Res.isUnset()) { in ParseCastExpression()
H A DParseOpenMP.cpp1214 if (!AllowsTraitScore && !Score.isUnset()) { in parseOMPContextSelector()
2643 assert(!Directive.isUnset() && "Executable directive remained unprocessed"); in ParseOpenMPDeclarativeOrExecutableDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2797 bool isUnset() const { return Specifiers == 0; } in isUnset() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp6662 } else if (Sym->isUnset()) { in searchSymbolAlias()