/llvm-project/clang/lib/Sema/ |
H A D | CoroutineStmtBuilder.h | 53 bool isInvalid() const { return !this->IsValid; } in isInvalid() function
|
H A D | DeclSpec.cpp | 678 bool isInvalid = true; SetStorageClassSpec() local [all...] |
/llvm-project/clang/include/clang/Tooling/ASTDiff/ |
H A D | ASTDiffInternal.h | 38 bool isInvalid() const { return Id == InvalidNodeId; } in isInvalid() function
|
/llvm-project/clang/include/clang/Edit/ |
H A D | FileOffset.h | 26 bool isInvalid() const { return FID.isInvalid(); } in isInvalid() function
|
/llvm-project/clang/include/clang/Basic/ |
H A D | SourceLocation.h | 46 bool isInvalid() const { return ID == 0; } in isInvalid() function
|
/llvm-project/clang/include/clang/Sema/ |
H A D | ParsedTemplate.h | 69 bool isInvalid() const { return Arg == nullptr; } in isInvalid() function 233 bool isInvalid() const { return hasInvalidName() || hasInvalidArgs(); } in isInvalid() function
|
H A D | ScopeInfo.h | 661 bool isInvalid() const { return Invalid; } in isInvalid() function
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | EvaluationResult.h |
|
/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_value.h | 55 bool isInvalid() const { return !Filename; } in isInvalid() function
|
/llvm-project/clang/include/clang/AST/ |
H A D | DeclID.h | 128 bool isInvalid() const { return ID == PREDEF_DECL_NULL_ID; } isInvalid() function
|
H A D | RawCommentList.h | 54 bool isInvalid() const LLVM_READONLY { in isInvalid() function
|
H A D | FormatString.h | 369 bool isInvalid() const { in isInvalid() function
|
/llvm-project/clang/include/clang/Lex/ |
H A D | PreprocessingRecord.h | 107 bool isInvalid() const { return Kind == InvalidKind; } in isInvalid() function
|
H A D | MacroInfo.h | 391 bool isInvalid() const { return !isValid(); } in isInvalid() function
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | SmallBitVector.h | 684 bool isInvalid() const { return X == (uintptr_t)-1; } in isInvalid() function
|
H A D | BitVector.h | 689 bool isInvalid() const { return Size == (unsigned)-1; } in isInvalid() function
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | GenericLoopInfo.h | 217 bool isInvalid() const { isInvalid() function [all...] |
/llvm-project/clang/lib/Lex/ |
H A D | TokenLexer.cpp | 839 bool isInvalid = !TL.LexFromRawLexer(Result); pasteTokens() local
|
/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyCommon.h | 333 bool isInvalid() const { return isa_and_nonnull<til::Undefined>(sexpr()); } in isInvalid() function
|
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | OpFormatGen.cpp | 2762 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 D | HoistPadding.cpp | 158 bool isInvalid() { return valid.has_value() && !valid.value(); } in isInvalid() function
|
/llvm-project/llvm/lib/TableGen/ |
H A D | TGParser.cpp | 42 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 D | Indexing.cpp | 83 bool isInvalid() const { return *this == PPRegion(); } isInvalid() function in __anona35560680111::PPRegion
|
/llvm-project/llvm/include/llvm/MCA/ |
H A D | Instruction.h | 684 bool isInvalid() const { return Stage == IS_INVALID; } in isInvalid() function
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 3594 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...] |