Searched refs:hasValue (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DConstraintManager.h42 return Val.hasValue() && Val.getValue();
47 return Val.hasValue() && !Val.getValue();
52 return Val.hasValue();
58 return !Val.hasValue();
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp114 if (!V.hasValue())
188 if (!AlwaysInlineSize.hasValue())
194 if (!MaxInlinableSize.hasValue()) {
215 if (!GraphTrimInterval.hasValue())
221 if (!MaxTimesInlineLarge.hasValue())
227 if (!MaxNodesPerTopLevelFunction.hasValue()) {
H A DExprEngineC.cpp650 bool hasValue = false; local
668 hasValue = true;
675 if (!hasValue)
H A DCallEvent.cpp837 if (!Val.hasValue())
953 E.getAs<CFGBaseDtor>().hasValue(), State,
H A DExprEngineCallAndReturn.cpp794 if (MayInline.hasValue()) {
816 assert(!MayInline.hasValue() || MayInline.getValue());
H A DPathDiagnostic.cpp306 if (b.hasValue())
349 assert(b.hasValue());
H A DRegionStore.cpp2000 for (; Size.hasValue() ? i < Size.getValue() : true ; ++i, ++VI) {
2018 if (Size.hasValue() && i < Size.getValue())
H A DBugReporterVisitors.cpp1400 if (shouldPrune.hasValue())
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DFormatStringParsing.h63 bool hasValue() const { return Start != 0; } function in class:clang::analyze_format_string::SpecifierResult
65 assert(hasValue());
H A DBodyFarm.cpp348 if (Val.hasValue())
H A DPrintfFormatString.cpp264 if (!FSR.hasValue())
H A DScanfFormatString.cpp502 if (!FSR.hasValue())
H A DUninitializedValues.cpp136 assert(idx.hasValue());
197 assert(idx.hasValue());
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DMacroInfo.cpp138 !isPublic.hasValue() || isPublic.getValue());
146 if (!isPublic.hasValue())
H A DPreprocessingRecord.cpp108 if (IsInFile.hasValue())
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DOptional.h119 bool hasValue() const { return hasVal; } function in class:llvm::Optional
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp730 if (!UpperU.hasValue() && !UpperL.hasValue())
732 else if (UpperU.hasValue() && !UpperL.hasValue())
734 else if (UpperL.hasValue() && !UpperU.hasValue())
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h496 if (IsPrunable.hasValue() && !override)
503 return IsPrunable.hasValue() ? IsPrunable.getValue() : false;
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp81 if (!Val_O_CREAT.hasValue()) {
H A DBasicObjCFoundationChecks.cpp702 if (!errorNode.hasValue())
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DCommandLine.h366 bool hasValue() const { return false; } function in struct:llvm::cl::OptionValueBase
387 bool hasValue() const { return Valid; } function in class:llvm::cl::OptionValueCopy
403 if (!VC.hasValue()) return false;
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransforms.cpp32 if (!EnableCFBridgeFns.hasValue())
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DCommandLine.cpp1158 if (D.hasValue()) \
1181 if (D.hasValue())
/freebsd-10.0-release/contrib/llvm/tools/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp366 if (!V.second.hasValue()) {
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp2968 if (!isUndefined && (!isPublic.hasValue() || isPublic.getValue()))
2979 if (!isPublic.hasValue())

Completed in 221 milliseconds

12