Home
last modified time | relevance | path

Searched defs:isInvalid (Results 1 – 25 of 37) sorted by relevance

12

/llvm-project/clang/lib/Sema/
H A DCoroutineStmtBuilder.h53 bool isInvalid() const { return !this->IsValid; } in isInvalid() function
H A DDeclSpec.cpp678 bool isInvalid = true; SetStorageClassSpec() local
[all...]
/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiffInternal.h38 bool isInvalid() const { return Id == InvalidNodeId; } in isInvalid() function
/llvm-project/clang/include/clang/Edit/
H A DFileOffset.h26 bool isInvalid() const { return FID.isInvalid(); } in isInvalid() function
/llvm-project/clang/include/clang/Basic/
H A DSourceLocation.h46 bool isInvalid() const { return ID == 0; } in isInvalid() function
/llvm-project/clang/include/clang/Sema/
H A DParsedTemplate.h69 bool isInvalid() const { return Arg == nullptr; } in isInvalid() function
233 bool isInvalid() const { return hasInvalidName() || hasInvalidArgs(); } in isInvalid() function
H A DScopeInfo.h661 bool isInvalid() const { return Invalid; } in isInvalid() function
/llvm-project/clang/lib/AST/Interp/
H A DEvaluationResult.h
/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.h55 bool isInvalid() const { return !Filename; } in isInvalid() function
/llvm-project/clang/include/clang/AST/
H A DDeclID.h128 bool isInvalid() const { return ID == PREDEF_DECL_NULL_ID; } isInvalid() function
H A DRawCommentList.h54 bool isInvalid() const LLVM_READONLY { in isInvalid() function
H A DFormatString.h369 bool isInvalid() const { in isInvalid() function
/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h107 bool isInvalid() const { return Kind == InvalidKind; } in isInvalid() function
H A DMacroInfo.h391 bool isInvalid() const { return !isValid(); } in isInvalid() function
/llvm-project/llvm/include/llvm/ADT/
H A DSmallBitVector.h684 bool isInvalid() const { return X == (uintptr_t)-1; } in isInvalid() function
H A DBitVector.h689 bool isInvalid() const { return Size == (unsigned)-1; } in isInvalid() function
/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfo.h217 bool isInvalid() const { isInvalid() function
[all...]
/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp839 bool isInvalid = !TL.LexFromRawLexer(Result); pasteTokens() local
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h333 bool isInvalid() const { return isa_and_nonnull<til::Undefined>(sexpr()); } in isInvalid() function
/llvm-project/mlir/tools/mlir-tblgen/
H A DOpFormatGen.cpp2762 checkRangeForElement(FormatElement * base,function_ref<bool (FormatElement *,FormatElement *)> isInvalid,iterator_range<ArrayRef<FormatElement * >::iterator> elementRange,FormatElement * optionalGuard=nullptr) checkRangeForElement() argument
2803 verifyAdjacentElements(function_ref<bool (FormatElement *)> isBase,function_ref<bool (FormatElement *,FormatElement *)> isInvalid,ArrayRef<FormatElement * > elements) verifyAdjacentElements() argument
2856 auto isInvalid = [&](FormatElement *base, FormatElement *el) { verifyAttributeColonType() local
2879 auto isInvalid = [&](FormatElement *base, FormatElement *el) { verifyAttrDictRegion() local
[all...]
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DHoistPadding.cpp158 bool isInvalid() { return valid.has_value() && !valid.value(); } in isInvalid() function
/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp42 bool isInvalid() const { return Rec == nullptr; } in isInvalid() function
52 bool isInvalid() const { return MC == nullptr; } in isInvalid() function
/llvm-project/clang/tools/libclang/
H A DIndexing.cpp83 bool isInvalid() const { return *this == PPRegion(); } isInvalid() function in __anona35560680111::PPRegion
/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h684 bool isInvalid() const { return Stage == IS_INVALID; } in isInvalid() function
/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp3594 bool isInvalid = false; ParseDeclarationSpecifiers() local
6413 bool isInvalid = false; ParseTypeQualifierListOpt() local
8452 TryAltiVecTokenOutOfLine(DeclSpec & DS,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,bool & isInvalid) TryAltiVecTokenOutOfLine() argument
[all...]

12