HomeSort by relevance Sort by last modified time
    Searched full:identifier (Results 551 - 575 of 5290) sorted by null

<<21222324252627282930>>

  /external/clang/test/CXX/expr/expr.prim/expr.prim.general/
p12-0x.cpp 4 int *j = &nonexistent; // expected-error {{use of undeclared identifier 'nonexistent'}}
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p10.cpp 23 (void)[&Variable] () {}; // expected-error {{use of undeclared identifier 'Variable'; did you mean 'variable'}}
  /external/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/
p2-0x.cpp 8 // An identifier is value-dependent if it is:
  /external/clang/test/CodeGenCXX/
debug-info-method.cpp 2 // CHECK: !MDCompositeType(tag: DW_TAG_class_type, name: "A",{{.*}} identifier: "_ZTS1A")
debug-info-template-partial-specialization.cpp 8 // CHECK-SAME: identifier: "_ZTSN18__pointer_type_imp15__pointer_type1I1C14default_deleteIS1_ELb0EEE"
  /external/clang/test/FixIt/
typo-crash.cpp 11 // expected-error {{use of undeclared identifier 't'}}
  /external/clang/test/Lexer/
conflict-marker.c 40 <<<<<<<>>>>>>> // expected-error {{expected identifier}}
  /external/clang/test/Modules/
textual-headers.cpp 12 const int use_m = m; // expected-error {{undeclared identifier}}
  /external/clang/test/Parser/
cxx0x-member-initializers.cpp 14 int c = b; // expected-error {{undeclared identifier}}
objc-forcollection-neg.m 31 for (i in elem) // expected-error {{use of undeclared identifier 'elem'}} \
  /external/clang/test/Preprocessor/
_Pragma-in-macro-arg.c 30 expected-error {{expected identifier or '('}} expected-error {{expected ')'}} expected-note {{to match this '('}}
cxx_oper_keyword.cpp 24 // For error recovery we continue as though the identifier was a macro name regardless of -fno-operator-names.
feature_tests.c 58 // expected-error@+2 {{builtin feature check macro requires a parenthesized identifier}}
  /external/clang/test/Sema/
__try.c 67 __except( try_scope ? 1 : -1 ) // expected-error{{undeclared identifier 'try_scope'}} expected-error{{expected expression}}
126 (void)try_scope; // expected-error{{undeclared identifier}}
137 (void)try_scope; // expected-error{{undeclared identifier}}
287 } __except(undeclared_identifier) { // expected-error {{use of undeclared identifier 'undeclared_identifier'}} expected-error {{expected expression}}
attr-cleanup.c 16 int v4 __attribute((cleanup(h))); // expected-error {{use of undeclared identifier 'h'}}
  /external/clang/test/SemaObjC/
error-missing-getter.m 31 // expected-error {{use of undeclared identifier 'x'}}
format-arg-attribute.m 17 extern NSString *ff4 (const NSString *) __attribute__((format_arg(foo))); // expected-error {{use of undeclared identifier 'foo'}}
ivar-ref-misuse.m 20 Xsprite = foo; // expected-error {{use of undeclared identifier 'Xsprite'}}
objcbridgemutable-attribute.m 10 typedef struct __attribute__((objc_bridge_mutable(NSMutableDictionary, Unknown))) __CFDictionaryB3 * CFMutableDictionaryB3Ref; // expected-error {{use of undeclared identifier 'Unknown'}}
super-property-notation.m 56 return super.foo; // expected-error {{expected identifier or '('}}
super.m 57 [super m]; // expected-error{{use of undeclared identifier 'super'}}
  /external/clang/test/SemaTemplate/
class-template-id.cpp 47 template <> class Party<T> { friend struct Party<>; }; // expected-error {{use of undeclared identifier 'T'}}
instantiate-call.cpp 27 Result &result = f0(t); // expected-error {{undeclared identifier}} \
  /external/deqp/framework/qphelper/
CMakeLists.txt 50 message(STATUS "Using git revision as release identifier")
  /external/google-breakpad/src/processor/
simple_symbol_supplier.cc 167 // Append the identifier as a directory name.
169 string identifier = module->debug_identifier(); local
170 if (identifier.empty()) {
177 path.append(identifier);

Completed in 187 milliseconds

<<21222324252627282930>>