Searched defs:Invalid (Results 51 - 71 of 71) sorted by relevance

123

/external/clang/lib/Basic/
H A DSourceManager.cpp87 bool *Invalid) const {
91 if (Invalid)
92 *Invalid = isBufferInvalid();
130 if (Invalid) *Invalid = true;
145 if (Invalid) *Invalid = true;
172 if (Invalid)
173 *Invalid = isBufferInvalid();
300 bool Invalid local
330 bool Invalid = false; local
645 getMemoryBufferForFile(const FileEntry *File, bool *Invalid) argument
1164 isInvalid(SourceLocation Loc, bool *Invalid) argument
1199 ComputeLineNumbers(DiagnosticsEngine &Diag, ContentCache *FI, llvm::BumpPtrAllocator &Alloc, const SourceManager &SM, bool &Invalid) argument
1408 bool Invalid = false; local
1457 bool Invalid = false; local
1527 bool Invalid = false; local
1546 bool Invalid = false; local
1612 bool Invalid = false; local
1649 bool Invalid = false; local
1682 bool Invalid = false; local
1803 bool Invalid = false; local
1970 bool Invalid = false; local
[all...]
/external/clang/lib/Lex/
H A DLexer.cpp333 const LangOptions &LangOpts, bool *Invalid) {
339 if (Invalid)
340 *Invalid = CharDataInvalid;
366 const LangOptions &LangOpts, bool *Invalid) {
389 if (Invalid)
390 *Invalid = CharDataInvalid;
437 bool Invalid = false; local
438 StringRef Buffer = SM.getBufferData(LocInfo.first, &Invalid);
439 if (Invalid)
463 bool Invalid
364 getSpelling(const Token &Tok, const char *&Buffer, const SourceManager &SourceMgr, const LangOptions &LangOpts, bool *Invalid) argument
713 bool Invalid = false; local
902 bool Invalid = false; local
926 getSourceText(CharSourceRange Range, const SourceManager &SM, const LangOptions &LangOpts, bool *Invalid) argument
[all...]
H A DPPDirectives.cpp138 bool Invalid = false; local
139 std::string Spelling = getSpelling(MacroNameTok, &Invalid);
140 if (Invalid)
196 // Invalid macro name, read and discard the rest of the line and set the
873 bool Invalid = false; local
874 unsigned ActualLength = PP.getSpelling(DigitTok, DigitTokBegin, &Invalid);
875 if (Invalid)
1189 bool Invalid = false; local
1190 std::string Str = getSpelling(StrTok, &Invalid);
1191 if (!Invalid)
[all...]
/external/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp200 llvm_unreachable("Invalid InstantiationKind!");
210 Invalid = CheckInstantiationDepth(PointOfInstantiation, InstantiationRange);
211 if (!Invalid) {
348 if (!Invalid) {
368 Invalid = true;
1714 bool Invalid = false; local
1743 Invalid = true;
1757 Invalid = true;
1770 Invalid = true;
1791 Invalid
[all...]
H A DSemaTemplateInstantiateDecl.cpp244 bool Invalid = false; local
251 Invalid = true;
282 if (Invalid)
289 if (oldTag->getTypedefNameForAnonDecl() == D && !Invalid) {
440 bool Invalid = false; local
448 Invalid = true;
458 Invalid = true;
465 if (Invalid)
475 Invalid = true;
501 if (Invalid)
522 bool Invalid = false; local
1821 bool Invalid = false; local
2597 bool Invalid = false; local
3085 bool Invalid = false; local
[all...]
H A DSemaDeclObjC.cpp2551 assert(AtEnd.isValid() && "Invalid location for '@end'");
3329 bool Invalid) {
3336 Invalid = true;
3341 if (Invalid) {
3346 Invalid = true;
3349 Invalid = true;
3359 Invalid = true;
3361 if (Invalid)
3325 BuildObjCExceptionDecl(TypeSourceInfo *TInfo, QualType T, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, bool Invalid) argument
H A DSemaInit.cpp1289 llvm_unreachable("Invalid element type!");
2035 bool Invalid = false; local
2049 Invalid = true;
2062 Invalid = true;
2066 if (!Invalid && CheckFlexibleArrayInit(Entity, DIE->getInit(), *Field,
2068 Invalid = true;
2070 if (Invalid) {
2481 bool Invalid = false; local
2500 Invalid = true;
2526 Invalid
[all...]
H A DSemaType.cpp1769 bool Invalid = false; local
1771 Invalid |= CheckFunctionReturnType(T, Loc);
1778 Invalid = true;
1783 Invalid = true;
1789 if (Invalid)
5195 // assert(!Loc.isInvalid() && "Invalid location in RequireCompleteType");
5348 default: llvm_unreachable("Invalid tag kind for literal type diagnostic!");
H A DSemaTemplate.cpp557 bool Invalid = false; local
569 if (Invalid)
678 bool Invalid = false; local
683 Invalid = true;
696 if (Invalid)
846 bool Invalid = false; local
891 Invalid = true;
1036 Invalid = true;
1041 if (!SS.isInvalid() && !Invalid && !PrevClassTemplate) {
1045 Invalid
1256 bool Invalid = false; local
1611 MatchTemplateParametersToScopeSpecifier( SourceLocation DeclStartLoc, SourceLocation DeclLoc, const CXXScopeSpec &SS, TemplateIdAnnotation *TemplateId, ArrayRef<TemplateParameterList *> ParamLists, bool IsFriend, bool &IsExplicitSpecialization, bool &Invalid) argument
4336 bool Invalid = false; local
4628 bool Invalid = false; local
5969 bool Invalid = false; local
[all...]
H A DSemaDecl.cpp597 "Invalid scope specifier has already been diagnosed");
3592 bool Invalid = false; local
3605 Invalid = true;
3642 return Invalid;
3721 bool Invalid = false; local
3794 Invalid = true;
3803 Invalid = true;
3822 Invalid = true;
3855 Invalid = true;
3872 Invalid
5329 bool Invalid = false; local
6857 bool Invalid = false; local
10751 bool Invalid = false; local
[all...]
H A DSemaDeclCXX.cpp121 bool Invalid = false; local
132 Invalid |= Visit(E);
134 return Invalid;
419 bool Invalid = false; local
468 Invalid = true;
480 Invalid = false;
594 Invalid = true;
601 Invalid = true;
612 Invalid = true;
616 Invalid
1548 bool Invalid = false; local
4253 bool Invalid; member in struct:__anon18034::AbstractUsageInfo
9665 bool Invalid = false; local
10074 bool Invalid = false; local
10816 bool Invalid = GatherArgumentsForCall(Loc, Constructor, local
11311 bool Invalid = false; local
11429 bool Invalid = D.isInvalidType(); local
11618 bool Invalid = false; local
12751 DelegatingCycleHelper(CXXConstructorDecl* Ctor, llvm::SmallSet<CXXConstructorDecl*, 4> &Valid, llvm::SmallSet<CXXConstructorDecl*, 4> &Invalid, llvm::SmallSet<CXXConstructorDecl*, 4> &Current, Sema &S) argument
12816 llvm::SmallSet<CXXConstructorDecl*, 4> Valid, Invalid, Current; local
[all...]
H A DTreeTransform.h2072 llvm_unreachable("Invalid C++ named cast");
8759 bool Invalid = false; local
8800 Invalid = true;
8808 Invalid = true;
8835 Invalid = true;
8850 Invalid = true;
8871 Invalid = true;
8886 if (Invalid) {
H A DSemaExpr.cpp2960 bool Invalid = false; local
2961 StringRef ThisTok = PP.getSpelling(Tok, CharBuffer, &Invalid);
2962 if (Invalid)
3065 bool Invalid = false; local
3066 StringRef TokSpelling = PP.getSpelling(Tok, SpellingBuffer, &Invalid);
3067 if (Invalid)
3339 // Invalid types must be hard errors for SFINAE in C++.
4143 bool Invalid = false; local
4232 Invalid = GatherArgumentsForCall(Call->getLocStart(), FDecl,
4234 if (Invalid)
4250 bool Invalid = false; local
[all...]
/external/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp149 /// Invalid kind, for use as a sentinel value.
150 Invalid = 0, enumerator in enum:__anon26561::ClassInfo::ClassInfoKind
276 case Invalid:
277 llvm_unreachable("Invalid kind!");
673 assert(Def->isSubClassOf("Predicate") && "Invalid predicate type!");
828 assert(i != String.size() && "Invalid quoted character");
882 "Invalid instruction mnemonic '" + Mnemonic + "'!");
1228 PrintError((*it)->getLoc(), "Invalid super class reference!");
1234 PrintError((*it)->getLoc(), "Invalid super class reference!");
1727 << " assert(Kind < CVT_NUM_SIGNATURES && \"Invalid signatur
[all...]
/external/clang/lib/AST/
H A DExprConstant.cpp155 bool Invalid : 1; member in struct:__anon17734::SubobjectDesignator
176 SubobjectDesignator() : Invalid(true) {}
179 : Invalid(false), IsOnePastTheEnd(false), MostDerivedPathLength(0),
183 : Invalid(!V.isLValue() || !V.hasLValuePath()), IsOnePastTheEnd(false),
185 if (!Invalid) {
198 Invalid = true;
214 if (Invalid)
263 if (Invalid) return;
797 if (Invalid)
930 if (Designator.Invalid)
[all...]
/external/clang/lib/CodeGen/
H A DCodeGenFunction.h1488 assert(Res && "Invalid argument to GetAddrOfLocalVar(), no decl!");
1761 struct Invalid {}; struct in class:clang::CodeGen::CodeGenFunction::AutoVarEmission
1762 AutoVarEmission(Invalid) : Variable(nullptr) {}
1772 static AutoVarEmission invalid() { return AutoVarEmission(Invalid()); }
/external/clang/lib/Parse/
H A DParseDecl.cpp563 bool Invalid = false; local
564 StringRef Str = PP.getSpelling(Tok, StrBuffer, &Invalid);
565 if (Invalid) {
659 bool Invalid = false; local
660 unsigned ActualLength = PP.getSpelling(Tok, ThisTokBegin, &Invalid);
661 if (Invalid)
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml143 | Invalid (* not an instruction *) Constructor in type:Opcode/t
231 | Invalid Constructor in type:AtomicOrdering/t
617 | At_end _ -> raise (Invalid_argument "Invalid global variable range.")
628 | At_end _ -> raise (Invalid_argument "Invalid global variable range.")
637 | At_start _ -> raise (Invalid_argument "Invalid global variable range.")
648 | At_start _ -> raise (Invalid_argument "Invalid global variable range.")
684 | At_end _ -> raise (Invalid_argument "Invalid function range.")
695 | At_end _ -> raise (Invalid_argument "Invalid function range.")
704 | At_start _ -> raise (Invalid_argument "Invalid function range.")
715 | At_start _ -> raise (Invalid_argument "Invalid functio
[all...]
/external/clang/tools/libclang/
H A DCIndex.cpp188 assert(0 && "Invalid declaration cursor");
222 llvm_unreachable("Invalid CXChildVisitResult!");
308 bool Invalid = false; local
309 const SrcMgr::SLocEntry &SLEntry = SM.getSLocEntry(File, &Invalid);
310 if (Invalid)
1216 llvm_unreachable("Invalid DeclarationName::Kind!");
1355 llvm_unreachable("Invalid TemplateName::Kind!");
1394 llvm_unreachable("Invalid TemplateArgument::Kind!");
5108 bool Invalid = false; local
5110 = CXXUnit->getSourceManager().getBufferData(LocInfo.first, &Invalid);
[all...]
/external/clang/include/clang/Sema/
H A DSema.h3131 bool Invalid = false);
5248 bool IsFriend, bool &IsExplicitSpecialization, bool &Invalid);
6206 llvm_unreachable("Invalid InstantiationKind!");
6399 bool isInvalid() const { return Invalid; }
6403 bool Invalid; member in struct:clang::Sema::InstantiatingTemplate
/external/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h210 Invalid enumerator in enum:llvm::AArch64CC::CondCode
304 Invalid = -1, // Op0 Op1 CRn CRm Op2 enumerator in enum:llvm::AArch64AT::ATValues
328 Invalid = -1, enumerator in enum:llvm::AArch64DB::DBValues
352 Invalid = -1, // Op1 CRn CRm Op2 enumerator in enum:llvm::AArch64DC::DCValues
373 Invalid = -1, // Op1 CRn CRm Op2 enumerator in enum:llvm::AArch64IC::ICValues
393 Invalid = -1, enumerator in enum:llvm::AArch64ISB::ISBValues
405 Invalid = -1, enumerator in enum:llvm::AArch64PRFM::PRFMValues
435 Invalid = -1, enumerator in enum:llvm::AArch64PState::PStateValues
451 Invalid = -1, enumerator in enum:llvm::AArch64SE::ShiftExtSpecifiers
472 Invalid enumerator in enum:llvm::AArch64Layout::VectorLayout
648 Invalid = -1, // Op0 Op1 CRn CRm Op2 enumerator in enum:llvm::AArch64SysReg::SysRegValues
1164 Invalid = -1, // Op0 Op1 CRn CRm Op2 enumerator in enum:llvm::AArch64TLBI::TLBIValues
[all...]

Completed in 715 milliseconds

123