Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DOptional.h93 constexpr bool hasValue() const noexcept { return hasVal; } in hasValue() function
193 constexpr bool hasValue() const noexcept { return hasVal; } in hasValue() function
288 constexpr bool hasValue() const { return Storage.hasValue(); } in hasValue() function
H A DAny.h101 bool hasValue() const { return !!Storage; } in hasValue() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DFormatStringParsing.h85 bool hasValue() const { return Start != nullptr; } in hasValue() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h275 bool hasValue() const { return Type != VT_Nothing; } in hasValue() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemoryLocation.h155 bool hasValue() const { in hasValue() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFunction.h302 bool hasValue() const { return PCT != PCT_Invalid; } in hasValue() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp831 bool hasValue = false; in VisitGuardedExpr() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1166 virtual bool hasValue() const { return false; } in hasValue() function in __anon332dbd1e0111::PredicateMatcher
1255 bool hasValue() const override { in hasValue() function in __anon332dbd1e0111::LLTOperandMatcher
1810 bool hasValue() const override { in hasValue() function in __anon332dbd1e0111::InstructionOpcodeMatcher
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddinterpret.d7423 private bool hasValue(VarDeclaration vd) in hasValue() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddinterpret.c7049 bool hasValue(VarDeclaration *vd) in hasValue() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1366 bool hasValue() const { in hasValue() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h660 bool hasValue() const { return CurrentValue != DefaultValue; } in hasValue() function