Home
last modified time | relevance | path

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

/llvm-project/clang/lib/AST/
H A DFormatStringParsing.h85 bool hasValue() const { return Start != nullptr; } in hasValue() function
/llvm-project/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVTypes.h305 uint32_t hasValue : 1; member
/llvm-project/mlir/include/mlir/Analysis/Presburger/
H A DPresburgerSpace.h95 bool hasValue() const { return value != nullptr; } in hasValue() function
/llvm-project/clang/include/clang/Interpreter/
H A DValue.h134 bool hasValue() const { return isValid() && !isVoid(); } hasValue() function
/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h275 bool hasValue() const { return Type != VT_Nothing; } in hasValue() function
/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h166 bool hasValue() const { hasValue() function
/llvm-project/mlir/include/mlir/Analysis/
H A DFlatLinearValueConstraints.h371 inline bool hasValue(unsigned pos) const { in hasValue() function
/llvm-project/mlir/include/mlir/Pass/
H A DPassOptions.h110 bool hasValue() const { return optHasValue; } in hasValue() function
/llvm-project/llvm/unittests/Support/
H A DCasting.cpp95 bool hasValue = false; member
106 bool hasValue = false; member
/llvm-project/clang/test/Analysis/Checkers/WebKit/
H A Duncounted-obj-arg.cpp296 bool trivial26() { bool hasValue = v; return !hasValue; } trivial26() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp816 bool hasValue = false; in VisitGuardedExpr() local
/llvm-project/mlir/include/mlir/IR/
H A DOpImplementation.h832 bool hasValue() const { return result.has_value(); } hasValue() function
/llvm-project/mlir/lib/Pass/
H A DPassRegistry.cpp785 bool hasValue() const { return true; } hasValue() function
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h866 virtual bool hasValue() const { return false; } hasValue() function
1381 bool hasValue() const override { hasValue() function
H A DGlobalISelMatchTable.cpp1172 bool LLTOperandMatcher::hasValue() const { hasValue() function in llvm::gi::LLTOperandMatcher
/llvm-project/llvm/unittests/ADT/
H A DSmallVectorTest.cpp951 bool hasValue; member
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1528 bool hasValue() const { in hasValue() function
[all...]
/llvm-project/clang/include/clang/Sema/
H A DSema.h1692 bool hasValue() const { return CurrentValue != DefaultValue; } hasValue() function