/llvm-project/llvm/include/llvm/Support/ |
H A D | SMLoc.h | 29 constexpr bool isValid() const { return Ptr != nullptr; } in isValid() function 59 bool isValid() const { return Start.isValid(); } in isValid() function
|
H A D | Regex.h | 67 bool isValid() const { return !error; } in isValid() function
|
H A D | DynamicLibrary.h | 49 bool isValid() const { return Data != &Invalid; } in isValid() function
|
/llvm-project/lldb/test/API/lang/objc/radar-9691614/ |
H A D | main.m | 11 - (BOOL)isValid; method 27 {
|
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | CxxModuleHandler.h | 61 bool isValid() const { return m_sema != nullptr; } in isValid() function
|
/llvm-project/bolt/include/bolt/Passes/ |
H A D | IndirectCallPromotion.h | 107 bool isValid() const { return Sym || Addr != 0; } in isValid() function 120 bool isValid() const { return From.isValid() && To.isValid(); } in isValid() function
|
/llvm-project/llvm/include/llvm/Option/ |
H A D | OptSpecifier.h | 27 bool isValid() const { return ID != 0; } in isValid() function
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCRegisterInfo.h | 213 bool isValid() const { return List; } isValid() function 535 bool isValid() const { return I.isValid(); } isValid() function 563 bool isValid() const { return SRIter.isValid(); } isValid() function 605 bool isValid() const { return I.isValid(); } isValid() function 653 bool isValid() const { return I.isValid(); } isValid() function 680 bool isValid() const { return RUIter.isValid(); } isValid() function 719 bool isValid() const { isValid() function 749 bool isValid() const { return It != End; } isValid() function [all...] |
H A D | MCRegister.h | 81 constexpr bool isValid() const { return Reg != NoRegister; } isValid() function
|
/llvm-project/clang/include/clang/Basic/ |
H A D | SyncScope.h | 153 bool isValid(unsigned S) const override { in isValid() function 204 bool isValid(unsigned S) const override { in isValid() function 254 bool isValid(unsigned S) const override { in isValid() function
|
H A D | SourceLocation.h | 45 bool isValid() const { return ID != 0; } in isValid() function
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | DynamicTypeInfo.h | 31 bool isValid() const { return !DynTy.isNull(); } in isValid() function
|
/llvm-project/clang/include/clang/Tooling/ASTDiff/ |
H A D | ASTDiffInternal.h | 37 bool isValid() const { return Id != InvalidNodeId; } in isValid() function
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ModelUnderTrainingRunner.h | 66 bool isValid() const { return !!Evaluator; } in isValid() function
|
/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
H A D | LineEntry.h | 28 bool isValid() { return File != 0; } in isValid() function
|
H A D | LineTable.h | 190 size_t isValid() const { in isValid() function
|
/llvm-project/clang/include/clang/Lex/ |
H A D | ExternalPreprocessorSource.h | 85 bool isValid() const { return Ptr != 0; } in isValid() function
|
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFAttribute.h | 34 bool isValid() const { in isValid() function
|
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/Detail/ |
H A D | DimLvlMap.cpp | 55 bool DimSpec::isValid(Ranks const &ranks) const { in isValid() function in DimSpec 71 bool LvlSpec::isValid(Ranks const &ranks) const { in isValid() function in LvlSpec
|
/llvm-project/llvm/include/llvm/Analysis/Utils/ |
H A D | TFUtils.h | 98 bool isValid() const { return !!Impl; } in isValid() function
|
/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_type_hash.h | 33 bool isValid() const { return MostDerivedTypeName; } in isValid() function
|
/llvm-project/llvm/include/llvm/MCA/HardwareUnits/ |
H A D | RegisterFile.h | 66 bool isValid() const { return getSourceIndex() != INVALID_IID; } in isValid() function 244 bool isValid() const { return RegisterID; } in isValid() function
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | FunctionPointer.h |
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TileShapeInfo.h | 64 bool isValid() { return (Row != nullptr) && (Col != nullptr); } isValid() function
|
/llvm-project/llvm/utils/KillTheDoctor/ |
H A D | KillTheDoctor.cpp | 123 static bool isValid(handle_type Handle) { in isValid() function 139 static bool isValid(handle_type Handle) { in isValid() function 155 static bool isValid(handle_type Handle) { in isValid() function
|