HomeSort by relevance Sort by last modified time
    Searched refs:NoNSAllocReallocError (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Frontend/
MigratorOptions.h 22 unsigned NoNSAllocReallocError : 1;
25 NoNSAllocReallocError = 0;
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 246 bool NoNSAllocReallocError = origCI.getMigratorOpts().NoNSAllocReallocError;
319 if (!NoNSAllocReallocError)
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 291 Opts.NoNSAllocReallocError = Args.hasArg(OPT_migrator_no_nsalloc_error);
    [all...]

Completed in 675 milliseconds