Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DFormatStringParsing.h85 bool hasValue() const { return Start != nullptr; } in hasValue() function
/freebsd-src/contrib/llvm-project/clang/include/clang/Interpreter/
H A DValue.h133 bool hasValue() const { return isValid() && !isVoid(); } hasValue() function
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h275 bool hasValue() const { return Type != VT_Nothing; } in hasValue() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h166 bool hasValue() const { in hasValue() function
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp814 bool hasValue = false; VisitGuardedExpr() local
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTable.h
H A DGlobalISelMatchTable.cpp
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1541 bool hasValue() const { hasValue() function
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h667 bool hasValue() const { return CurrentValue != DefaultValue; } hasValue() function