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

12

/freebsd-10.1-release/contrib/llvm/include/llvm/Option/
H A DOptSpecifier.h29 bool isValid() const { return ID != 0; } function in class:llvm::opt::OptSpecifier
H A DOption.h75 bool isValid() const { function in class:llvm::opt::Option
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DDynamicLibrary.h49 bool isValid() { return Data != &Invalid; } function in class:llvm::sys::DynamicLibrary
H A DSMLoc.h28 bool isValid() const { return Ptr != 0; } function in class:llvm::SMLoc
57 bool isValid() const { return Start.isValid(); } function in class:llvm::SMRange
H A DValueHandle.h108 static bool isValid(Value *V) { function in class:llvm::ValueHandleBase
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DDynamicTypeInfo.h31 bool isValid() const { return !T.isNull(); } function in class:clang::ento::DynamicTypeInfo
H A DSVals.h129 inline bool isValid() const { function in class:clang::ento::SVal
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DRegex.cpp40 bool Regex::isValid(std::string &Error) { function in class:Regex
/freebsd-10.1-release/contrib/llvm/include/llvm/ADT/
H A DOwningPtr.h75 bool isValid() const { return Ptr != 0; } function in class:llvm::OwningPtr
H A DTwine.h212 bool isValid() const { function in class:llvm::Twine
[all...]
H A DSparseMultiSet.h106 bool isValid() const { return Prev != INVALID; } function in struct:llvm::SparseMultiSet::SMSNode
/freebsd-10.1-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineInstrBundle.h135 bool isValid() const { return OpI != OpE; } function in class:llvm::MachineOperandIteratorBase
H A DPasses.h66 bool isValid() const { return P; } function in class:llvm::IdentifyingPassPtr
H A DMachineRegisterInfo.h681 bool isValid() const { return PSet; } function in class:llvm::PSetIterator
H A DSlotIndexes.h160 bool isValid() const { function in class:llvm::SlotIndex
/freebsd-10.1-release/contrib/llvm/include/llvm/MC/
H A DMCInst.h55 bool isValid() const { return Kind != kInvalid; } function in class:llvm::MCOperand
H A DMCSchedule.h113 bool isValid() const { function in struct:llvm::MCSchedClassDesc
/freebsd-10.1-release/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugLine.h158 bool isValid() const { function in struct:llvm::DWARFDebugLine::Sequence
/freebsd-10.1-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp483 bool isValid = true; // Valid only for And, Or, Xor local
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DMacroInfo.h421 bool isValid() const { return DefDirective != 0; } function in class:clang::MacroInfo
/freebsd-10.1-release/contrib/llvm/utils/TableGen/
H A DCodeGenSchedule.h82 bool isValid() const { function in struct:llvm::CodeGenSchedRW
/freebsd-10.1-release/contrib/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h840 bool isValid() const { return Idx; } function
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExternalASTSource.h337 bool isValid() const { return Ptr != 0; } function in struct:clang::LazyOffsetPtr
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceLocation.h107 bool isValid() const { return ID != 0; } function
206 bool isValid() const { return B.isValid() && E.isValid(); } function in class:clang::SourceLocation::SourceRange
260 bool isValid() const { return Range.isValid(); } function in class:clang::SourceLocation::CharSourceRange
371 bool isValid() const { return Filename != 0; } function in class:clang::SourceLocation::PresumedLoc
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DEHScopeStack.h106 bool isValid() const { return Size >= 0; } function in class:clang::CodeGen::EHScopeStack::stable_iterator

Completed in 243 milliseconds

12