Home
last modified time | relevance | path

Searched refs:hasValue (Results 1 – 25 of 33) sorted by relevance

12

/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DAnalyzerOptions.cpp114 if (!V.hasValue()) in getBooleanOption()
200 if (!AlwaysInlineSize.hasValue()) in getAlwaysInlineSize()
206 if (!MaxInlinableSize.hasValue()) { in getMaxInlinableSize()
227 if (!GraphTrimInterval.hasValue()) in getGraphTrimInterval()
233 if (!MaxTimesInlineLarge.hasValue()) in getMaxTimesInlineLarge()
239 if (!MaxNodesPerTopLevelFunction.hasValue()) { in getMaxNodesPerTopLevelFunction()
DExprEngineC.cpp655 bool hasValue = false; in VisitGuardedExpr() local
673 hasValue = true; in VisitGuardedExpr()
680 if (!hasValue) in VisitGuardedExpr()
DCallEvent.cpp868 if (!Val.hasValue()) in getRuntimeDefinition()
986 E.getAs<CFGBaseDtor>().hasValue(), State, in getCaller()
DExprEngineCallAndReturn.cpp829 if (MayInline.hasValue()) { in shouldInlineCall()
851 assert(!MayInline.hasValue() || MayInline.getValue()); in shouldInlineCall()
DPathDiagnostic.cpp371 if (b.hasValue()) in comparePath()
414 assert(b.hasValue()); in compare()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DConstraintManager.h42 return Val.hasValue() && Val.getValue(); in isConstrainedTrue()
47 return Val.hasValue() && !Val.getValue(); in isConstrainedFalse()
52 return Val.hasValue(); in isConstrained()
58 return !Val.hasValue(); in isUnderconstrained()
/freebsd-9-stable/contrib/llvm/lib/DebugInfo/
DDWARFDebugInfoEntry.cpp176 return Result.hasValue() ? Result.getValue() : FailValue; in getAttributeValueAsString()
185 return Result.hasValue() ? Result.getValue() : FailValue; in getAttributeValueAsAddress()
194 return Result.hasValue() ? Result.getValue() : FailValue; in getAttributeValueAsUnsignedConstant()
203 return Result.hasValue() ? Result.getValue() : FailValue; in getAttributeValueAsReference()
212 return Result.hasValue() ? Result.getValue() : FailValue; in getAttributeValueAsSectionOffset()
DDWARFFormValue.cpp425 if (DbgStr.hasValue()) { in dump()
435 if (DbgStr.hasValue()) { in dump()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Analysis/
DFormatStringParsing.h63 bool hasValue() const { return Start != 0; } in hasValue() function
65 assert(hasValue()); in getValue()
DUninitializedValues.cpp136 assert(idx.hasValue()); in getValue()
197 assert(idx.hasValue()); in operator []()
DBodyFarm.cpp348 if (Val.hasValue()) in getBody()
DScanfFormatString.cpp512 if (!FSR.hasValue()) in ParseScanfString()
DPrintfFormatString.cpp264 if (!FSR.hasValue()) in ParsePrintfString()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Lex/
DMacroInfo.cpp138 !isPublic.hasValue() || isPublic.getValue()); in getDefinition()
146 if (!isPublic.hasValue()) in getDefinition()
DPreprocessingRecord.cpp108 if (IsInFile.hasValue()) in isEntityInFileID()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp730 if (!UpperU.hasValue() && !UpperL.hasValue()) in getLiteralInfo()
732 else if (UpperU.hasValue() && !UpperL.hasValue()) in getLiteralInfo()
734 else if (UpperL.hasValue() && !UpperU.hasValue()) in getLiteralInfo()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp333 if (Result.hasValue()) { in constructBoundMatcher()
335 if (Bound.hasValue()) { in constructBoundMatcher()
DParser.cpp411 if (!Result.hasValue()) { in parseMatcherExpression()
/freebsd-9-stable/contrib/llvm/include/llvm/ADT/
DOptional.h119 bool hasValue() const { return hasVal; } in hasValue() function
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h514 if (IsPrunable.hasValue() && !override)
521 return IsPrunable.hasValue() ? IsPrunable.getValue() : false; in isPrunable()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DUnixAPIChecker.cpp81 if (!Val_O_CREAT.hasValue()) { in CheckOpen()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Frontend/
DInitPreprocessor.cpp455 if (tuple.getMinor().hasValue()) in InitializePredefinedMacros()
459 if (tuple.getSubminor().hasValue()) in InitializePredefinedMacros()
/freebsd-9-stable/contrib/llvm/include/llvm/Support/
DCommandLine.h367 bool hasValue() const { return false; } in hasValue() function
388 bool hasValue() const { return Valid; } in hasValue() function
404 if (!VC.hasValue()) return false; in compare()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
DTransforms.cpp32 if (!EnableCFBridgeFns.hasValue()) in CFBridgingFunctionsDefined()
/freebsd-9-stable/contrib/llvm/lib/Support/
DCommandLine.cpp1334 if (D.hasValue()) \
1357 if (D.hasValue()) in PRINT_OPT_DIFF()

12