/llvm-project/clang/lib/AST/ |
H A D | FormatStringParsing.h | 85 bool hasValue() const { return Start != nullptr; } in hasValue() function
|
/llvm-project/mlir/include/mlir/Dialect/SPIRV/IR/ |
H A D | SPIRVTypes.h | 305 uint32_t hasValue : 1; member
|
/llvm-project/mlir/include/mlir/Analysis/Presburger/ |
H A D | PresburgerSpace.h | 95 bool hasValue() const { return value != nullptr; } in hasValue() function
|
/llvm-project/clang/include/clang/Interpreter/ |
H A D | Value.h | 134 bool hasValue() const { return isValid() && !isVoid(); } hasValue() function
|
/llvm-project/clang/include/clang/ASTMatchers/Dynamic/ |
H A D | VariantValue.h | 275 bool hasValue() const { return Type != VT_Nothing; } in hasValue() function
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | MemoryLocation.h | 166 bool hasValue() const { hasValue() function
|
/llvm-project/mlir/include/mlir/Analysis/ |
H A D | FlatLinearValueConstraints.h | 371 inline bool hasValue(unsigned pos) const { in hasValue() function
|
/llvm-project/mlir/include/mlir/Pass/ |
H A D | PassOptions.h | 110 bool hasValue() const { return optHasValue; } in hasValue() function
|
/llvm-project/llvm/unittests/Support/ |
H A D | Casting.cpp | 95 bool hasValue = false; member 106 bool hasValue = false; member
|
/llvm-project/clang/test/Analysis/Checkers/WebKit/ |
H A D | uncounted-obj-arg.cpp | 296 bool trivial26() { bool hasValue = v; return !hasValue; } trivial26() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineC.cpp | 816 bool hasValue = false; in VisitGuardedExpr() local
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | OpImplementation.h | 832 bool hasValue() const { return result.has_value(); } hasValue() function
|
/llvm-project/mlir/lib/Pass/ |
H A D | PassRegistry.cpp | 785 bool hasValue() const { return true; } hasValue() function
|
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | GlobalISelMatchTable.h | 866 virtual bool hasValue() const { return false; } hasValue() function 1381 bool hasValue() const override { hasValue() function
|
H A D | GlobalISelMatchTable.cpp | 1172 bool LLTOperandMatcher::hasValue() const { hasValue() function in llvm::gi::LLTOperandMatcher
|
/llvm-project/llvm/unittests/ADT/ |
H A D | SmallVectorTest.cpp | 951 bool hasValue; member
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 1528 bool hasValue() const { in hasValue() function [all...] |
/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 1692 bool hasValue() const { return CurrentValue != DefaultValue; } hasValue() function
|