/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");
|
/external/compiler-rt/test/BlocksRuntime/ |
voidarg.c | 15 // PURPOSE should complain about missing 'void' but both GCC and clang are supporting K&R instead
|
/external/bison/po/ |
POTFILES.in | 1 src/complain.c
|
/external/clang/test/Lexer/ |
unicode.c | 25 CHECK: The preprocessor should not complain about Unicode characters like ©.
|
/system/keymaster/ |
gtest_main.cpp | 28 // Clean up stuff OpenSSL leaves around, so Valgrind doesn't 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
|
/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. */
|
/external/clang/include/clang/Lex/ |
ModuleMap.h | 186 /// \param Complain Whether this routine should complain about unresolvable 193 bool Complain) const; 201 /// \param Complain Whether this routine should complain about unresolvable 206 Module *resolveModuleId(const ModuleId &Id, Module *Mod, bool Complain) const; 399 /// \param Complain Whether to emit diagnostics for failures. 403 bool resolveExports(Module *Mod, bool Complain); 409 /// \param Complain Whether to emit diagnostics for failures. 413 bool resolveUses(Module *Mod, bool Complain); [all...] |
/art/test/117-nopatchoat/ |
run | 22 # or complain. 30 # or complain.
|
/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
|
/external/clang/test/ASTMerge/ |
class.cpp | 10 // FIXME: we should also complain about mismatched types on the method
|
/external/eigen/bench/btl/cmake/ |
MacroOptionalAddSubdirectory.cmake | 5 # 1 - CMake will not complain if the directory doesn't exist
|
/external/elfutils/src/tests/ |
run-backtrace-dwarf.sh | 23 # will warn and complain about various opcodes it doesn't understand...
|
/external/llvm/test/CodeGen/AArch64/ |
machine_cse_impdef_killflags.ll | 5 ; The verifier would complain otherwise.
|
/external/valgrind/memcheck/tests/ |
varinfo1.c | 17 /* Cause memcheck to complain about the address "a" and so to print
|
varinfo2.c | 17 /* Cause memcheck to complain about the address "a" and so to print
|
varinfo4.c | 17 /* Cause memcheck to complain about the address "a" and so to print
|
varinforestrict.c | 16 /* Cause memcheck to complain about the address "a" and so to print
|
/external/valgrind/memcheck/tests/vbit-test/ |
unary.c | 52 complain(op, data, expected_vbits);
|
/external/valgrind/none/tests/x86/ |
bt_everything.c | 207 //btsl_mem(block, -800); /* should not complain */ 208 //btsl_mem(block, -801); /* should complain */ 209 //btsl_mem(block, 799); /* should not complain */ 210 //btsl_mem(block, 800); /* should complain */
|