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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
SemaType.cpp 571 /// \param D the declarator containing the declaration specifier.
646 // [C90 6.5] only allows a decl-spec if there was *some* type-specifier,
647 // type-qualifier, or storage-class-specifier. If not, emit an extwarn.
661 // C99 and C++ require a type specifier. For example, C99 6.7.2p2 says:
662 // "At least one type specifier shall be given in the declaration
663 // specifiers in each declaration, and in the specifier-qualifier list in
    [all...]
TreeTransform.h 367 /// nested-name-specifier in a member access expression.
370 /// identifier in a nested-name-specifier of a member access expression, e.g.,
379 /// \brief Transform the given nested-name-specifier with source-location
383 /// nested-name-specifier. Subclasses may override this function to provide
401 /// \param SS The nested-name-specifier that qualifies the template
402 /// name. This nested-name-specifier must already have been transformed.
412 /// \param FirstQualifierInScope If the first part of a nested-name-specifier
    [all...]
SemaDeclCXX.cpp 626 /// \brief Check the validity of a C++ base class specifier.
674 // The class-name in a base-specifier shall not be an incompletely
692 // If a class is marked final and it appears as a base-type-specifier in
705 // Create the base specifier.
711 /// ActOnBaseSpecifier - Parsed a base specifier. A base specifier is
712 /// one entry in the base class list of a class specifier, for
774 // Delete the duplicate base class specifier; we're going to
    [all...]
  /external/clang/include/clang/Basic/
DiagnosticSemaKinds.td 103 "type specifier required for unnamed parameter, defaults to int">;
573 "%0 can not be defined in a type specifier">;
621 "argument to noexcept specifier must be a constant expression">;
    [all...]
TargetInfo.h 440 /// section specifier is invalid, the backend should return a non-empty string
445 /// would otherwise reject the section specifier.
  /external/clang/utils/ABITest/
ABITestGen.py 510 for specifier in opts.bitFields.split(','):
511 if not specifier.strip():
513 name,width = specifier.strip().split(':', 1)
  /frameworks/base/core/java/android/view/
ViewPropertyAnimator.java 656 * @param constantName The specifier for the property being animated
670 * @param constantName The specifier for the property being animated
682 * @param constantName The specifier for the property being animated
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
personal_options_handler.cc 424 // specifier.
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp     [all...]
  /external/clang/test/Index/
annotate-nested-name-specifier.cpp 152 // CHECK: Punctuation: "::" [16:30 - 16:32] C++ base class specifier=outer_alias::inner::vector<X>:4:12 [access=public isVirtual=false]
154 // CHECK: Punctuation: "::" [16:37 - 16:39] C++ base class specifier=outer_alias::inner::vector<X>:4:12 [access=public isVirtual=false]
156 // CHECK: Punctuation: "<" [16:45 - 16:46] C++ base class specifier=outer_alias::inner::vector<X>:4:12 [access=public isVirtual=false]
158 // CHECK: Punctuation: ">" [16:47 - 16:48] C++ base class specifier=outer_alias::inner::vector<X>:4:12 [access=public isVirtual=false]
  /external/e2fsprogs/debugfs/
util.c 313 * argument which is a file/inode number specifier.
  /external/libnfc-nxp/inc/
phNfcStatus.h 110 Device specifier/handle value is invalid for the operation. */
  /external/llvm/test/CodeGen/ARM/
vld4.ll 100 ;Check for no alignment specifier.
vst4.ll 75 ;Check for no alignment specifier.
  /external/mesa3d/src/glsl/
ast_to_hir.cpp     [all...]
  /external/valgrind/main/include/
pub_tool_libcprint.h 91 // format specifier.
  /external/webkit/Source/WebCore/css/
CSSGrammar.y 249 %type <selector> specifier
976 specifier {
979 | specifier_list specifier {
1006 specifier: label
    [all...]
  /external/wpa_supplicant/wpa_gui/
networkconfig.ui 444 <function access="private" specifier="non virtual">init()</function>
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
networkconfig.ui 464 <function access="private" specifier="non virtual">init()</function>
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui/
networkconfig.ui 464 <function access="private" specifier="non virtual">init()</function>
  /frameworks/base/docs/html/guide/practices/
screens-support-1.5.jd 126 are in doubt, refer to SDK reference documentation and look for the API Level specifier for the API
  /external/chromium/testing/gmock/scripts/
gmock_doctor.py 471 r'error: C\+\+ requires a type specifier for all declarations\n'
474 r'C\+\+ requires a type specifier for all declarations'
  /external/clang/include/clang/Sema/
Lookup.h 309 /// is the class named by the nested-name-specifier of the
491 /// specifier.

Completed in 1881 milliseconds

1 2 3 4 5 6 7 8 91011>>