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

1 2

  /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/clang/include/clang/Lex/
ModuleLoader.h 89 bool Complain) = 0;
ModuleMap.h 149 /// \param Complain Whether this routine should complain about unresolvable
156 bool Complain) const;
164 /// \param Complain Whether this routine should complain about unresolvable
169 Module *resolveModuleId(const ModuleId &Id, Module *Mod, bool Complain) const;
296 /// \param Complain Whether to emit diagnostics for failures.
300 bool resolveExports(Module *Mod, bool Complain);
306 /// \param Complain Whether to emit diagnostics for failures.
310 bool resolveConflicts(Module *Mod, bool Complain);
    [all...]
LiteralSupport.h 185 Preprocessor &PP, bool Complain = true);
  /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/Serialization/
ASTReader.h 115 bool Complain) {
124 bool Complain) {
133 bool Complain) {
142 bool Complain) {
151 bool Complain) {
164 bool Complain,
195 bool Complain);
197 bool Complain);
199 bool Complain,
    [all...]
  /frameworks/compile/slang/
slang_rs.h 154 bool Complain = false) { }
  /external/clang/include/clang/AST/
ASTImporter.h 278 bool Complain = true);
  /external/clang/lib/AST/
ASTImporter.cpp 124 bool Complain = true);
126 bool Complain = true);
213 /// \brief Whether to complain about failures.
214 bool Complain;
222 bool Complain = true)
224 StrictTypeSpelling(StrictTypeSpelling), Complain(Complain),
242 assert(Complain && "Not allowed to complain");
250 assert(Complain && "Not allowed to complain")
    [all...]
  /external/clang/lib/Frontend/
FrontendActions.cpp 349 bool Complain) {
365 bool Complain) {
385 bool Complain) {
400 bool Complain,
CompilerInstance.cpp     [all...]
  /external/clang/unittests/Lex/
PPConditionalDirectiveRecordTest.cpp 66 bool Complain) { }
PPCallbacksTest.cpp 43 bool Complain) { }
LexerTest.cpp 42 bool Complain) { }
  /external/clang/lib/Serialization/
ASTReader.cpp 197 bool Complain) {
200 Complain? &Reader.Diags : 0);
204 bool Complain) {
207 Complain? &Reader.Diags : 0);
313 // The macro bodies differ; complain.
371 bool Complain,
376 Complain? &Reader.Diags : 0,
    [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp 41 bool Complain) const {
49 Module *Context = resolveModuleId(Unresolved.Id, Mod, Complain);
57 bool Complain) const {
61 if (Complain)
72 if (Complain)
644 bool ModuleMap::resolveExports(Module *Mod, bool Complain) {
648 Complain);
658 bool ModuleMap::resolveConflicts(Module *Mod, bool Complain) {
662 Mod, Complain);
    [all...]
  /external/clang/include/clang/Frontend/
CompilerInstance.h 665 bool Complain);
ASTUnit.h     [all...]
  /external/clang/unittests/Basic/
SourceManagerTest.cpp 65 bool Complain) { }
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMediaElement.h 280 enum InvalidURLAction { DoNothing, Complain };
HTMLMediaElement.cpp 823 if (!isSafeToLoadURL(mediaURL, Complain) || !dispatchBeforeLoadEvent(mediaURL.string())) {
845 KURL mediaURL = selectNextSourceChild(&contentType, &keySystem, Complain);
860 ASSERT(isSafeToLoadURL(initialURL, Complain));
    [all...]

Completed in 1081 milliseconds

1 2