HomeSort by relevance Sort by last modified time
    Searched full:redundant (Results 1 - 25 of 1385) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
auto-cxx98.cpp 3 auto int a; // expected-warning {{'auto' storage class specifier is redundant and incompatible with C++11}}
4 int auto b; // expected-warning {{'auto' storage class specifier is redundant and incompatible with C++11}}
  /external/strace/linux/
ioctlent-filter.awk 2 # Filter out redundant "*32" symbols.
  /external/chromium_org/net/data/ssl/scripts/
generate-redundant-test-chains.sh 51 -config redundant-ca.cnf
59 -extfile redundant-ca.cnf \
71 -config redundant-ca.cnf
79 -extfile redundant-ca.cnf \
94 -config redundant-ca.cnf
107 -config redundant-ca.cnf
118 -config redundant-ca.cnf
136 -config redundant-ca.cnf
138 echo Create redundant-server-chain.pem
140 > ../certificates/redundant-server-chain.pem
    [all...]
generate-multi-root-test-chains.sh 47 -config redundant-ca.cnf
55 -extfile redundant-ca.cnf \
67 -config redundant-ca.cnf
75 -extfile redundant-ca.cnf \
87 -config redundant-ca.cnf
98 -config redundant-ca.cnf
111 -config redundant-ca.cnf
123 -config redundant-ca.cnf
134 -config redundant-ca.cnf
152 -config redundant-ca.cn
    [all...]
generate-duplicate-cn-certs.sh 40 -config redundant-ca.cnf
47 -extfile redundant-ca.cnf \
77 -config redundant-ca.cnf
87 -config redundant-ca.cnf
  /external/clang/test/CodeCompletion/
tag.cpp 19 // FIXME: the redundant Y is really annoying... it needs qualification to
20 // actually be useful. Here, it just looks redundant :(
  /external/chromium_org/third_party/mesa/src/src/glsl/tests/lower_jumps/
remove_continue_at_end_of_loop.opt_test 5 # Test that a redundant continue-statement at the end of a
  /external/chromium_org/v8/src/
hydrogen-canonicalize.cc 6 #include "src/hydrogen-redundant-phi.h"
31 // Avoid redundant minus zero check
42 // Eliminate redundant phis in the block first; changes to their inputs
43 // might have made them redundant, and eliminating them creates more
hydrogen-redundant-phi.cc 5 #include "src/hydrogen-redundant-phi.h"
25 // Make sure that we *really* removed all redundant phis.
43 // Iterately replace all redundant phis in the given list.
  /external/mesa3d/src/glsl/tests/lower_jumps/
remove_continue_at_end_of_loop.opt_test 5 # Test that a redundant continue-statement at the end of a
  /external/chromium_org/chrome/browser/chromeos/file_manager/
app_id.h 12 // Note that file_manager::kFileManagerAppId is a bit redundant but a shorter
  /external/dnsmasq/contrib/slackware-dnsmasq/
doinst.sh.gz 
  /external/clang/test/Parser/
attr-availability.c 13 void f3() __attribute__((availability(ios,deprecated=10.4.7,introduced=10,obsoleted=10.6,introduced=10.2))); // expected-error{{redundant 'introduced' availability change; only the last specified change will be used}}
17 void f5() __attribute__((availability(macosx,introduced=10.5), availability(ios,unavailable, unavailable))); // expected-error{{redundant 'unavailable' availability change; only the last specified change will be used}}
  /external/llvm/test/CodeGen/X86/
hoist-common.ll 4 ; to there being a redundant xorl in the entry block
6 ; However, now that MachineSink sinks the redundant xor
  /external/llvm/test/Transforms/ObjCARC/
gvn.ll 9 ; GVN should be able to eliminate this redundant load, with ARC-specific
26 ; GVN should not be able to eliminate this redundant load, with ARC-specific
  /external/deqp/scripts/
check_redundant_include_guards.py 27 errors.append("Invalid redundant include guard around line %d:" % lineNumber)
81 print "Found %d files with invalid redundant include guards:" % len(invalidFiles)
88 print "All files have valid redundant include guards."
  /build/core/combo/arch/x86/
x86.mk 16 # XXX: This flag is probably redundant, because it should be set by default
  /external/clang/test/ARCMT/
objcmt-instancetype.m 107 NSString *str = M([NSString stringWithString:@"foo"]); // expected-warning {{redundant}}
108 str = [[NSString alloc] initWithString:@"foo"]; // expected-warning {{redundant}}
109 NSArray *arr = [NSArray arrayWithArray:@[str]]; // expected-warning {{redundant}}
110 NSDictionary *dict = [NSDictionary dictionaryWithDictionary:@{str: arr}]; // expected-warning {{redundant}}
objcmt-instancetype.m.result 107 NSString *str = M([NSString stringWithString:@"foo"]); // expected-warning {{redundant}}
108 str = [[NSString alloc] initWithString:@"foo"]; // expected-warning {{redundant}}
109 NSArray *arr = [NSArray arrayWithArray:@[str]]; // expected-warning {{redundant}}
110 NSDictionary *dict = [NSDictionary dictionaryWithDictionary:@{str: arr}]; // expected-warning {{redundant}}
  /external/clang/test/SemaObjC/
cocoa-api-usage.m 80 NSString *str = M([NSString stringWithString:@"foo"]); // expected-warning {{redundant}}
81 str = [[NSString alloc] initWithString:@"foo"]; // expected-warning {{redundant}}
82 NSArray *arr = [NSArray arrayWithArray:@[str]]; // expected-warning {{redundant}}
83 NSDictionary *dict = [NSDictionary dictionaryWithDictionary:@{str: arr}]; // expected-warning {{redundant}}
cocoa-api-usage.m.fixed 80 NSString *str = M(@"foo"); // expected-warning {{redundant}}
81 str = @"foo"; // expected-warning {{redundant}}
82 NSArray *arr = @[str]; // expected-warning {{redundant}}
83 NSDictionary *dict = @{str: arr}; // expected-warning {{redundant}}
  /external/clang/test/SemaTemplate/
temp_arg.cpp 18 bar(::test0::foo<tee> *ptr) {} // FIXME(redundant): expected-error 2 {{use of undeclared identifier 'tee'}}
  /external/fio/
err.h 5 * Kernel pointers have redundant information, so we can use a
  /external/llvm/test/Analysis/BasicAA/
invariant_load.ll 4 ; two loads. With "invariant.load" metadata, the second load is redundant.
  /external/llvm/test/Transforms/GlobalOpt/
compiler-used.ll 3 ; Test that when all members of llvm.compiler.used are found to be redundant

Completed in 1508 milliseconds

1 2 3 4 5 6 7 8 91011>>