Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DFormatStringParsing.h85 bool hasValue() const { return Start != nullptr; } in hasValue() function
/freebsd/contrib/llvm-project/clang/include/clang/Interpreter/
H A DValue.h134 bool hasValue() const { return isValid() && !isVoid(); } in hasValue() function
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h275 bool hasValue() const { return Type != VT_Nothing; } in hasValue() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h166 bool hasValue() const { in hasValue() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp816 bool hasValue = false; in VisitGuardedExpr() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h866 virtual bool hasValue() const { return false; } in hasValue() function
1381 bool hasValue() const override { in hasValue() function
H A DGlobalISelMatchTable.cpp1172 bool LLTOperandMatcher::hasValue() const { in hasValue() function in llvm::gi::LLTOperandMatcher
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1528 bool hasValue() const { in hasValue() function
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1693 bool hasValue() const { return CurrentValue != DefaultValue; } in hasValue() function