Searched refs:Ignore (Results 26 - 38 of 38) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
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/lld/ELF/
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.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc99 // prefix is documented to treat them as real components). Ignore
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp2352 bool Ignore = false; local
2354 Ignore = IMD->isUnavailable();
2359 Ignore = IMD->isUnavailable();
2363 if (!Ignore) {
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...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp538 #pragma mark Ignore::CommandOptions
H A DCommandObjectPlatform.cpp1087 case NameMatch::Ignore:
/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/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/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2156 case NameMatch::Ignore:

Completed in 356 milliseconds

12