HomeSort by relevance Sort by last modified time
    Searched full:specifier (Results 26 - 50 of 2789) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
NestedNameSpecifier.h 11 // a C++ nested-name-specifier.
34 /// \brief Represents a C++ nested name specifier, such as
39 /// specifier. Nested name specifiers are made up of a sequence of
41 /// (for dependent names), decltype specifier, or the global specifier ('::').
43 /// nested-namespace-specifier.
54 /// \brief The nested name specifier that precedes this nested name
55 /// specifier.
57 /// The pointer is the nested-name-specifier that precedes this
62 /// \brief The last component in the nested name specifier, whic
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
NestedNameSpecifier.h 11 // a C++ nested-name-specifier.
34 /// \brief Represents a C++ nested name specifier, such as
39 /// specifier. Nested name specifiers are made up of a sequence of
41 /// (for dependent names), decltype specifier, or the global specifier ('::').
43 /// nested-namespace-specifier.
54 /// \brief The nested name specifier that precedes this nested name
55 /// specifier.
57 /// The pointer is the nested-name-specifier that precedes this
62 /// \brief The last component in the nested name specifier, whic
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
NestedNameSpecifier.h 11 // a C++ nested-name-specifier.
34 /// \brief Represents a C++ nested name specifier, such as
39 /// specifier. Nested name specifiers are made up of a sequence of
41 /// (for dependent names), decltype specifier, or the global specifier ('::').
43 /// nested-namespace-specifier.
54 /// \brief The nested name specifier that precedes this nested name
55 /// specifier.
57 /// The pointer is the nested-name-specifier that precedes this
62 /// \brief The last component in the nested name specifier, whic
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
NestedNameSpecifier.h 11 // a C++ nested-name-specifier.
34 /// \brief Represents a C++ nested name specifier, such as
39 /// specifier. Nested name specifiers are made up of a sequence of
41 /// (for dependent names), decltype specifier, or the global specifier ('::').
43 /// nested-namespace-specifier.
54 /// \brief The nested name specifier that precedes this nested name
55 /// specifier.
57 /// The pointer is the nested-name-specifier that precedes this
62 /// \brief The last component in the nested name specifier, whic
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
NestedNameSpecifier.h 11 // a C++ nested-name-specifier.
34 /// \brief Represents a C++ nested name specifier, such as
39 /// specifier. Nested name specifiers are made up of a sequence of
41 /// (for dependent names), decltype specifier, or the global specifier ('::').
43 /// nested-namespace-specifier.
54 /// \brief The nested name specifier that precedes this nested name
55 /// specifier.
57 /// The pointer is the nested-name-specifier that precedes this
62 /// \brief The last component in the nested name specifier, whic
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
NestedNameSpecifier.h 11 // a C++ nested-name-specifier.
34 /// \brief Represents a C++ nested name specifier, such as
39 /// specifier. Nested name specifiers are made up of a sequence of
41 /// (for dependent names), decltype specifier, or the global specifier ('::').
43 /// nested-namespace-specifier.
54 /// \brief The nested name specifier that precedes this nested name
55 /// specifier.
57 /// The pointer is the nested-name-specifier that precedes this
62 /// \brief The last component in the nested name specifier, whic
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
NestedNameSpecifier.h 11 // a C++ nested-name-specifier.
34 /// \brief Represents a C++ nested name specifier, such as
39 /// specifier. Nested name specifiers are made up of a sequence of
41 /// (for dependent names), decltype specifier, or the global specifier ('::').
43 /// nested-namespace-specifier.
54 /// \brief The nested name specifier that precedes this nested name
55 /// specifier.
57 /// The pointer is the nested-name-specifier that precedes this
62 /// \brief The last component in the nested name specifier, whic
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
NestedNameSpecifier.h 11 // a C++ nested-name-specifier.
34 /// \brief Represents a C++ nested name specifier, such as
39 /// specifier. Nested name specifiers are made up of a sequence of
41 /// (for dependent names), decltype specifier, or the global specifier ('::').
43 /// nested-namespace-specifier.
54 /// \brief The nested name specifier that precedes this nested name
55 /// specifier.
57 /// The pointer is the nested-name-specifier that precedes this
62 /// \brief The last component in the nested name specifier, whic
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
NestedNameSpecifier.h 11 // a C++ nested-name-specifier.
34 /// \brief Represents a C++ nested name specifier, such as
39 /// specifier. Nested name specifiers are made up of a sequence of
41 /// (for dependent names), decltype specifier, or the global specifier ('::').
43 /// nested-namespace-specifier.
54 /// \brief The nested name specifier that precedes this nested name
55 /// specifier.
57 /// The pointer is the nested-name-specifier that precedes this
62 /// \brief The last component in the nested name specifier, whic
    [all...]
  /external/clang/test/Parser/
cxx-undeclared-identifier.cpp 4 static a(4); // expected-error {{requires a type specifier}}
5 b(int n); // expected-error {{requires a type specifier}}
7 itn f(char *p, *q); // expected-error {{unknown type name 'itn'}} expected-error {{requires a type specifier}}
12 S::f() {} // expected-error {{requires a type specifier}}
cxx11-type-specifier.cpp 3 // Tests for parsing of type-specifier-seq
18 (void) new struct S {}; // expected-error{{'S' cannot be defined in a type specifier}}
19 (void) new enum E { e }; // expected-error{{'E' cannot be defined in a type specifier}}
22 // And for trailing-type-specifier-seq
opencl-storage-class.cl 5 static int a; // expected-error {{OpenCL version 1.0 does not support the 'static' storage class specifier}}
6 register int b; // expected-error {{OpenCL version 1.0 does not support the 'register' storage class specifier}}
7 extern int c; // expected-error {{OpenCL version 1.0 does not support the 'extern' storage class specifier}}
8 auto int d; // expected-error {{OpenCL version 1.0 does not support the 'auto' storage class specifier}}
cxx-concepts-ambig-constraint-expr.cpp 7 // type-specifier-seq in conversion-type-id
9 unsigned int foo(); // expected-error {{C++ requires a type specifier for all declarations}}
11 // type-specifier-seq in new-type-id
13 unsigned int bar(); // expected-error {{C++ requires a type specifier for all declarations}}
16 struct X { }; // expected-error {{'X' cannot be defined in a type specifier}}
  /external/clang/test/SemaObjC/
override-nullability.m 12 - (nullable id)bad:(nonnull id)obj; // expected-warning {{conflicting nullability specifier on return types, 'nullable' conflicts with existing specifier 'nonnull'}} \
13 // expected-warning {{conflicting nullability specifier on parameter types, 'nonnull' conflicts with existing specifier 'nullable'}}
  /external/clang/test/SemaObjCXX/Inputs/
nullability-pragmas-1.h 11 void f1(int *x); // expected-warning{{pointer is missing a nullability type specifier}}
41 void f18(A **); // expected-warning 2{{pointer is missing a nullability type specifier}}
42 void f19(CFErrorRefPtr error); // expected-warning{{pointer is missing a nullability type specifier}}
45 void g2(int (^ *bp)(int, int)); // expected-warning{{block pointer is missing a nullability type specifier}}
46 // expected-warning@-1{{pointer is missing a nullability type specifier}}
47 void g3(block_ptr *bp); // expected-warning{{block pointer is missing a nullability type specifier}}
48 // expected-warning@-1{{pointer is missing a nullability type specifier}}
50 void g5(int (**fp)(int, int)); // expected-warning 2{{pointer is missing a nullability type specifier}}
59 // expected-warning@-1{{pointer is missing a nullability type specifier}}
62 @property NSError **anError; // expected-warning 2{{pointer is missing a nullability type specifier}}
    [all...]
nullability-consistency-8.h 10 void func3(int *); // expected-warning{{pointer is missing a nullability type specifier}}
14 void cf1(CFTypeRef * p CF_RETURNS_NOT_RETAINED); // expected-warning {{pointer is missing a nullability type specifier}}
26 void cfp1(CFTypeRefPtr p CF_RETURNS_NOT_RETAINED); // expected-warning {{pointer is missing a nullability type specifier}}
  /external/llvm/test/Assembler/
invalid-datalayout11.ll 3 ; CHECK: Unexpected trailing characters after mangling specifier in datalayout string
  /external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
NotARotationMatrixException.java 40 * @param specifier format specifier (to be translated)
45 public NotARotationMatrixException(String specifier, Object ... parts) {
46 super(specifier, parts);
52 * @param specifier format specifier (to be translated)
56 public NotARotationMatrixException(Localizable specifier, Object ... parts) {
57 super(specifier, parts);
  /external/clang/test/SemaCXX/
pr18284-crash-on-invalid.cpp 8 A::RunTest() {} // expected-error {{C++ requires a type specifier for all declarations}}
19 A::RunTest() {} // expected-error {{C++ requires a type specifier for all declarations}}
  /external/wpa_supplicant_8/src/eap_common/
eap_gpsk_common.h 41 u8 specifier[2]; member in struct:eap_gpsk_csuite
48 int eap_gpsk_supported_ciphersuite(int vendor, int specifier);
50 int specifier,
57 int specifier,
62 size_t eap_gpsk_mic_len(int vendor, int specifier);
64 int specifier, const u8 *data, size_t len, u8 *mic);
  /external/clang/test/Sema/
declspec.c 41 const const int pr8264_1 = 0; // expected-warning {{duplicate 'const' declaration specifier}}
42 volatile volatile int pr8264_2; // expected-warning {{duplicate 'volatile' declaration specifier}}
43 char * restrict restrict pr8264_3; // expected-warning {{duplicate 'restrict' declaration specifier}}
45 extern extern int pr8264_4; // expected-warning {{duplicate 'extern' declaration specifier}}
47 register register int x; // expected-warning {{duplicate 'register' declaration specifier}}
50 inline inline void pr8264_6() {} // expected-warning {{duplicate 'inline' declaration specifier}}
51 _Noreturn _Noreturn void pr8264_7(); // expected-warning {{duplicate '_Noreturn' declaration specifier}}
  /external/guava/guava/src/com/google/common/net/
HostSpecifier.java 28 * A syntactically valid host specifier, suitable for use in a URI.
38 * methods. No attempt is made to verify that a provided specifier corresponds
61 * Returns a {@code HostSpecifier} built from the provided {@code specifier},
62 * which is already known to be valid. If the {@code specifier} might be
65 * <p>The specifier must be in one of these formats:
73 * @throws IllegalArgumentException if the specifier is not valid.
75 public static HostSpecifier fromValid(String specifier) {
78 final HostAndPort parsedHost = HostAndPort.fromString(specifier);
82 // Try to interpret the specifier as an IP address. Note we build
113 * {@link #fromValid(String)} for a specifier that is not already known to b
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
doc.go 25 <T> Is an arrangement specifier and can have the following values:
30 <T> Is an arrangement specifier and can have the following values:
35 <T> Is an arrangement specifier and can have the following values:
40 <T> Is an arrangement specifier and can have the following values:
45 <T> Is an arrangement specifier and can have the following values:
50 <T> Is an arrangement specifier and can have the following values:
52 <Ts> Is an element size specifier and can have the following values:
57 <T> Is an arrangement specifier and can have the following values:
64 <T> Is an arrangement specifier and can have the following values:
69 <T> Is a source width specifier and can have the following values
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/
doc.go 25 <T> Is an arrangement specifier and can have the following values:
30 <T> Is an arrangement specifier and can have the following values:
35 <T> Is an arrangement specifier and can have the following values:
40 <T> Is an arrangement specifier and can have the following values:
45 <T> Is an arrangement specifier and can have the following values:
50 <T> Is an arrangement specifier and can have the following values:
52 <Ts> Is an element size specifier and can have the following values:
57 <T> Is an arrangement specifier and can have the following values:
64 <T> Is an arrangement specifier and can have the following values:
69 <T> Is a source width specifier and can have the following values
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
EstimationException.java 43 * @param specifier format specifier (to be translated)
46 public EstimationException(String specifier, Object ... parts) {
47 this(new DummyLocalizable(specifier), parts);
53 * @param specifier format specifier (to be translated)
57 public EstimationException(Localizable specifier, Object ... parts) {
58 super(specifier, parts);

Completed in 2296 milliseconds

12 3 4 5 6 7 8 91011>>