/external/valgrind/main/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/main/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/chromium_org/tools/clang/plugins/tests/ |
virtual_methods.h | 11 // Don't complain about these. 16 // But complain about this: 20 // Complain on missing 'virtual' keyword in overrides. 26 // Don't complain about things in a 'testing' namespace. 33 // Don't complain about no virtual testing methods.
|
/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/chromium_org/media/video/ |
mock_video_decode_accelerator.h | 21 // Otherwise, the mock will be leaked and the test runner will complain.
|
/external/chromium_org/third_party/leveldatabase/src/ |
NEWS | 13 A fix for a logging bug where the reader would incorrectly complain
|
/external/clang/test/Lexer/ |
unicode.c | 25 CHECK: The preprocessor should not complain about Unicode characters like ©.
|
/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 | 162 /// \param Complain Whether this routine should complain about unresolvable 169 bool Complain) const; 177 /// \param Complain Whether this routine should complain about unresolvable 182 Module *resolveModuleId(const ModuleId &Id, Module *Mod, bool Complain) const; 358 /// \param Complain Whether to emit diagnostics for failures. 362 bool resolveExports(Module *Mod, bool Complain); 368 /// \param Complain Whether to emit diagnostics for failures. 372 bool resolveUses(Module *Mod, bool Complain); [all...] |
/external/bzip2/ |
words3 | 2 If you got this far and the 'cmp's didn't complain, it looks
|
/external/chromium_org/third_party/guava/ |
proguard.flags | 15 # Don't complain about usage of sun.misc.Unsafe. Guava imports this,
|
/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/valgrind/main/memcheck/tests/ |
dw4.c | 16 /* Cause memcheck to complain about the address "a" and so to print
|
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
|
/external/valgrind/main/memcheck/tests/vbit-test/ |
unary.c | 52 complain(op, data, expected_vbits);
|
/external/valgrind/main/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 */
|
/ndk/ |
GNUmakefile | 30 # Complain if the path contains spaces
|