HomeSort by relevance Sort by last modified time
    Searched full:specifier (Results 201 - 225 of 589) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clang/test/SemaTemplate/
typename-specifier-4.cpp 145 typename X<T>::iterator i; // expected-error{{typename specifier refers to a dependent using declaration for a value 'iterator' in 'X<T>'}}
  /frameworks/base/core/java/android/database/
CursorWindow.java 420 * format specifier <code>%lld</code>.</li>
424 * format specifier <code>%g</code>.</li>
459 * format specifier <code>%lld</code>.</li>
463 * format specifier <code>%g</code>.</li>
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
dqblk_xfs.h 53 __u16 d_fieldmask; /* field specifier */
  /external/clang/lib/Sema/
SemaDecl.cpp 61 /// within the given scope, with optional C++ scope specifier SS, to
86 // nested-name-specifier depends on a template-parameter (14.6.2)
89 // elaborated-type-specifier (7.1.5.3).
126 // nested-name-specifier.
374 "Invalid scope specifier has already been diagnosed");
589 // dependent nested-name-specifier.
763 /// of a declarator's nested name specifier.
    [all...]
SemaAccess.cpp 35 /// SetMemberAccessSpecifier - Set the access specifier of a member.
36 /// Returns true on error (when the previous member decl access specifier
37 /// is different from the new member decl access specifier).
42 // Use the lexical access specifier.
48 // specifier must be same as its initial declaration.
751 // the nested-name-specifier shall name C or a class derived from
836 /// Access(a, b) = (* access on the base specifier from a to b *)
    [all...]
SemaTemplate.cpp 216 // We can't recover unless there's a dependent scope specifier preceding the
245 // This nested-name-specifier occurs in a member access expression, e.g.,
247 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist");
253 // This nested-name-specifier occurs after another nested-name-specifier,
254 // so long into the context associated with the prior nested-name-specifier.
268 // nested-name-specifier.
286 // specifier.
377 /// specifier naming a dependent type.
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
ExprCXX.h     [all...]
ASTContext.h 514 /// space. If T already has an address space specifier, it is silently
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 437 argument specifier. Option names may consist of any characters but
448 The C<E<gt>> specifier is not really an argument specifier. It
657 $_[3] is the argument type specifier.
716 The C<!> argument specifier of Getopt::Long is not supported, but you
723 The C<@> argument specifier of Getopt::Long is not supported. If you
  /external/clang/tools/libclang/
CIndex.cpp 739 // Visit the nested-name-specifier, if present.
776 // Visit the nested-name-specifier, if present.
    [all...]
CXCursor.h 116 /// \brief Create a CXX base specifier cursor.
  /external/blktrace/doc/
blkparse.1 338 left-aligned specifier. These precede field specifiers, with a '%' character,
339 followed by the optional left-alignment specifier (\-) followed by the width (a
  /external/chromium/net/proxy/
proxy_server.cc 102 // We will default to |default_scheme| if no scheme specifier was given.
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 62 /// \brief Priority for a nested-name-specifier.
603 /// nested-name-specifier and, therefore, should be followed by '::'.
614 /// \brief If the result should have a nested-name-specifier, this is it.
615 /// When \c QualifierIsInformative, the nested-name-specifier is
    [all...]
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p2-0x.cpp 62 // expected-error{{base specifier}}
p2.cpp 62 // expected-error{{base specifier}}
  /external/clang/test/Parser/
cxx-altivec.cpp 70 vector bool v_b; // expected-error {{error: C++ requires a type specifier for all declarations}}
  /external/iptables/extensions/
libxt_u32.c 132 "u32: abrupt end of input after location specifier");
  /external/libvpx/build/make/
gen_msvs_sln.sh 29 --target=isa-os-cc Target specifier
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_extension.cc 106 // export/import specifier.
  /external/bison/tests/
existing.at 747 FPP_SPEC : FPP_CATEG SPECIFIER HIDENTIFIER
801 ONE_SPEC : SPECIFIER IDENTIFIER_LIST HSTATEMENTSEPARATOR
810 SPECIFIER : TYPE
  /external/chromium/net/http/
http_util.cc 184 // ranges-specifier = byte-ranges-specifier
185 // byte-ranges-specifier = bytes-unit "=" byte-range-set
  /external/clang/lib/Parse/
ParseExpr.cpp 483 /// [C++] simple-type-specifier '(' expression-list[opt] ')' [C++ 5.2.3]
484 /// [C++0x] simple-type-specifier braced-init-list [C++ 5.2.3]
485 /// [C++] typename-specifier '(' expression-list[opt] ')' [C++ 5.2.3]
486 /// [C++0x] typename-specifier braced-init-list [C++ 5.2.3]
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 352 // Parse the section specifier and create it if valid.
362 "' has an invalid section specifier '" + GV->getSection()+
384 " section specifier");

Completed in 810 milliseconds

1 2 3 4 5 6 7 891011>>