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

12

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DConstraintManager.h41 return Val.hasValue() && Val.getValue();
46 return Val.hasValue() && !Val.getValue();
51 return Val.hasValue();
57 return !Val.hasValue();
/external/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp61 if (!IncludeTemporaryDtorsInCFG.hasValue())
69 if (!InlineCXXStandardLibrary.hasValue())
77 if (!InlineTemplateFunctions.hasValue())
H A DExprEngineC.cpp628 bool hasValue = false; local
636 hasValue = true;
642 assert(hasValue);
643 (void) hasValue;
H A DPathDiagnostic.cpp300 if (b.hasValue())
342 assert(b.hasValue());
/external/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 DPrintfFormatString.cpp229 if (!FSR.hasValue())
H A DScanfFormatString.cpp482 if (!FSR.hasValue())
H A DUninitializedValues.cpp133 assert(idx.hasValue());
200 assert(idx.hasValue());
/external/icu4c/common/
H A Dstringtriebuilder.cpp85 UBool hasValue=FALSE; local
94 hasValue=TRUE;
126 return writeValueAndType(hasValue, value, type);
209 UBool hasValue=FALSE; local
217 hasValue=TRUE;
244 if(hasValue && node!=NULL) {
426 return hasValue==o.hasValue && (!hasValue || value==o.value);
612 offset=builder.writeValueAndType(hasValue, valu
[all...]
H A Ducharstriebuilder.cpp306 offset=b.writeValueAndType(hasValue, value, b.getMinLinearMatch()+length-1);
395 UCharsTrieBuilder::writeValueAndType(UBool hasValue, int32_t value, int32_t node) { argument
396 if(!hasValue) {
H A Dbytestriebuilder.cpp458 BytesTrieBuilder::writeValueAndType(UBool hasValue, int32_t value, int32_t node) { argument
460 if(hasValue) {
/external/webkit/Source/WebCore/css/
H A DCSSValueList.h56 bool hasValue(CSSValue*);
H A DCSSValueList.cpp86 bool CSSValueList::hasValue(CSSValue* val) function in class:WebCore::CSSValueList
/external/icu4c/common/unicode/
H A Dstringtriebuilder.h252 ValueNode(int32_t initialHash) : Node(initialHash), hasValue(FALSE), value(0) {}
255 hasValue=TRUE;
260 UBool hasValue; member in class:StringTrieBuilder::ValueNode
369 virtual int32_t writeValueAndType(UBool hasValue, int32_t value, int32_t node) = 0;
H A Dbytestriebuilder.h153 virtual int32_t writeValueAndType(UBool hasValue, int32_t value, int32_t node);
H A Ducharstriebuilder.h157 virtual int32_t writeValueAndType(UBool hasValue, int32_t value, int32_t node);
/external/llvm/include/llvm/ADT/
H A DOptional.h45 bool hasValue() const { return hasVal; } function in class:llvm::Optional
/external/v8/src/
H A Dv8natives.js356 return desc.hasValue() || desc.hasWritable();
395 if (desc.hasValue()) {
469 if (!desc.hasValue()) desc.setValue(void 0);
523 "hasValue", function() {
723 (!desc.hasValue() ||
761 if (!current.isWritable() && desc.hasValue() &&
830 if (desc.hasValue()) {
861 if (!desc.hasValue()) {
/external/doclava/src/com/google/doclava/
H A DFieldInfo.java468 public boolean hasValue() { method in class:FieldInfo
472 public void setHasValue(boolean hasValue) { argument
473 mHasValue = hasValue;
H A DInfoBuilder.java166 } else if (f.hasValue()) {
689 boolean hasValue = false;
750 hasValue = true;
760 field.setHasValue(hasValue);
/external/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp577 if (!UpperU.hasValue() && !UpperL.hasValue())
579 else if (UpperU.hasValue() && !UpperL.hasValue())
581 else if (UpperL.hasValue() && !UpperU.hasValue())
/external/webkit/Source/WebCore/editing/
H A DEditingStyle.cpp168 return matches(element) && styleValue && styleValue->isValueList() && static_cast<CSSValueList*>(styleValue.get())->hasValue(m_primitiveValue.get());
772 if (newTextDecorations->hasValue(underline.get()) && !textDecorations->hasValue(underline.get()))
775 if (newTextDecorations->hasValue(lineThrough.get()) && !textDecorations->hasValue(lineThrough.get()))
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h473 if (IsPrunable.hasValue() && !override)
480 return IsPrunable.hasValue() ? IsPrunable.getValue() : false;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp80 if (!Val_O_CREAT.hasValue()) {
/external/llvm/include/llvm/Support/
H A DCommandLine.h338 bool hasValue() const { return false; } function in struct:llvm::cl::OptionValueBase
359 bool hasValue() const { return Valid; } function in class:llvm::cl::OptionValueCopy
375 if (!VC.hasValue()) return false;

Completed in 279 milliseconds

12