Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DOwnership.h167 bool isUnset() const { return !Invalid && !Val; }
168 bool isUsable() const { return !isInvalid() && !isUnset(); }
200 bool isUnset() const { return Value == UnsetValue; }
201 bool isUsable() const { return !isInvalid() && !isUnset(); }
H A DDeclSpec.h2715 bool isUnset() const { return Specifiers == 0; } in isUnset() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFStreamer.cpp70 if (LastLabel && !LastLabel->isUnset() && LastLabelLoc.isValid() && in emitPrefixedInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h325 bool isUnset() const { return SymbolContents == SymContentsUnset; } in isUnset() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp2540 if (!VS.isUnset()) in ParseCXXMemberDeclaratorBeforeInitializer()
2565 if (BitfieldSize.isUnset() && VS.isUnset()) { in ParseCXXMemberDeclaratorBeforeInitializer()
2569 if (!VS.isUnset()) { in ParseCXXMemberDeclaratorBeforeInitializer()
2583 if (!DeclaratorInfo.hasName() && BitfieldSize.isUnset()) { in ParseCXXMemberDeclaratorBeforeInitializer()
2941 if (BitfieldSize.isUnset()) { in ParseCXXClassMemberDeclaration()
H A DParseExprCXX.cpp620 if (!E.isInvalid() && !E.isUnset() && Tok.is(tok::less)) in tryParseCXXIdExpression()
680 if (Result.isUnset()) { in ParseCXXIdExpression()
686 assert(!Result.isUnset() && "Typo correction suggested a keyword replacement " in ParseCXXIdExpression()
H A DParseStmt.cpp774 if (SubStmt.isUnset() && Tok.is(tok::r_brace)) { in ParseLabeledStatement()
1680 if (!ElseStmt.isUnset() && !IsCompoundStatement(ElseStmt.get())) { in ParseIfStatement()
H A DParseExpr.cpp1045 assert(!Res.isUnset() && in ParseCastExpression()
1285 if (!Res.isInvalid() && Res.isUnset()) { in ParseCastExpression()
H A DParseOpenMP.cpp1204 if (!AllowsTraitScore && !Score.isUnset()) { in parseOMPContextSelector()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp19548 (DeclareReductionRef.isUnset() || in actOnOMPReductionKindClause()
19673 (DeclareReductionRef.isUnset() || in actOnOMPReductionKindClause()
19678 if (BOK == BO_Comma && DeclareReductionRef.isUnset()) { in actOnOMPReductionKindClause()
19699 if (DeclareReductionRef.isUnset()) { in actOnOMPReductionKindClause()
19899 if (Init && DeclareReductionRef.isUnset()) { in actOnOMPReductionKindClause()
19914 if (!RHSVD->hasInit() && DeclareReductionRef.isUnset()) { in actOnOMPReductionKindClause()
20052 if ((DeclareReductionRef.isUnset() && IsParentReductionOp) || in actOnOMPReductionKindClause()
H A DSemaExprCXX.cpp8764 if (!TypoExprs.insert(E) && !CacheEntry.isUnset()) { in TransformTypoExpr()
8792 assert(!NE.isUnset() && in TransformTypoExpr()
H A DSemaStmt.cpp515 assert((DotDotDotLoc.isInvalid() ? RHSVal.isUnset() in ActOnCaseStmt()
H A DSemaDeclCXX.cpp8449 if (RetVal.isUnset() && Stmts.Stmts.empty()) in build()
8467 if (CmpSoFar.isUnset()) { in build()
8479 if (RetVal.isUnset()) in build()
H A DTreeTransform.h13013 if (!TypeParamResult.isUnset()) in TransformRequiresExpr()
14342 if (Result.isUnset()) in TransformCXXFoldExpr()
H A DSemaDecl.cpp17285 bool IsFixed = !UnderlyingType.isUnset() || ScopedEnum; in ActOnTag()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp6662 } else if (Sym->isUnset()) { in searchSymbolAlias()