| /freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| D | AnalyzerOptions.cpp | 114 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()
|
| D | ExprEngineC.cpp | 655 bool hasValue = false; in VisitGuardedExpr() local 673 hasValue = true; in VisitGuardedExpr() 680 if (!hasValue) in VisitGuardedExpr()
|
| D | CallEvent.cpp | 868 if (!Val.hasValue()) in getRuntimeDefinition() 986 E.getAs<CFGBaseDtor>().hasValue(), State, in getCaller()
|
| D | ExprEngineCallAndReturn.cpp | 829 if (MayInline.hasValue()) { in shouldInlineCall() 851 assert(!MayInline.hasValue() || MayInline.getValue()); in shouldInlineCall()
|
| D | PathDiagnostic.cpp | 371 if (b.hasValue()) in comparePath() 414 assert(b.hasValue()); in compare()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| D | ConstraintManager.h | 42 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/ |
| D | DWARFDebugInfoEntry.cpp | 176 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()
|
| D | DWARFFormValue.cpp | 425 if (DbgStr.hasValue()) { in dump() 435 if (DbgStr.hasValue()) { in dump()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Analysis/ |
| D | FormatStringParsing.h | 63 bool hasValue() const { return Start != 0; } in hasValue() function 65 assert(hasValue()); in getValue()
|
| D | UninitializedValues.cpp | 136 assert(idx.hasValue()); in getValue() 197 assert(idx.hasValue()); in operator []()
|
| D | BodyFarm.cpp | 348 if (Val.hasValue()) in getBody()
|
| D | ScanfFormatString.cpp | 512 if (!FSR.hasValue()) in ParseScanfString()
|
| D | PrintfFormatString.cpp | 264 if (!FSR.hasValue()) in ParsePrintfString()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Lex/ |
| D | MacroInfo.cpp | 138 !isPublic.hasValue() || isPublic.getValue()); in getDefinition() 146 if (!isPublic.hasValue()) in getDefinition()
|
| D | PreprocessingRecord.cpp | 108 if (IsInFile.hasValue()) in isEntityInFileID()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Edit/ |
| D | RewriteObjCFoundationAPI.cpp | 730 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/ |
| D | Registry.cpp | 333 if (Result.hasValue()) { in constructBoundMatcher() 335 if (Bound.hasValue()) { in constructBoundMatcher()
|
| D | Parser.cpp | 411 if (!Result.hasValue()) { in parseMatcherExpression()
|
| /freebsd-9-stable/contrib/llvm/include/llvm/ADT/ |
| D | Optional.h | 119 bool hasValue() const { return hasVal; } in hasValue() function
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| D | PathDiagnostic.h | 514 if (IsPrunable.hasValue() && !override) 521 return IsPrunable.hasValue() ? IsPrunable.getValue() : false; in isPrunable()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| D | UnixAPIChecker.cpp | 81 if (!Val_O_CREAT.hasValue()) { in CheckOpen()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Frontend/ |
| D | InitPreprocessor.cpp | 455 if (tuple.getMinor().hasValue()) in InitializePredefinedMacros() 459 if (tuple.getSubminor().hasValue()) in InitializePredefinedMacros()
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Support/ |
| D | CommandLine.h | 367 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/ |
| D | Transforms.cpp | 32 if (!EnableCFBridgeFns.hasValue()) in CFBridgingFunctionsDefined()
|
| /freebsd-9-stable/contrib/llvm/lib/Support/ |
| D | CommandLine.cpp | 1334 if (D.hasValue()) \ 1357 if (D.hasValue()) in PRINT_OPT_DIFF()
|