OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isValid
(Results
1 - 25
of
103
) sorted by relevancy
1
2
3
4
5
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
LoopCacheAnalysis.h
53
bool
isValid
() const { return
IsValid
; }
126
bool
IsValid
= false;
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Regex.h
64
///
isValid
- returns the error encountered during regex compilation, if
66
bool
isValid
(std::string &Error) const;
67
bool
isValid
() const { return !error; }
DynamicLibrary.h
49
bool
isValid
() const { return Data != &Invalid; }
54
/// Use
isValid
() to distinguish these cases if it is important.
62
/// instance on failure (see
isValid
()). \p *errMsg will only be modified
87
return !getPermanentLibrary(Filename, ErrMsg).
isValid
();
SMLoc.h
29
bool
isValid
() const { return Ptr != nullptr; }
55
assert(Start.
isValid
() == End.
isValid
() &&
59
bool
isValid
() const { return Start.
isValid
(); }
/src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
AVR.h
172
bool
isValid
= isValidCPUName(Name);
173
if (
isValid
)
175
return
isValid
;
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFAttribute.h
34
bool
isValid
() const {
39
return
isValid
();
/src/external/apache2/llvm/dist/llvm/include/llvm/Option/
OptSpecifier.h
27
bool
isValid
() const { return ID != 0; }
/src/external/bsd/nvi/dist/tcl_scripts/
mailprocs.tcl
9
isValid
[string trim $name]
33
proc
isValid
{target} {
99
set found [
isValid
$target]
/src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_type_hash.h
34
bool
isValid
() const { return MostDerivedTypeName; }
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DynamicTypeInfo.h
31
bool
isValid
() const { return !DynTy.isNull(); }
36
operator bool() const { return
isValid
(); }
/src/external/apache2/llvm/dist/clang/include/clang/Tooling/ASTDiff/
ASTDiffInternal.h
41
bool
isValid
() const { return Id != InvalidNodeId; }
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
InlineInfo.h
76
bool
isValid
() const { return !Ranges.empty(); }
LineEntry.h
28
bool
isValid
() { return File != 0; }
LineTable.h
190
size_t
isValid
() const {
FunctionInfo.h
118
bool
isValid
() const {
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
RegisterBank.cpp
33
assert(
isValid
() && "Invalid register bank");
62
assert(
isValid
() && "RB hasn't been initialized yet");
66
bool RegisterBank::
isValid
() const {
93
<< "
isValid
:" <<
isValid
() << '\n'
/src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_type_hash.h
33
bool
isValid
() const { return MostDerivedTypeName; }
/src/external/gpl3/gcc/dist/libsanitizer/ubsan/
ubsan_type_hash.h
33
bool
isValid
() const { return MostDerivedTypeName; }
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TileShapeInfo.h
65
bool
isValid
() { return (Row != nullptr) && (Col != nullptr); }
MachineInstrBundleIterator.h
182
bool
isValid
() const { return MII.getNodePtr(); }
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
Address.h
35
bool
isValid
() const { return Pointer != nullptr; }
38
assert(
isValid
());
67
assert(
isValid
());
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
fallible_iterator.h
169
assert(LHS.
isValid
() && RHS.
isValid
() &&
202
bool
isValid
() const { return !ErrState.getInt(); }
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCRegister.h
74
bool
isValid
() const { return Reg != NoRegister; }
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
Reassociate.h
90
bool
isValid
() const { return Value1 && Value2; }
/src/external/apache2/llvm/dist/llvm/lib/Support/
Regex.cpp
72
bool Regex::
isValid
(std::string &Error) const {
93
if (Error ? !
isValid
(*Error) : !
isValid
())
Completed in 40 milliseconds
1
2
3
4
5
Indexes created Tue Feb 24 08:35:24 UTC 2026