HomeSort by relevance Sort by last modified time
    Searched full:undeclared (Results 126 - 150 of 262) sorted by null

1 2 3 4 56 7 8 91011

  /external/clang/test/Parser/
cxx-decl.cpp 5 int x(*g); // expected-error {{use of undeclared identifier 'g'}}
  /external/clang/test/Sema/
scope-check.c 46 goto x; // expected-error {{use of undeclared label 'x'}}
switch.c 86 switch (va) { // expected-error{{use of undeclared identifier 'va'}}
  /external/clang/test/SemaCXX/
anonymous-union.cpp 38 f3 = 0; // expected-error{{use of undeclared identifier 'f3'}}
class.cpp 137 template<> struct foo<unknown,unknown> { // expected-error {{undeclared identifier 'unknown'}}
cxx11-user-defined-literals.cpp 133 int k = _x(); // expected-error {{undeclared identifier '_x'}}
for-range-examples.cpp 179 for (x : {1, 2, 3}) {} // expected-error {{undeclared identifier}} expected-error {{expected ';'}}
scope-check.cpp 186 case what_am_i_thinking: // expected-error {{use of undeclared identifier}}
constructor-initializer.cpp 235 class A : public std::exception {}; // expected-error {{undeclared identifier}} expected-error {{expected class name}} expected-note 2 {{candidate}}
conversion-function.cpp 12 return operator float(); // expected-error{{use of undeclared 'operator float'}}
destructor.cpp 79 bob<QGenericArgument>(t); // expected-error{{undeclared identifier 'bob'}} \
lambda-expressions.cpp 230 auto x = PR13860UndeclaredIdentifier(); // expected-error {{use of undeclared identifier 'PR13860UndeclaredIdentifier'}}
enum-scoped.cpp 11 E1 v1 = Val1; // expected-error{{undeclared identifier}}
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractIteratorTest.java 263 * Throws a undeclared checked exception.
  /external/clang/include/clang/Sema/
MultiplexExternalSemaSource.h 298 /// \brief Read the set of weak, undeclared identifiers known to the
301 /// The external source should append its own weak, undeclared identifiers to
  /external/bison/build-aux/snippet/
c++defs.h 57 is additionally either missing or undeclared on some other platforms:
  /external/bison/darwin-lib/
c++defs.h 41 is additionally either missing or undeclared on some other platforms:
  /external/bison/linux-lib/
c++defs.h 41 is additionally either missing or undeclared on some other platforms:
  /external/clang/include/clang/Frontend/
VerifyDiagnosticConsumer.h 47 /// int A = B; // expected-error {{use of undeclared identifier 'B'}}
  /external/kernel-headers/original/linux/
swap.h 282 * so leave page_cache_release and release_pages undeclared... */
  /external/apache-xml/src/main/java/org/apache/xml/utils/
NamespaceSupport2.java 241 * is an undeclared prefix.
266 * is undeclared in this context.
569 * if there is an undeclared prefix.
  /libcore/luni/src/main/java/org/xml/sax/helpers/
NamespaceSupport.java 344 * is an undeclared prefix.
370 * is undeclared in this context.
639 * if there is an undeclared prefix.
ParserAdapter.java 730 * <p>If the name has an undeclared prefix, use only the qname
748 throw makeException("Undeclared prefix: " + qName);
749 reportError("Undeclared prefix: " + qName);
  /external/clang/test/CXX/special/class.ctor/
p5-0x.cpp 44 class NotDeleted2b { int &a = error; }; // expected-error {{undeclared identifier}}
  /external/chromium/testing/gmock/scripts/
gmock_doctor.py 397 clang_regex = (_CLANG_FILE_LINE_RE + r'error: use of undeclared identifier '
464 r'error: use of undeclared identifier \'(?P<type>.*)\'\n'

Completed in 974 milliseconds

1 2 3 4 56 7 8 91011