Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDFormatStringParsing.h85 bool hasValue() const { return Start != nullptr; } in hasValue() function
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Interpreter/
HDValue.h134 bool hasValue() const { return isValid() && !isVoid(); } in hasValue() function
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
HDVariantValue.h275 bool hasValue() const { return Type != VT_Nothing; } in hasValue() function
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDMemoryLocation.h166 bool hasValue() const { in hasValue() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDExprEngineC.cpp816 bool hasValue = false; in VisitGuardedExpr() local
/freebsd-14-stable/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
HDGlobalISelMatchTable.h866 virtual bool hasValue() const { return false; } in hasValue() function
1381 bool hasValue() const override { in hasValue() function
HDGlobalISelMatchTable.cpp1172 bool LLTOperandMatcher::hasValue() const { in hasValue() function in llvm::gi::LLTOperandMatcher
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelDAGToDAG.cpp1528 bool hasValue() const { in hasValue() function
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h1693 bool hasValue() const { return CurrentValue != DefaultValue; } in hasValue() function