Searched refs:Ignore (Results 1 - 25 of 38) sorted by path

12

/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex177 % Ignore a token.
1052 \let\setfilename=\comment % Ignore extra @setfilename cmds.
1060 \comment % Ignore the actual filename.
2861 % Ignore unless FMTNAME == tex; then it is like @iftex and @tex,
4053 % Ignore @ignore, @ifhtml, @ifinfo, and the like.
4069 % Ignore text until a line `@end #1', keeping track of nested conditionals.
4137 % Ignore anything after the last `@end #1'; this matters in verbatim
4272 % which this file should belong to. Ignore this in TeX.
/freebsd-11-stable/contrib/bmake/
H A Dparse.c194 Ignore, /* .IGNORE */ enumerator in enum:__anon104
313 { ".IGNORE", Ignore, OP_IGNORE },
1589 case Ignore:
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Ddotwait.mk11 # Ignore "--- target ---" lines printed by parallel make.
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex178 % Ignore a token.
1147 \let\setfilename=\comment % Ignore extra @setfilename cmds.
1155 \comment % Ignore the actual filename.
2943 % Ignore @ignore, @ifhtml, @ifinfo, and the like.
2959 % Ignore text until a line `@end #1', keeping track of nested conditionals.
3127 % which this file should belong to. Ignore this in TeX.
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex170 % Ignore a token.
1124 \let\setfilename=\comment % Ignore extra @setfilename cmds.
1132 \comment % Ignore the actual filename.
2842 % Ignore @ignore, @ifhtml, @ifinfo, and the like.
2858 % Ignore text until a line `@end #1', keeping track of nested conditionals.
3026 % which this file should belong to. Ignore this in TeX.
/freebsd-11-stable/contrib/openresolv/
H A Dresolvconf.in102 -f Ignore non existent interfaces
/freebsd-11-stable/libexec/rtld-elf/i386/
H A Drtld_start.S48 movl %esi,%esp # Ignore obj_main
/freebsd-11-stable/share/mk/
H A Dsys.mk77 # Ignore host file changes that will otherwise cause
/freebsd-11-stable/tools/tools/editing/
H A Dfreebsd.vim42 " Ignore indents caused by parentheses in FreeBSD style.
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h51 /// Ignore - Ignore the argument (treat as void). Useful for void and
53 Ignore,
169 return ABIArgInfo(Ignore);
258 bool isIgnore() const { return TheKind == Ignore; }
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp151 // Ignore decls from the PCH.
2127 bool Ignore = false; local
2148 Ignore = true;
2151 Ignore = true;
2154 Ignore = true;
2160 if (!Ignore)
/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp98 bool Ignore; variable
99 if (Ops.canConstructFrom(Matcher, Ignore))
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp332 Ignore enumerator in enum:__anon393::ClassifyRefs::Class
365 return Ignore;
441 // Ignore the evaluation of a DeclRefExpr on the LHS of an assignment. If this
449 classify(BO->getLHS(), Ignore);
484 classify((*I), Ignore);
490 classify(Ex, Ignore);
503 classify(CSE->getSubExpr(), Ignore);
766 case ClassifyRefs::Ignore:
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp1478 case ABIArgInfo::Ignore:
1586 case ABIArgInfo::Ignore:
1630 case ABIArgInfo::Ignore:
2006 case ABIArgInfo::Ignore:
2122 case ABIArgInfo::Ignore:
2587 case ABIArgInfo::Ignore:
2952 case ABIArgInfo::Ignore:
4061 case ABIArgInfo::Ignore:
4561 case ABIArgInfo::Ignore:
H A DCGExprComplex.cpp1062 bool Ignore = TestAndClearIgnoreReal(); local
1063 (void)Ignore;
1064 assert (Ignore == false && "init list ignored");
1065 Ignore = TestAndClearIgnoreImag();
1066 (void)Ignore;
1067 assert (Ignore == false && "init list ignored");
H A DCGExprScalar.cpp1261 // Ignore conversions like int -> uint.
1677 // Ignore conversions like int -> uint.
1790 bool Ignore = TestAndClearIgnoreResultAssign(); local
1791 (void)Ignore;
1792 assert (Ignore == false && "init list ignored");
3032 bool Ignore = TestAndClearIgnoreResultAssign(); local
3037 if (Ignore)
3992 bool Ignore = TestAndClearIgnoreResultAssign(); local
3999 std::tie(LHS, RHS) = CGF.EmitARCStoreStrong(E, Ignore);
4007 std::tie(LHS, RHS) = CGF.EmitARCStoreUnsafeUnretained(E, Ignore);
[all...]
H A DTargetInfo.cpp236 case Ignore:
237 OS << "Ignore";
555 // Ignore empty records.
575 // Ignore empty fields.
808 // Ignore empty structs/unions.
827 // Ignore empty structs/unions.
1442 // Ignore empty structs/unions.
1719 // Ignore empty structs/unions on non-Windows.
1872 case ABIArgInfo::Ignore:
2837 // Ignore paddin
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp335 /// Ignore this declaration, if it is seen again.
336 void Ignore(const Decl *D) { AllDeclsFound.insert(D->getCanonicalDecl()); } function in class:__anon617::ResultBuilder
703 // Ignore reserved names for compiler provided decls.
4031 Results.Ignore(Overridden);
4382 // Ignore any declarations that we were told that we don't care about.
4384 Results.Ignore(Data.IgnoreDecls[I]);
5138 // Ignore type-dependent call expressions entirely.
5294 // Ignore VD to avoid completing the variable itself, e.g. in 'int foo = ^'.
6781 Results.Ignore(SuperMethod);
6922 Results.Ignore(SuperMetho
[all...]
H A DSemaObjCProperty.cpp2352 bool Ignore = false; local
2354 Ignore = IMD->isUnavailable();
2359 Ignore = IMD->isUnavailable();
2363 if (!Ignore) {
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DConfig.h50 enum class UnresolvedPolicy { ReportError, Warn, Ignore };
H A DDriver.cpp543 return UnresolvedPolicy::Ignore;
555 return UnresolvedPolicy::Ignore;
563 return UnresolvedPolicy::Ignore;
H A DRelocations.cpp921 if (config->unresolvedSymbols == UnresolvedPolicy::Ignore && canBeExternal)
1272 // Ignore R_*_NONE and other marker relocations.
H A DSymbols.cpp311 // If UnresolvedPolicy::Ignore is used, no "undefined symbol" error/warning
317 config->unresolvedSymbols == UnresolvedPolicy::Ignore)
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DNameMatches.h16 Ignore, member in class:lldb_private::NameMatch
H A DProcessInfo.h201 : m_match_info(), m_name_match_type(NameMatch::Ignore),

Completed in 427 milliseconds

12