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 - 23
of
23
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
CoroutineStmtBuilder.h
28
bool
IsValid
= true;
53
bool isInvalid() const { return !this->
IsValid
; }
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h
148
bool
IsValid
() const { return Node != nullptr; }
151
assert(
IsValid
() && "bad iterator");
/src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Function.h
103
bool isConstexpr() const { return
IsValid
; }
124
IsValid
= true;
152
bool
IsValid
= false;
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Cuda.h
31
bool
IsValid
= false;
60
bool
isValid
() const { return
IsValid
; }
Gnu.h
192
bool
IsValid
;
219
explicit GCCInstallationDetector(const Driver &D) :
IsValid
(false), D(D) {}
224
bool
isValid
() const { return
IsValid
; }
Darwin.cpp
1509
bool
IsValid
= !Version.tryParse(OSVersion);
1510
(void)
IsValid
;
1511
assert(
IsValid
&& "invalid SDK version");
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
FileEntry.h
68
inline bool
isValid
() const;
341
bool
IsValid
= false; // Is this \c FileEntry initialized and valid?
368
bool
isValid
() const { return
IsValid
; }
386
bool FileEntryRef::
isValid
() const { return getFileEntry().
isValid
(); }
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h
157
unsigned
IsValid
: 1;
160
LiveOutInfo() : NumSignBits(0),
IsValid
(true) {}
222
if (!LOI->
IsValid
)
266
LiveOutRegInfo[Reg].
IsValid
= false;
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/Windows/
WindowsSupport.h
92
if (HandleTraits::
IsValid
(Handle))
103
if (HandleTraits::
IsValid
(Handle))
111
return HandleTraits::
IsValid
(Handle) ? true : false;
130
static bool
IsValid
(handle_type h) {
152
static bool
IsValid
(handle_type h) {
168
static bool
IsValid
(handle_type h) {
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_errors.h
419
bool
IsValid
() { return kind != kErrorKindInvalid; }
asan_allocator.cc
799
bool AsanChunkView::
IsValid
() const {
/src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
OMPIRBuilder.h
1106
bool
IsValid
= false;
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
TFUtils.cpp
288
bool
isValid
() const { return
IsValid
; }
324
void invalidate() {
IsValid
= false; }
326
bool
IsValid
= true;
381
if (!Impl->
isValid
())
411
IsValid
= false;
412
return
IsValid
;
416
if (!
isValid
())
/src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_errors.h
437
bool
IsValid
() { return kind != kErrorKindInvalid; }
asan_allocator.cpp
871
bool AsanChunkView::
IsValid
() const {
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
HeaderSearch.h
87
unsigned
IsValid
: 1;
116
Resolved(false), IndexHeaderMapHeader(false),
IsValid
(false) {}
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h
107
bool
IsValid
= false;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
MergeICmps.cpp
198
bool
IsValid
() const { return Lhs_.BaseId != 0 && Rhs_.BaseId != 0; }
203
if (
IsValid
()) {
448
if (!Comparison.
IsValid
()) {
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/AsmParser/
RISCVAsmParser.cpp
364
bool
IsValid
;
366
IsValid
= RISCVAsmParser::classifySymbolRef(getImm(), VK);
368
IsValid
= isShiftedInt<N - 1, 1>(Imm);
369
return
IsValid
&& VK == RISCVMCExpr::VK_RISCV_None;
610
bool
IsValid
;
615
IsValid
= RISCVAsmParser::classifySymbolRef(getImm(), VK);
617
IsValid
= isInt<12>(Imm);
618
return
IsValid
&& ((IsConstantImm && VK == RISCVMCExpr::VK_RISCV_None) ||
641
bool
IsValid
;
646
IsValid
= RISCVAsmParser::classifySymbolRef(getImm(), VK)
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp
579
if (Dest.
isValid
()) return Dest;
599
if (!Dest.
isValid
()) {
605
assert(!Dest.getScopeDepth().
isValid
() && "already emitted label!");
635
assert(dest.getScopeDepth().
isValid
());
1187
assert(ReturnLocation.
isValid
() && "No valid return location");
1222
.
isValid
())) {
1231
} else if (!ReturnValue.
isValid
() || (RV && RV->getType()->isVoidType())) {
2213
bool
IsValid
= getTarget().validateOutputConstraint(Info); (void)
IsValid
;
2214
assert(
IsValid
&& "Failed to parse output constraint")
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Driver/
Driver.cpp
2379
bool
IsValid
= false;
2464
bool
isValid
() { return !ToolChains.empty(); }
3275
IsValid
= true;
3295
IsValid
=
IsValid
&& !SB->initialize();
3298
if (SB->
isValid
()) {
3321
if (!
IsValid
)
3336
if (!SB->
isValid
()) {
3378
if (!
IsValid
)
3404
if (!SB->
isValid
())
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp
3532
bool
IsValid
= false;
3587
return std::make_tuple(!A.
IsValid
, A.ObjectFirst, A.GroupFirst, A.GroupIndex,
3589
std::make_tuple(!B.
IsValid
, B.ObjectFirst, B.GroupFirst, B.GroupIndex,
3602
FrameObjects[Obj].
IsValid
= true;
3634
FrameObjects[FI].
IsValid
)
3671
if (!Obj.
IsValid
)
3678
if (!Obj.
IsValid
)
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ELFDumper.cpp
4905
bool
IsValid
;
4915
return {"", "", /*
IsValid
=*/false};
4927
return {std::string(OSName), ABI.str(), /*
IsValid
=*/true};
4951
if (!AbiTag.
IsValid
)
6752
if (!AbiTag.
IsValid
) {
Completed in 87 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026