Home
last modified time | relevance | path

Searched defs:hasValue (Results 1 – 11 of 11) 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.h135 bool hasValue() const { return isValid() && !isVoid(); } in hasValue() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFoldMemOffset.cpp55 bool hasValue() const { return Offset.has_value(); } in hasValue() function in __anon99dd37ee0111::FoldableOffset
/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.h152 bool hasValue() const { in hasValue() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp855 bool hasValue = false; in VisitGuardedExpr() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h880 virtual bool hasValue() const { return false; } in hasValue() function
1421 bool hasValue() const override { in hasValue() function
H A DGlobalISelMatchTable.cpp1165 bool LLTOperandMatcher::hasValue() const { in hasValue() function in llvm::gi::LLTOperandMatcher
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h134 bool hasValue() const { return !(Val & None); } in hasValue() function
/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.h1995 bool hasValue() const { return CurrentValue != DefaultValue; } in hasValue() function