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

12

/freebsd-10.0-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.h74 bool isValid() const { function in class:llvm::opt::Option
/freebsd-10.0-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.0-release/contrib/llvm/tools/clang/include/clang/Driver/
H A DOptSpecifier.h31 bool isValid() const { return ID != 0; } function in class:clang::driver::OptSpecifier
H A DOption.h85 bool isValid() const { function in class:clang::driver::Option
/freebsd-10.0-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
/freebsd-10.0-release/contrib/llvm/lib/DebugInfo/
H A DDWARFAbbreviationDeclaration.h45 bool isValid() const { return Code != 0 && Tag != 0; } function in class:llvm::DWARFAbbreviationDeclaration
H A DDWARFDebugLine.h158 bool isValid() const { function in struct:llvm::DWARFDebugLine::Sequence
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DRegex.cpp40 bool Regex::isValid(std::string &Error) { function in class:Regex
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineInstrBundle.h135 bool isValid() const { return OpI != OpE; } function in class:llvm::MachineOperandIteratorBase
H A DPasses.h63 bool isValid() const { return P; } function in class:llvm::IdentifyingPassPtr
H A DRegisterPressure.h101 bool isValid() const { return PSetID != ~0U; } function in struct:llvm::PressureElement
H A DSlotIndexes.h160 bool isValid() const { function in class:llvm::SlotIndex
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
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.0-release/contrib/llvm/include/llvm/MC/
H A DMCInst.h55 bool isValid() const { return Kind != kInvalid; } function in class:llvm::MCOperand
H A DMCSchedule.h110 bool isValid() const { function in struct:llvm::MCSchedClassDesc
H A DMCRegisterInfo.h212 bool isValid() const { return List; } function in class:llvm::MCRegisterInfo::DiffListIterator
528 bool isValid() const { function in class:llvm::MCRegUnitRootIterator
/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp483 bool isValid = true; // Valid only for And, Or, Xor local
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Analysis/Support/
H A DBlkExprDeclBitVector.h38 bool isValid() const { function in class:clang::DeclBitVector_Types::Idx
/freebsd-10.0-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.0-release/contrib/llvm/utils/TableGen/
H A DCodeGenSchedule.h82 bool isValid() const { function in struct:llvm::CodeGenSchedRW
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h813 bool isValid() const { return Idx; } function

Completed in 301 milliseconds

12