Home
last modified time | relevance | path

Searched defs:hasValue (Results 1 – 7 of 7) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DFormatStringParsing.h63 bool hasValue() const { return Start != nullptr; } in hasValue() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DOptional.h172 bool hasValue() const { return hasVal; } in hasValue() function
/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h262 bool hasValue() const { return Type != VT_Nothing; } in hasValue() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DCommandLine.h363 bool hasValue() const { return false; } in hasValue() function
385 bool hasValue() const { return Valid; } in hasValue() function
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp663 bool hasValue = false; in VisitGuardedExpr() local
/minix3/external/bsd/llvm/dist/llvm/unittests/ADT/
H A DSmallVectorTest.cpp681 bool hasValue; member
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp800 bool hasValue() const { in hasValue() function