Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DOwnership.h167 bool isUnset() const { return !Invalid && !Val; }
209 bool isUnset() const { return PtrWithInvalid == 0; }
H A DDeclSpec.h2675 bool isUnset() const { return Specifiers == 0; } in isUnset() function
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCExpr.cpp624 if (FA == FB && !SA.isVariable() && !SA.isUnset() && !SB.isVariable() && in AttemptToFoldSymbolOffsetDifference()
625 !SB.isUnset()) { in AttemptToFoldSymbolOffsetDifference()
657 if (SA.isVariable() || SA.isUnset() || SB.isVariable() || SB.isUnset() || in AttemptToFoldSymbolOffsetDifference()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFStreamer.cpp71 if (LastLabel && !LastLabel->isUnset() && LastLabelLoc.isValid() && in emitPrefixedInstruction()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCSymbol.h318 bool isUnset() const { return SymbolContents == SymContentsUnset; } in isUnset() function
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDeclCXX.cpp2410 if (!VS.isUnset()) in ParseCXXMemberDeclaratorBeforeInitializer()
2435 if (BitfieldSize.isUnset() && VS.isUnset()) { in ParseCXXMemberDeclaratorBeforeInitializer()
2439 if (!VS.isUnset()) { in ParseCXXMemberDeclaratorBeforeInitializer()
2453 if (!DeclaratorInfo.hasName() && BitfieldSize.isUnset()) { in ParseCXXMemberDeclaratorBeforeInitializer()
2805 if (BitfieldSize.isUnset()) { in ParseCXXClassMemberDeclaration()
H A DParseExprCXX.cpp617 if (!E.isInvalid() && !E.isUnset() && Tok.is(tok::less)) in tryParseCXXIdExpression()
677 if (Result.isUnset()) { in ParseCXXIdExpression()
683 assert(!Result.isUnset() && "Typo correction suggested a keyword replacement " in ParseCXXIdExpression()
H A DParseExpr.cpp1027 assert(!Res.isUnset() && in ParseCastExpression()
1257 if (!Res.isInvalid() && Res.isUnset()) { in ParseCastExpression()
H A DParseStmt.cpp1606 if (!ElseStmt.isUnset() && !IsCompoundStatement(ElseStmt.get())) { in ParseIfStatement()
H A DParseOpenMP.cpp1206 if (!AllowsTraitScore && !Score.isUnset()) { in parseOMPContextSelector()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp18912 (DeclareReductionRef.isUnset() || in actOnOMPReductionKindClause()
19037 (DeclareReductionRef.isUnset() || in actOnOMPReductionKindClause()
19042 if (BOK == BO_Comma && DeclareReductionRef.isUnset()) { in actOnOMPReductionKindClause()
19058 if (DeclareReductionRef.isUnset()) { in actOnOMPReductionKindClause()
19258 if (Init && DeclareReductionRef.isUnset()) { in actOnOMPReductionKindClause()
19273 if (!RHSVD->hasInit() && DeclareReductionRef.isUnset()) { in actOnOMPReductionKindClause()
19411 if ((DeclareReductionRef.isUnset() && IsParentReductionOp) || in actOnOMPReductionKindClause()
H A DSemaExprCXX.cpp8678 if (!TypoExprs.insert(E) && !CacheEntry.isUnset()) { in TransformTypoExpr()
8706 assert(!NE.isUnset() && in TransformTypoExpr()
H A DSemaStmt.cpp514 assert((DotDotDotLoc.isInvalid() ? RHSVal.isUnset() in ActOnCaseStmt()
H A DSemaDeclCXX.cpp8139 if (RetVal.isUnset() && Stmts.Stmts.empty()) in build()
8157 if (CmpSoFar.isUnset()) { in build()
8169 if (RetVal.isUnset()) in build()
H A DTreeTransform.h13883 if (Result.isUnset()) in TransformCXXFoldExpr()
H A DSemaDecl.cpp16222 bool IsFixed = !UnderlyingType.isUnset() || ScopedEnum; in ActOnTag()
/llvm-project-15.0.7/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp6595 } else if (Sym->isUnset()) { in searchSymbolAlias()