Home
last modified time | relevance | path

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

12

/external/clang/include/clang/Sema/
DOwnership.h162 bool isUnset() const { return !Invalid && !Val; }
201 bool isUnset() const { return PtrWithInvalid == 0; }
/external/llvm-project/clang/include/clang/Sema/
DOwnership.h167 bool isUnset() const { return !Invalid && !Val; }
209 bool isUnset() const { return PtrWithInvalid == 0; }
DDeclSpec.h2628 bool isUnset() const { return Specifiers == 0; } in isUnset() function
/external/llvm-project/llvm/lib/MC/
DMCExpr.cpp615 if (FA == FB && !SA.isVariable() && !SA.isUnset() && !SB.isVariable() && in AttemptToFoldSymbolOffsetDifference()
616 !SB.isUnset()) { in AttemptToFoldSymbolOffsetDifference()
648 if (SA.isVariable() || SA.isUnset() || SB.isVariable() || SB.isUnset() || in AttemptToFoldSymbolOffsetDifference()
/external/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCELFStreamer.cpp73 if (LastLabel && !LastLabel->isUnset() && LastLabelLoc.isValid() && in emitPrefixedInstruction()
/external/llvm-project/llvm/include/llvm/MC/
DMCSymbol.h314 bool isUnset() const { return SymbolContents == SymContentsUnset; } in isUnset() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSymbol.h314 bool isUnset() const { return SymbolContents == SymContentsUnset; } in isUnset() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCExpr.cpp528 !SA.isUnset() && !SB.isVariable() && !SB.isUnset()) { in AttemptToFoldSymbolOffsetDifference()
/external/clang/lib/Parse/
DParseDeclCXX.cpp2113 if (!VS.isUnset()) in ParseCXXMemberDeclaratorBeforeInitializer()
2133 if (BitfieldSize.isUnset() && VS.isUnset()) { in ParseCXXMemberDeclaratorBeforeInitializer()
2137 if (!VS.isUnset()) { in ParseCXXMemberDeclaratorBeforeInitializer()
2152 if (!DeclaratorInfo.hasName() && BitfieldSize.isUnset()) { in ParseCXXMemberDeclaratorBeforeInitializer()
2473 if (BitfieldSize.isUnset()) { in ParseCXXClassMemberDeclaration()
DParseExprCXX.cpp667 if (Result.isUnset()) { in ParseCXXIdExpression()
673 assert(!Result.isUnset() && "Typo correction suggested a keyword replacement " in ParseCXXIdExpression()
/external/llvm-project/clang/lib/Parse/
DParseDeclCXX.cpp2341 if (!VS.isUnset()) in ParseCXXMemberDeclaratorBeforeInitializer()
2365 if (BitfieldSize.isUnset() && VS.isUnset()) { in ParseCXXMemberDeclaratorBeforeInitializer()
2369 if (!VS.isUnset()) { in ParseCXXMemberDeclaratorBeforeInitializer()
2382 if (!DeclaratorInfo.hasName() && BitfieldSize.isUnset()) { in ParseCXXMemberDeclaratorBeforeInitializer()
2712 if (BitfieldSize.isUnset()) { in ParseCXXClassMemberDeclaration()
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()
DParseExpr.cpp1026 assert(!Res.isUnset() && in ParseCastExpression()
1255 if (!Res.isInvalid() && Res.isUnset()) { in ParseCastExpression()
DParseOpenMP.cpp1181 if (!AllowsTraitScore && !Score.isUnset()) { in parseOMPContextSelector()
/external/clang/lib/Sema/
DSemaOpenMP.cpp5310 if (Div.isUnset()) in CheckOpenMPLoop()
9120 (DeclareReductionRef.isUnset() || in ActOnOpenMPReductionClause()
9235 (DeclareReductionRef.isUnset() || in ActOnOpenMPReductionClause()
9244 if (BOK == BO_Comma && DeclareReductionRef.isUnset()) { in ActOnOpenMPReductionClause()
9260 if (DeclareReductionRef.isUnset()) { in ActOnOpenMPReductionClause()
9430 if (Init && DeclareReductionRef.isUnset()) { in ActOnOpenMPReductionClause()
9437 if (!RHSVD->hasInit() && DeclareReductionRef.isUnset()) { in ActOnOpenMPReductionClause()
DSemaExprCXX.cpp6917 if (!TypoExprs.insert(E) && !CacheEntry.isUnset()) { in TransformTypoExpr()
6943 assert(!NE.isUnset() && in TransformTypoExpr()
DTreeTransform.h10884 if (Result.isUnset()) in TransformCXXFoldExpr()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp15080 (DeclareReductionRef.isUnset() || in actOnOMPReductionKindClause()
15205 (DeclareReductionRef.isUnset() || in actOnOMPReductionKindClause()
15210 if (BOK == BO_Comma && DeclareReductionRef.isUnset()) { in actOnOMPReductionKindClause()
15226 if (DeclareReductionRef.isUnset()) { in actOnOMPReductionKindClause()
15427 if (Init && DeclareReductionRef.isUnset()) { in actOnOMPReductionKindClause()
15443 (DeclareReductionRef.isUnset() || !S.LangOpts.CPlusPlus)) { in actOnOMPReductionKindClause()
15571 if ((DeclareReductionRef.isUnset() && IsParentReductionOp) || in actOnOMPReductionKindClause()
DSemaExprCXX.cpp8270 if (!TypoExprs.insert(E) && !CacheEntry.isUnset()) { in TransformTypoExpr()
8298 assert(!NE.isUnset() && in TransformTypoExpr()
DSemaStmt.cpp496 assert((DotDotDotLoc.isInvalid() ? RHSVal.isUnset() in ActOnCaseStmt()
DSemaDeclCXX.cpp7936 if (RetVal.isUnset() && Stmts.Stmts.empty()) in build()
7954 if (CmpSoFar.isUnset()) { in build()
7966 if (RetVal.isUnset()) in build()
DTreeTransform.h13283 if (Result.isUnset()) in TransformCXXFoldExpr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp6396 } else if (Sym->isUnset()) { in searchSymbolAlias()
/external/llvm-project/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp6595 } else if (Sym->isUnset()) { in searchSymbolAlias()
/external/error_prone/javac/
Djavac-9+181-r4173-1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...

12