HomeSort by relevance Sort by last modified time
    Searched refs:Complain (Results 1 - 19 of 19) 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 228 bool diffCallSites(CallSite L, CallSite R, bool Complain) {
231 if (Complain) Engine.log("called functions differ");
235 if (Complain) Engine.log("argument counts differ");
240 if (Complain)
248 bool diff(Instruction *L, Instruction *R, bool Complain, bool TryUnify) {
249 // FIXME: metadata (if Complain is set)
253 if (Complain) Engine.log("different instruction types");
260 if (Complain) Engine.log("different predicates");
264 return diffCallSites(CallSite(L), CallSite(R), Complain);
271 if (Complain) Engine.log("different phi types")
    [all...]
  /external/clang/include/clang/Lex/
ModuleMap.h 129 /// \param Complain Whether this routine should complain about unresolvable
136 bool Complain) const;
262 /// \param Complain Whether to emit diagnostics for failures.
266 bool resolveExports(Module *Mod, bool Complain);
LiteralSupport.h 183 Preprocessor &PP, bool Complain = true);
  /external/clang/include/clang/Serialization/
ASTReader.h 106 bool Complain) {
115 bool Complain) {
124 bool Complain) {
133 bool Complain) {
142 bool Complain) {
155 bool Complain,
181 bool Complain);
183 bool Complain);
185 bool Complain,
    [all...]
  /external/clang/include/clang/AST/
ASTImporter.h 278 bool Complain = true);
  /external/clang/lib/AST/
ASTImporter.cpp 122 bool Complain = true);
206 /// \brief Whether to complain about failures.
207 bool Complain;
215 bool Complain = true)
217 StrictTypeSpelling(StrictTypeSpelling), Complain(Complain),
235 assert(Complain && "Not allowed to complain");
243 assert(Complain && "Not allowed to complain");
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 197 bool Complain) {
200 Complain? &Reader.Diags : 0);
204 bool Complain) {
207 Complain? &Reader.Diags : 0);
310 // The macro bodies differ; complain.
359 bool Complain,
364 Complain? &Reader.Diags : 0,
    [all...]
  /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 41 bool Complain) const {
51 if (Complain)
64 if (Complain)
592 bool ModuleMap::resolveExports(Module *Mod, bool Complain) {
596 Complain);
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaOverload.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 840 bool Complain = true;
846 // case, we don't complain about the ill-formed friend
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 322 /// we find this declaration of "foo" and complain that it is
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 527 bool Complain) {
539 bool Complain) {
    [all...]

Completed in 679 milliseconds