Home
last modified time | relevance | path

Searched refs:NoNSAllocReallocError (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DMigratorOptions.h22 unsigned NoNSAllocReallocError : 1;
25 NoNSAllocReallocError = 0; in MigratorOptions()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DARCMT.cpp246 bool NoNSAllocReallocError = origCI.getMigratorOpts().NoNSAllocReallocError; in checkForManualIssues() local
319 if (!NoNSAllocReallocError) in checkForManualIssues()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp470 Opts.NoNSAllocReallocError = Args.hasArg(OPT_migrator_no_nsalloc_error); in ParseMigratorArgs()