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

  /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
  /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...]
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 230 bool diffCallSites(CallSite L, CallSite R, bool Complain) {
233 if (Complain) Engine.log("called functions differ");
237 if (Complain) Engine.log("argument counts differ");
242 if (Complain)
250 bool diff(Instruction *L, Instruction *R, bool Complain, bool TryUnify) {
251 // FIXME: metadata (if Complain is set)
255 if (Complain) Engine.log("different instruction types");
262 if (Complain) Engine.log("different predicates");
266 return diffCallSites(CallSite(L), CallSite(R), Complain);
273 if (Complain) Engine.log("different phi types")
    [all...]
  /external/clang/include/clang/Lex/
ModuleMap.h 77 /// \param Complain Whether this routine should complain about unresolvable
84 bool Complain);
193 /// \param Complain Whether to emit diagnostics for failures.
197 bool resolveExports(Module *Mod, bool Complain);
LiteralSupport.h 181 Preprocessor &PP, bool Complain = true);
  /external/webkit/Source/WebCore/html/
HTMLMediaElement.h 290 enum InvalidSourceAction { DoNothing, Complain };
HTMLMediaElement.cpp 663 if (isSafeToLoadURL(mediaURL, Complain) && dispatchBeforeLoadEvent(mediaURL.string())) {
682 KURL mediaURL = selectNextSourceChild(&contentType, Complain);
699 ASSERT(isSafeToLoadURL(initialURL, Complain));
758 if (actionIfInvalid == Complain)
    [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp 34 bool Complain) {
44 if (Complain)
57 if (Complain)
400 bool ModuleMap::resolveExports(Module *Mod, bool Complain) {
404 Complain);
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaOverload.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 775 bool Complain = true;
781 // case, we don't complain about the ill-formed friend
797 Complain = false;
806 Complain,
808 if (Complain)
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 303 /// we find this declaration of "foo" and complain that it is
    [all...]

Completed in 422 milliseconds