HomeSort by: relevance | last modified time | path
    Searched defs:Ignore (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
AsmCond.h 18 /// processing. Ignore can be either true or false. When true we are ignoring
32 bool Ignore = false;
  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
VariantValue.cpp 105 bool Ignore;
106 if (Ops.canConstructFrom(Matcher, Ignore))
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAGHVX.cpp 105 static constexpr Node Ignore = Node(-1);
168 if (I != Ignore) {
171 if (PC != Ignore && PC != I)
275 if (P != Ignore)
321 static constexpr ElemType Ignore = ElemType(-1);
438 if (I == Ignore)
458 if (P[J] != Ignore && P[J] >= Num/2)
487 if (I == Ignore)
530 if (P[J] != Ignore && P[J] >= Num/2)
559 if (I == Ignore)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/MCTargetDesc/
M68kBaseInfo.h 72 Ignore = 0x1,
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
UninitializedValues.cpp 272 Ignore
305 return Ignore;
381 // Ignore the evaluation of a DeclRefExpr on the LHS of an assignment. If this
389 classify(BO->getLHS(), Ignore);
435 classify((*I), isTrivialBody ? Ignore : ConstRefUse);
441 classify(Ex, Ignore);
454 classify(CSE->getSubExpr(), Ignore);
747 case ClassifyRefs::Ignore:
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXIndexDataConsumer.cpp 1178 bool Ignore = getDeclCursorUSR(D, StrBuf);
1179 if (Ignore) {
CIndex.cpp 205 // Ignore implicit declarations, unless it's an objc method because
653 // Ignore synthesized ivars here, otherwise if we have something like:
2766 // Ignore base anonymous struct/union fields, otherwise they will shadow the
7035 enum Action { Invalid, Ignore, Postpone } action;
7119 ChildAction.action == PostChildrenAction::Ignore) {
7166 actions.push_back({cxChild, PostChildrenAction::Ignore});
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMLowOverheadLoops.cpp 540 InstSet &ToRemove, InstSet &Ignore) {
584 if (!RDA.isSafeToRemove(MI, Uses, Ignore))
752 SmallPtrSet<MachineInstr*, 2> Ignore;
755 Ignore.insert(VCTPs.begin(), VCTPs.end());
757 if (TryRemove(Def, RDA, ElementChain, Ignore)) {
788 SmallPtrSet<MachineInstr*, 2> Ignore;
789 Ignore.insert(VCTPs.begin(), VCTPs.end());
790 TryRemove(Def, RDA, ToRemove, Ignore);
888 // false lane zeros, so we can ignore the uses.
1308 SmallPtrSet<MachineInstr*, 1> Ignore;
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprComplex.cpp 1075 bool Ignore = TestAndClearIgnoreReal();
1076 (void)Ignore;
1077 assert (Ignore == false && "init list ignored");
1078 Ignore = TestAndClearIgnoreImag();
1079 (void)Ignore;
1080 assert (Ignore == false && "init list ignored");
CGExprScalar.cpp 1014 // We ignore conversions to/from pointer and/or bool.
1126 // We ignore conversions to/from pointer and/or bool.
1326 // Ignore conversions like int -> uint.
1656 // Ignore conversions like int -> uint.
1781 bool Ignore = TestAndClearIgnoreResultAssign();
1782 (void)Ignore;
1783 assert (Ignore == false && "init list ignored");
1962 // These cases are generally not written to ignore the result of
3125 bool Ignore = TestAndClearIgnoreResultAssign();
3130 if (Ignore)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp 1948 // If property to be implemented in the super class, ignore.
2341 bool Ignore = false;
2343 Ignore = IMD->isUnavailable();
2348 Ignore = IMD->isUnavailable();
2352 if (!Ignore) {
SemaCodeComplete.cpp 348 /// Ignore this declaration, if it is seen again.
349 void Ignore(const Decl *D) { AllDeclsFound.insert(D->getCanonicalDecl()); }
743 // Ignore reserved names for compiler provided decls.
749 // For system headers ignore only double-underscore names.
2690 /* Do nothing: ignore unresolved using declarations*/
4121 Results.Ignore(Overridden);
4472 // Ignore any declarations that we were told that we don't care about.
4474 Results.Ignore(Data.IgnoreDecls[I]);
4960 // - when T is used in other ways (like CD<T*>) we ignore it
5727 // Ignore type-dependent call expressions entirely
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
ObjCMT.cpp 145 // Ignore decls from the PCH.
2111 bool Ignore = false;
2131 Ignore = true;
2134 Ignore = true;
2137 Ignore = true;
2143 if (!Ignore)

Completed in 39 milliseconds