Searched defs:isValid (Results 1 - 25 of 90) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCxxModuleHandler.h60 bool isValid() const { return m_sema != nullptr; } function in class:lldb_private::CxxModuleHandler
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAVR.h171 bool isValid = isValidCPUName(Name); variable
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h52 bool isValid() const { return IsValid; } function in class:llvm::IndexedReference
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiffInternal.h41 bool isValid() const { return Id != InvalidNodeId; } function in struct:clang::diff::NodeId
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_type_hash.h33 bool isValid() const { return MostDerivedTypeName; } function in class:__ubsan::DynamicTypeInfo
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptSpecifier.h27 bool isValid() const { return ID != 0; } function in class:llvm::opt::OptSpecifier
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DSMLoc.h29 bool isValid() const { return Ptr != nullptr; } function in class:llvm::SMLoc
59 bool isValid() const { return Start.isValid(); } function in class:llvm::SMRange
H A DRegex.h63 bool isValid() const { return !error; } function in class:llvm::Regex
H A DDynamicLibrary.h49 bool isValid() const { return Data != &Invalid; } function in class:llvm::sys::DynamicLibrary
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAttribute.h34 bool isValid() const { function in struct:llvm::DWARFAttribute
H A DDWARFDie.h51 bool isValid() const { return U && Die; } function in class:llvm::DWARFDie
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLineEntry.h28 bool isValid() { return File != 0; } function in struct:llvm::gsym::LineEntry
H A DLineTable.h172 size_t isValid() const { function in class:llvm::gsym::LineTable
H A DInlineInfo.h76 bool isValid() const { return !Ranges.empty(); } function in struct:llvm::gsym::InlineInfo
H A DFunctionInfo.h117 bool isValid() const { function in struct:llvm::gsym::FunctionInfo
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DDynamicTypeInfo.h31 bool isValid() const { return !DynTy.isNull(); } function in class:clang::ento::DynamicTypeInfo
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBundleIterator.h182 bool isValid() const { return MII.getNodePtr(); } function in class:llvm::MachineInstrBundleIterator
H A DMachineInstrBundle.h136 bool isValid() const { return OpI != OpE; } function in class:llvm::MIBundleOperandIteratorBase
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DAddress.h35 bool isValid() const { return Pointer != nullptr; } function in class:clang::CodeGen::Address
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dfallible_iterator.h204 bool isValid() const { return !ErrState.getInt(); } function in class:llvm::fallible_iterator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackOffset.h128 bool isValid() const { function in class:llvm::StackOffset
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCRegister.h71 bool isValid() const { function in class:llvm::MCRegister
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DReassociate.h90 bool isValid() const { return Value1 && Value2; } function in struct:llvm::ReassociatePass::PairMapValue
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegisterBank.cpp65 bool RegisterBank::isValid() const { function in class:RegisterBank
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.h122 bool isValid() const { return !FoundErrors; } function in namespace:llvm::mca

Completed in 134 milliseconds

1234