Home
last modified time | relevance | path

Searched refs:IsInvalid (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp97 bool IsInvalid = llvm::errorToBool(validateEditRange(Range, SM)); in getRangeForEdit() local
98 if (IsInvalid) in getRangeForEdit()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCoroutine.cpp345 bool IsInvalid; member
438 Calls.IsInvalid = true; in buildCoawaitCalls()
459 Calls.IsInvalid = true; in buildCoawaitCalls()
467 Calls.IsInvalid = true; in buildCoawaitCalls()
500 Calls.IsInvalid = true; in buildCoawaitCalls()
911 if (RSS.IsInvalid) in BuildResolvedCoawaitExpr()
966 if (RSS.IsInvalid) in BuildCoyieldExpr()
H A DSemaDeclCXX.cpp78 bool IsInvalid = false; in VisitExpr() local
80 IsInvalid |= Visit(SubStmt); in VisitExpr()
81 return IsInvalid; in VisitExpr()
7954 bool IsInvalid = false; member
7958 IsInvalid |= S.isInvalid(); in add()
7959 if (IsInvalid) in add()
7991 if (Stmts.IsInvalid) in build()
10915 bool IsInvalid = false; in ActOnStartNamespaceDef() local
10950 IsInvalid = true; in ActOnStartNamespaceDef()
10982 if (IsInvalid) in ActOnStartNamespaceDef()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DRegisterBankInfo.cpp382 bool IsInvalid, unsigned ID, unsigned Cost, in getInstructionMappingImpl() argument
385 assert(((IsInvalid && ID == InvalidMappingID && Cost == 0 && in getInstructionMappingImpl()
387 !IsInvalid) && in getInstructionMappingImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopInfo.h85 bool IsInvalid = false; variable
217 return IsInvalid; in isInvalid()
510 IsInvalid = true; in ~LoopBase()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegisterBankInfo.h518 getInstructionMappingImpl(bool IsInvalid, unsigned ID = InvalidMappingID,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExpr.cpp506 bool IsInvalid = false; in ParseRHSOfBinaryExpression() local
508 SM.getCharacterData(FILoc.getLocWithOffset(-1), &IsInvalid); in ParseRHSOfBinaryExpression()
509 if (!IsInvalid && *SourcePtr == ' ') { in ParseRHSOfBinaryExpression()
511 SM.getCharacterData(FILoc.getLocWithOffset(-2), &IsInvalid); in ParseRHSOfBinaryExpression()
512 if (!IsInvalid && *SourcePtr == ' ') { in ParseRHSOfBinaryExpression()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp4082 IsInvalid = 0, enumerator
4101 WhatIs(IsInvalid) {} in MDEitherFieldImpl()