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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAny.h96 bool hasValue() const { return !!Storage; } function in class:llvm::Any
H A DOptional.h259 bool hasValue() const { return Storage.hasValue(); } function in class:llvm::Optional
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DFormatStringParsing.h85 bool hasValue() const { return Start != nullptr; } function in class:clang::analyze_format_string::SpecifierResult
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h270 bool hasValue() const { return Type != VT_Nothing; } function in class:clang::ast_matchers::dynamic::VariantValue
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h125 bool hasValue() const { return Value != Unknown; } function in class:llvm::LocationSize
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp814 bool hasValue = false; local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h270 bool hasValue() const { return PCT != PCT_Invalid; } function in class:llvm::Function::ProfileCount
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h359 bool hasValue() const { return Kind != None && Kind != Indeterminate; } function in class:clang::APValue
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h537 bool hasValue() const { return false; } function in struct:llvm::OptionValueBase
567 bool hasValue() const { return Valid; } function in class:llvm::OptionValueCopy
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1117 virtual bool hasValue() const { return false; } function in class:__anon2930::PredicateMatcher
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1133 bool hasValue() const { function in struct:__anon2358::BitPermutationSelector::ValueBit
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h508 bool hasValue() const { return CurrentValue != DefaultValue; } function in struct:clang::final::PragmaStack

Completed in 302 milliseconds