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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/memcheck/tests/x86/
xor-undef-x86.stdout.exp 2 Complain int32
4 No complain int32
6 Complain mmx
8 No complain mmx
10 Complain sse xorps
12 No complain sse xorps
xor-undef-x86.c 25 printf("\nNo complain int32\n");
50 printf("\nNo complain mmx\n");
80 printf("\nNo complain sse xorps\n");
111 printf("\nNo complain sse2 pxor\n");
140 printf("\nNo complain sse2 xorpd\n");
  /external/valgrind/memcheck/tests/amd64/
xor-undef-amd64.stdout.exp 2 Complain int64
4 No complain int64
6 Complain mmx
8 No complain mmx
10 Complain sse xorps
12 No complain sse xorps
14 Complain sse2 pxor
16 No complain sse2 pxor
18 Complain sse2 xorpd
20 No complain sse2 xorp
    [all...]
xor-undef-amd64.c 25 printf("\nNo complain int64\n");
49 printf("\nNo complain mmx\n");
76 printf("\nNo complain sse xorps\n");
103 printf("\nNo complain sse2 pxor\n");
128 printf("\nNo complain sse2 xorpd\n");
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue4748.go 8 // This program used to complain because inlining created two exit labels.
issue9608.go 11 // -complete flag to compiler, causing it to complain about
  /prebuilts/go/linux-x86/test/fixedbugs/
issue4748.go 8 // This program used to complain because inlining created two exit labels.
issue9608.go 11 // -complete flag to compiler, causing it to complain about
  /prebuilts/go/darwin-x86/src/runtime/debug/
debug.s 8 // Go compiler to complain about extern declarations.
  /prebuilts/go/linux-x86/src/runtime/debug/
debug.s 8 // Go compiler to complain about extern declarations.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfvers/
vers1.c 61 * should catch this and complain. */
77 * should complain about both of the directives below.
93 * should complain about both of the directives below.
  /external/compiler-rt/test/BlocksRuntime/
voidarg.c 15 // PURPOSE should complain about missing 'void' but both GCC and clang are supporting K&R instead
  /art/test/966-default-conflict/src/
Iface2.java 17 // We extend Iface so that javac will not complain that Iface2 does not declare a sayHi method or
  /art/tools/
symbolize-buildbot-crashes.sh 22 # Always return 0 to avoid having the buildbot complain about wrong stacks.
  /external/bison/po/
POTFILES.in 1 src/complain.c
  /system/keymaster/
gtest_main.cpp 28 // Clean up stuff OpenSSL leaves around, so Valgrind doesn't complain.
  /toolchain/binutils/binutils-2.25/gold/testsuite/
arm_bl_in_range.s 20 # Define _start so that linker does not complain.
  /art/test/117-nopatchoat/
run 22 # or complain.
30 # or complain.
  /external/clang/test/ARCMT/
cxx-checking.mm 16 // Don't complain if the type has non-external linkage
23 // Don't complain if the Objective-C pointer type was explicitly given
  /prebuilts/go/darwin-x86/src/cmd/vet/
shadow.go 75 // the block, we should complain about it but don't.
132 // Don't complain about deliberate redeclarations of the form
166 // Don't complain about deliberate redeclarations of the form
192 // Don't complain about deliberate redeclarations of the form
219 // Don't complain if it's shadowing a universe-declared identifier; that's fine.
229 // Don't complain if the span of validity of the shadowed identifier doesn't include
240 // Don't complain if the types differ: that implies the programmer really wants two different things.
  /prebuilts/go/linux-x86/src/cmd/vet/
shadow.go 75 // the block, we should complain about it but don't.
132 // Don't complain about deliberate redeclarations of the form
166 // Don't complain about deliberate redeclarations of the form
192 // Don't complain about deliberate redeclarations of the form
219 // Don't complain if it's shadowing a universe-declared identifier; that's fine.
229 // Don't complain if the span of validity of the shadowed identifier doesn't include
240 // Don't complain if the types differ: that implies the programmer really wants two different things.
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 226 bool diffCallSites(CallSite L, CallSite R, bool Complain) {
229 if (Complain) Engine.log("called functions differ");
233 if (Complain) Engine.log("argument counts differ");
238 if (Complain)
246 bool diff(Instruction *L, Instruction *R, bool Complain, bool TryUnify) {
247 // FIXME: metadata (if Complain is set)
251 if (Complain) Engine.log("different instruction types");
258 if (Complain) Engine.log("different predicates");
262 return diffCallSites(CallSite(L), CallSite(R), Complain);
269 if (Complain) Engine.log("different phi types")
    [all...]
  /external/bison/src/
complain.h 34 All other warnings should be implemented in complain.c and should use
56 void complain (char const *format, ...)
70 complain* depending on yacc_flag. */
  /art/test/116-nodex2oat/
run 20 # flag isn't set, or complain.
  /external/bzip2/
words3 2 If you got this far and the 'cmp's didn't complain, it looks

Completed in 1524 milliseconds

1 2 3 4 5 6 7 8 91011>>