OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isUnset
(Results
1 - 16
of
16
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Ownership.h
167
bool
isUnset
() const { return !Invalid && !Val; }
209
bool
isUnset
() const { return PtrWithInvalid == 0; }
DeclSpec.h
2631
bool
isUnset
() const { return Specifiers == 0; }
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCELFStreamer.cpp
73
if (LastLabel && !LastLabel->
isUnset
() && LastLabelLoc.isValid() &&
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSymbol.h
315
bool
isUnset
() const { return SymbolContents == SymContentsUnset; }
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCExpr.cpp
620
if (FA == FB && !SA.isVariable() && !SA.
isUnset
() && !SB.isVariable() &&
621
!SB.
isUnset
()) {
653
if (SA.isVariable() || SA.
isUnset
() || SB.isVariable() || SB.
isUnset
() ||
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDeclCXX.cpp
2362
if (!VS.
isUnset
())
2386
if (BitfieldSize.
isUnset
() && VS.
isUnset
()) {
2390
if (!VS.
isUnset
()) {
2403
if (!DeclaratorInfo.hasName() && BitfieldSize.
isUnset
()) {
2733
if (BitfieldSize.
isUnset
()) {
ParseExprCXX.cpp
617
if (!E.isInvalid() && !E.
isUnset
() && Tok.is(tok::less))
677
if (Result.
isUnset
()) {
683
assert(!Result.
isUnset
() && "Typo correction suggested a keyword replacement "
ParseExpr.cpp
1026
assert(!Res.
isUnset
() &&
1255
if (!Res.isInvalid() && Res.
isUnset
()) {
ParseOpenMP.cpp
1191
if (!AllowsTraitScore && !Score.
isUnset
()) {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp
16458
(DeclareReductionRef.
isUnset
() ||
16583
(DeclareReductionRef.
isUnset
() ||
16588
if (BOK == BO_Comma && DeclareReductionRef.
isUnset
()) {
16604
if (DeclareReductionRef.
isUnset
()) {
16805
if (Init && DeclareReductionRef.
isUnset
()) {
16820
if (!RHSVD->hasInit() && DeclareReductionRef.
isUnset
()) {
16958
if ((DeclareReductionRef.
isUnset
() && IsParentReductionOp) ||
SemaExprCXX.cpp
8345
if (!TypoExprs.insert(E) && !CacheEntry.
isUnset
()) {
8373
assert(!NE.
isUnset
() &&
SemaStmt.cpp
497
assert((DotDotDotLoc.isInvalid() ? RHSVal.
isUnset
()
SemaDeclCXX.cpp
8015
if (RetVal.
isUnset
() && Stmts.Stmts.empty())
8033
if (CmpSoFar.
isUnset
()) {
8045
if (RetVal.
isUnset
())
SemaDecl.cpp
15550
bool IsFixed = !UnderlyingType.
isUnset
() || ScopedEnum;
TreeTransform.h
13523
if (Result.
isUnset
())
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp
6595
} else if (Sym->
isUnset
()) {
Completed in 120 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026