HomeSort by relevance Sort by last modified time
    Searched full:specifier (Results 251 - 275 of 808) sorted by null

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
modsupport.h 12 /* If PY_SSIZE_T_CLEAN is defined, each functions treats #-specifier
  /external/clang/lib/Parse/
ParseTemplate.cpp 159 /// \param AS the access specifier associated with this
377 // "class" may be the start of an elaborated-type-specifier or a
388 // This may be either a type-parameter or an elaborated-type-specifier.
797 /// \param SS if non-NULL, the nested-name-specifier preceding the
843 /// a type annotation that includes the optional nested-name-specifier
846 /// nested-name-specifier.
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/doc/
cpuprofile-fileformat.html 240 <li>Build specifier, starting with "<tt>build=</tt>". For example:
254 by the path given on the last build specifier line.
  /external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.enum/
p1.cpp 53 // instantiated when we parse the nested name specifier.
84 template<typename T> enum class B<T*>::E { e5, e6 }; // expected-error {{nested name specifier for a declaration cannot depend on a template parameter}}
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
p4.cpp 93 // In a base-specifier-list (Clause 10); the pattern is a base-specifier.
  /external/clang/test/SemaCXX/
cxx0x-defaulted-functions.cpp 168 Outer<T>::Inner1<T>::~Inner1() = delete; // expected-error {{nested name specifier 'Outer<T>::Inner1<T>::' for declaration does not refer into a class, class template or class template partial specialization}} expected-error {{only functions can have deleted definitions}}
171 Outer<T>::Inner2<T>::~Inner2() = default; // expected-error {{nested name specifier 'Outer<T>::Inner2<T>::' for declaration does not refer into a class, class template or class template partial specialization}} expected-error {{only special member functions may be defaulted}}
expression-traits.cpp 226 // ::<sub>opt</sub> nested-name-specifier template<sub>opt</sub> unqualified-id
261 // (cont'd)...A nested-name-specifier that names a class,
297 // expr.prim/8 A nested-name-specifier that names a namespace
324 // expr.type.conv/1 A simple-type-specifier (7.1.5) followed by a
338 // simple-type-specifier (7.1.5.2) for a non-array complete object
  /external/llvm/include/llvm/MC/
MCSectionMachO.h 164 /// ParseSectionSpecifier - Parse the section specifier indicated by "Spec".
168 /// specifier is present, this returns a string indicating the problem.
  /external/chromium_org/third_party/icu/source/i18n/unicode/
translit.h     [all...]
  /external/icu4c/i18n/unicode/
translit.h     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp 85 /// \brief Determine whether the token kind starts a simple-type-specifier.
89 // token kind is a valid type specifier
125 /// within the given scope, with optional C++ scope specifier SS, to
152 // nested-name-specifier depends on a template-parameter (14.6.2)
155 // elaborated-type-specifier (7.1.5.3).
192 // nested-name-specifier.
318 // constructor or destructor name (in such a case, the scope specifier
501 "Invalid scope specifier has already been diagnosed");
578 /// Build a ParsedType for a simple-type-specifier with a nested-name-specifier
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_expectations.py 41 # Test expectation and specifier constants.
86 MISSING_BUG_WARNING = 'Test lacks BUG specifier.'
149 parsed_specifiers = set([specifier.lower() for specifier in expectation_line.specifiers])
498 for specifier in specifiers:
500 specifier = specifier.upper()
501 new_specifiers.append(TestExpectationParser._inverted_configuration_tokens.get(specifier, specifier))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
glsl_parser.yy 868 $$->type->specifier = $1;
878 $$->type->specifier = $1;
907 $$->type->specifier = $3;
916 $$->type->specifier = $2;
1093 $$->specifier = $1;
1101 $$->specifier = $2;
    [all...]
ast.h 472 /** Construct a type specifier from a type name */
481 /** Construct a type specifier from a structure definition */
516 ast_type_specifier *specifier; member in class:ast_fully_specified_type
  /external/clang/docs/
Modules.rst 373 A header with the ``umbrella`` specifier is called an umbrella header. An umbrella header includes all of the headers within its directory (and any subdirectories), and is typically used (in the ``#include`` world) to easily access the full API provided by a particular library. With modules, an umbrella header is a convenient shortcut that eliminates the need to write out ``header`` declarations for every library header. A given directory can only contain a single umbrella header.
381 A header with the ``private`` specifier may not be included from outside the module itself.
383 A header with the ``exclude`` specifier is excluded from the module. It will not be included when the module is built, nor will it be considered to be part of the module.
423 A *submodule-declaration* that is a *module-declaration* is a nested module. If the *module-declaration* has a ``framework`` specifier, the enclosing module shall have a ``framework`` specifier; the submodule's contents shall be contained within the subdirectory ``Frameworks/SubName.framework``, where ``SubName`` is the name of the submodule.
440 * Have the ``explicit`` specifier, if the *inferred-submodule-declaration* has the ``explicit`` specifier
441 * Have the ``framework`` specifier, if the
442 *inferred-submodule-declaration* has the ``framework`` specifier
    [all...]
  /external/clang/include/clang/AST/
TypeLoc.h 448 /// types that are written as a type-specifier.
627 /// \brief True if the tag was defined in this type specifier.
    [all...]
  /external/mesa3d/src/glsl/
glsl_parser.yy 868 $$->type->specifier = $1;
878 $$->type->specifier = $1;
907 $$->type->specifier = $3;
916 $$->type->specifier = $2;
1093 $$->specifier = $1;
1101 $$->specifier = $2;
    [all...]
ast.h 472 /** Construct a type specifier from a type name */
481 /** Construct a type specifier from a structure definition */
516 ast_type_specifier *specifier; member in class:ast_fully_specified_type
  /bionic/libc/bionic/
libc_logging.cpp 191 // Decode the conversion specifier.
332 /* conversion specifier */
378 __assert(__FILE__, __LINE__, "conversion specifier unsupported");
  /external/clang/include/clang/Serialization/
Module.h 360 /// \brief The number of C++ base specifier sets in this AST file.
363 /// \brief Offset of each C++ base specifier set within the bitstream,
364 /// indexed by the C++ base specifier set ID (-1).
  /external/clang/test/SemaObjC/
format-strings-objc.m 50 NSLog(@"%s%lb%d", "unix", 10,20); // expected-warning {{invalid conversion specifier 'b'}}
94 [Foo fooWithCStringFormat:"%@"]; // expected-warning {{invalid conversion specifier '@'}}
235 printf("%!", *obj); // expected-error {{cannot pass object with interface type 'Foo' by value through variadic function}} expected-warning {{invalid conversion specifier}}
  /external/e2fsprogs/debugfs/
set_fields.c 500 com_err(argv[0], 0, "invalid field specifier: %s", argv[1]);
527 com_err(argv[0], 0, "invalid field specifier: %s", argv[2]);
574 com_err(argv[0], 0, "invalid field specifier: %s", argv[2]);
  /external/e2fsprogs/misc/
fsck.8.in 35 or an ext2 label or UUID specifier (e.g.
135 If an options specifier is present, then only filesystems which contain
139 will be checked. If the options specifier is prefixed by a negation
  /external/valgrind/main/coregrind/m_demangle/
ansidecl.h 316 /* Use ATTRIBUTE_PRINTF when the format specifier must not be NULL.
345 /* Use ATTRIBUTE_NULL_PRINTF when the format specifier may be NULL. A
346 NULL format specifier was allowed as of gcc 3.3. */

Completed in 587 milliseconds

<<11121314151617181920>>