Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFStreamer.cpp68 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.cpp432 if (Out.isUnset()) in calculateConstraintSatisfaction()
434 else if (!Res.isUnset()) { in calculateConstraintSatisfaction()
449 if (Out.isUnset()) in calculateConstraintSatisfaction()
451 else if (!Res.isUnset()) { in calculateConstraintSatisfaction()
458 if (Out.isUnset()) { in calculateConstraintSatisfaction()
H A DSemaOpenMP.cpp18985 (DeclareReductionRef.isUnset() || in actOnOMPReductionKindClause()
19129 (DeclareReductionRef.isUnset() || in actOnOMPReductionKindClause()
19134 if (BOK == BO_Comma && DeclareReductionRef.isUnset()) { in actOnOMPReductionKindClause()
19155 if (DeclareReductionRef.isUnset()) { in actOnOMPReductionKindClause()
19356 if (Init && DeclareReductionRef.isUnset()) { in actOnOMPReductionKindClause()
19371 if (!RHSVD->hasInit() && DeclareReductionRef.isUnset()) { in actOnOMPReductionKindClause()
19509 if ((DeclareReductionRef.isUnset() && IsParentReductionOp) || in actOnOMPReductionKindClause()
H A DSemaStmt.cpp546 assert((DotDotDotLoc.isInvalid() ? RHSVal.isUnset() in ActOnCaseStmt()
H A DSemaDeclCXX.cpp8523 if (RetVal.isUnset() && Stmts.Stmts.empty()) in build()
8541 if (CmpSoFar.isUnset()) { in build()
8553 if (RetVal.isUnset()) in build()
H A DTreeTransform.h15024 if (!TypeParamResult.isUnset()) in TransformRequiresExpr()
16507 if (Result.isUnset()) in TransformCXXFoldExpr()
H A DSemaTemplate.cpp7129 assert(!ArgResult.isUnset()); in CheckTemplateArgument()
H A DSemaDecl.cpp17576 bool IsFixed = !UnderlyingType.isUnset() || ScopedEnum; in ActOnTag()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp2591 if (!VS.isUnset()) in ParseCXXMemberDeclaratorBeforeInitializer()
2616 if (BitfieldSize.isUnset() && VS.isUnset()) { in ParseCXXMemberDeclaratorBeforeInitializer()
2620 if (!VS.isUnset()) { in ParseCXXMemberDeclaratorBeforeInitializer()
2634 if (!DeclaratorInfo.hasName() && BitfieldSize.isUnset()) { in ParseCXXMemberDeclaratorBeforeInitializer()
3030 if (BitfieldSize.isUnset()) { in ParseCXXClassMemberDeclaration()
H A DParseStmt.cpp725 if (SubStmt.isUnset() && Tok.is(tok::r_brace)) { in ParseLabeledStatement()
731 if (SubStmt.isUnset()) in ParseLabeledStatement()
1598 if (!ElseStmt.isUnset() && !IsCompoundStatement(ElseStmt.get())) { in ParseIfStatement()
H A DParseExprCXX.cpp629 if (!E.isInvalid() && !E.isUnset() && Tok.is(tok::less)) in tryParseCXXIdExpression()
651 if (!PackIdExpression.isInvalid() && !PackIdExpression.isUnset() && in tryParseCXXPackIndexingExpression()
671 if (Result.isUnset()) { in ParseCXXIdExpression()
677 assert(!Result.isUnset() && "Typo correction suggested a keyword replacement " in ParseCXXIdExpression()
H A DParseOpenMP.cpp1161 if (!AllowsTraitScore && !Score.isUnset()) { in parseOMPContextSelector()
2529 assert(!Directive.isUnset() && "Executable directive remained unprocessed"); in ParseOpenMPDeclarativeOrExecutableDirective()
2854 assert(!Directive.isUnset() && in ParseOpenMPDeclarativeOrExecutableDirective()
H A DParseExpr.cpp841 assert(!Res.isUnset() && in ParseCastExpression()
1020 if (!Res.isInvalid() && Res.isUnset()) { in ParseCastExpression()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp272 bool isUnset() const { return V == BIT_UNSET; } in isUnset() function
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2800 bool isUnset() const { return Specifiers == 0; } in isUnset() function
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp6332 if (!Sym->isUnset() && (!allow_redef || !Sym->isRedefinable())) in parseAssignmentExpression()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp6656 } else if (Sym->isUnset()) { in searchSymbolAlias()