Searched refs:IsInvalid (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp97 bool IsInvalid = llvm::errorToBool(validateEditRange(Range, SM)); local
98 if (IsInvalid)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegisterBankInfo.h517 getInstructionMappingImpl(bool IsInvalid, unsigned ID = InvalidMappingID,
528 return getInstructionMappingImpl(/*IsInvalid*/ false, ID, Cost,
534 return getInstructionMappingImpl(/*IsInvalid*/ true);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp716 bool IsInvalid() const { return !IsValid(); } function in class:TaggedASTDecl
756 if (parser_generic_decl.IsInvalid())
1208 if (origin_iface_decl.IsInvalid())
1435 if (parser_decl.IsInvalid())
1465 if (origin_base_record.IsInvalid())
1471 if (origin_base_cxx_record.IsInvalid())
1508 if (origin_record.IsInvalid())
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp345 bool IsInvalid; member in struct:ReadySuspendResumeResult
413 ReadySuspendResumeResult Calls = {{}, Operand, /*IsInvalid=*/true};
430 Calls.IsInvalid = false;
444 Calls.IsInvalid = true;
467 Calls.IsInvalid = true;
870 if (RSS.IsInvalid)
925 if (RSS.IsInvalid)
H A DSemaDeclCXX.cpp78 bool IsInvalid = false; local
80 IsInvalid |= Visit(SubStmt);
81 return IsInvalid;
7826 bool IsInvalid = false;
7830 IsInvalid |= S.isInvalid();
7831 if (IsInvalid)
7863 if (Stmts.IsInvalid)
10806 bool IsInvalid = false;
10841 IsInvalid = true;
10873 if (IsInvalid)
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h85 bool IsInvalid = false; member in class:llvm::LoopBase
200 /// helper is "assert(L.isInvalid())" or equivalent, since IsInvalid is set to
207 return IsInvalid;
496 IsInvalid = true;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegisterBankInfo.cpp382 bool IsInvalid, unsigned ID, unsigned Cost,
385 assert(((IsInvalid && ID == InvalidMappingID && Cost == 0 &&
387 !IsInvalid) &&
381 getInstructionMappingImpl( bool IsInvalid, unsigned ID, unsigned Cost, const RegisterBankInfo::ValueMapping *OperandsMapping, unsigned NumOperands) const argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp506 bool IsInvalid = false; local
508 SM.getCharacterData(FILoc.getLocWithOffset(-1), &IsInvalid);
509 if (!IsInvalid && *SourcePtr == ' ') {
511 SM.getCharacterData(FILoc.getLocWithOffset(-2), &IsInvalid);
512 if (!IsInvalid && *SourcePtr == ' ') {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3873 IsInvalid = 0,
3892 WhatIs(IsInvalid) {}

Completed in 230 milliseconds