OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:specifier
(Results
201 - 225
of
1138
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webrtc/webrtc/system_wrappers/include/
asm_defines.h
56
// the condition code is after the width
specifier
. Here we define
/libcore/ojluni/src/main/java/java/util/
IllegalFormatException.java
30
* or a format
specifier
that is incompatible with the given arguments. Only
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
_detect_dll_or_lib.h
61
* mode as only dynamic lib needs additional export/import
specifier
.
/packages/apps/Contacts/src/com/android/contacts/datepicker/
ICU.java
30
// Ignore the era
specifier
, if present.
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/config/
_detect_dll_or_lib.h
61
* mode as only dynamic lib needs additional export/import
specifier
.
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
regprefix-err-1.s
24
; prefix. It does not just miss a size
specifier
, e.g. as in [r12+r10.d].
/external/clang/lib/Parse/
ParseDecl.cpp
40
///
specifier
-qualifier-list abstract-declarator[opt]
146
// Expect an identifier or declaration
specifier
(const, int, etc.)
528
/// [MS] decl-
specifier
:
[
all
...]
/external/clang/test/Sema/
format-strings-ms.c
16
printf("%Z", p); // expected-warning{{'Z' conversion
specifier
is not supported by ISO C}}
84
printf("%hhZ", p); // expected-warning{{length modifier 'hh' results in undefined behavior or no effect with 'Z' conversion
specifier
}}
85
scanf("%Z", p); // expected-warning{{invalid conversion
specifier
'Z'}}
/external/clang/test/SemaCXX/
cxx98-compat.cpp
71
// expected-warning {{'auto' type
specifier
is incompatible with C++98}}
104
auto ff() { return 5; } // expected-warning {{'auto' type
specifier
is incompatible with C++98}}
113
// expected-warning@-2 {{'auto' type
specifier
is incompatible with C++98}}
139
auto auto_deduction = 0; // expected-warning {{'auto' type
specifier
is incompatible with C++98}}
140
int *p = new auto(0); // expected-warning {{'auto' type
specifier
is incompatible with C++98}}
143
char16_t c16 = 0; // expected-warning {{'char16_t' type
specifier
is incompatible with C++98}}
144
char32_t c32 = 0; // expected-warning {{'char32_t' type
specifier
is incompatible with C++98}}
145
constexpr int const_expr = 0; // expected-warning {{'constexpr'
specifier
is incompatible with C++98}}
146
decltype(const_expr) decl_type = 0; // expected-warning {{'decltype' type
specifier
is incompatible with C++98}}
254
static constexpr double d = 0.0; // expected-warning {{static data member 'd' in union is incompatible with C++98}} expected-warning {{'constexpr'
specifier
is incompatible with C++98}
[
all
...]
enum-scoped.cpp
137
struct A::a; // expected-error {{incomplete type 'test6::A' named in nested name
specifier
}}
138
enum A::b; // expected-error {{incomplete type 'test6::A' named in nested name
specifier
}}
139
int A::c; // expected-error {{incomplete type 'test6::A' named in nested name
specifier
}}
140
void A::d(); // expected-error {{incomplete type 'test6::A' named in nested name
specifier
}}
142
(void) A::e; // expected-error {{incomplete type 'test6::A' named in nested name
specifier
}}
/external/llvm/include/llvm/DebugInfo/
DIContext.h
146
DILineInfoSpecifier
Specifier
= DILineInfoSpecifier()) = 0;
148
uint64_t Size, DILineInfoSpecifier
Specifier
= DILineInfoSpecifier()) = 0;
150
DILineInfoSpecifier
Specifier
= DILineInfoSpecifier()) = 0;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
printf.h
58
/* Type of a printf
specifier
-handler function.
72
/* Type of a printf
specifier
-arginfo function.
173
the format
specifier
is a uppercase character powers of 1000 are
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
printf.h
58
/* Type of a printf
specifier
-handler function.
72
/* Type of a printf
specifier
-arginfo function.
173
the format
specifier
is a uppercase character powers of 1000 are
/external/clang/include/clang/AST/
DeclCXX.h
91
/// \brief Represents an access
specifier
followed by colon ':'.
94
/// of an access
specifier
followed by a colon in the list of member
114
/// \brief The location of the access
specifier
.
116
/// \brief Sets the location of the access
specifier
.
119
/// \brief The location of the colon following the access
specifier
.
159
///
specifier
, including the "virtual" (if present) and access
160
///
specifier
(if present).
172
/// This determines the mapping from the access
specifier
as written in the
173
/// source code to the access
specifier
used for semantic analysis.
176
/// \brief Access
specifier
as written in the source code (may be AS_none)
[
all
...]
/external/compiler-rt/lib/sanitizer_common/
sanitizer_common_interceptors_format.inc
69
// Returns true if the character is an integer conversion
specifier
.
74
// Returns true if the character is an floating point conversion
specifier
.
104
// Invalid conversion
specifier
.
219
// Conversion
specifier
.
328
Report("WARNING: unexpected format
specifier
in scanf interceptor: "
429
// Conversion
specifier
.
524
Report("WARNING: unexpected format
specifier
in printf "
/external/clang/include/clang/Basic/
DiagnosticParseKinds.td
61
"type nullability
specifier
%0 is a Clang extension">,
178
"'%0' qualifier may not appear after the virtual
specifier
'%1'">;
219
def err_expected_semi_for : Error<"expected ';' in 'for' statement
specifier
">;
276
"'auto' storage class
specifier
is not permitted in C++11, and will not "
279
"'decltype(auto)' type
specifier
is a C++14 extension">, InGroup<CXX14>;
281
"'decltype(auto)' type
specifier
is incompatible with C++ standards before "
303
"'decltype' type
specifier
is incompatible with C++98">,
322
"type name requires a
specifier
or qualifier">;
326
"type name does not allow function
specifier
to be specified">;
328
"type name does not allow constexpr
specifier
to be specified">
[
all
...]
Specifiers.h
75
/// were written in a particular type
specifier
sequence.
83
/// \brief A C++ access
specifier
(public, private, protected), plus the
179
/// \brief Thread storage-class-
specifier
.
/external/clang/lib/Sema/
DeclSpec.cpp
1
//===--- DeclSpec.cpp - Declaration
Specifier
Semantic Analysis -----------===//
357
/// declaration
specifier
includes.
[
all
...]
/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
'@'}}
238
printf("%!", *obj); // expected-error {{cannot pass object with interface type 'Foo' by value through variadic function}} expected-warning {{invalid conversion
specifier
}}
257
NSLog(@"%[", @"Foo"); // expected-warning {{incomplete format
specifier
}}
258
NSLog(@"%[tt", @"Foo"); // expected-warning {{incomplete format
specifier
}}
264
NSLog(@"%2$[tt]@ %1$[tt]s", @"Foo", @"Bar"); // expected-warning {{object format flags cannot be used with 's' conversion
specifier
}}
/external/clang/test/CXX/class.access/class.access.base/
p1.cpp
5
// the public access
specifier
, the public members of the base class
53
// the protected access
specifier
, the public and protected members
103
// the private access
specifier
, the public and protected members of
/external/clang/test/CXX/drs/
dr5xx.cpp
411
const dr539( // expected-error {{requires a type
specifier
}}
413
const b; // expected-error {{requires a type
specifier
}}
417
if (const n = 0) {} // expected-error {{requires a type
specifier
}}
418
switch (const n = 0) {} // expected-error {{requires a type
specifier
}}
419
while (const n = 0) {} // expected-error {{requires a type
specifier
}}
420
for (const n = 0; // expected-error {{requires a type
specifier
}}
421
const m = 0; ) {} // expected-error {{requires a type
specifier
}}
422
sizeof(const); // expected-error {{requires a type
specifier
}}
424
const n; // expected-error {{requires a type
specifier
}}
433
(void) [](const) {}; // expected-error {{requires a type
specifier
}}
[
all
...]
/external/clang/test/Parser/
altivec.c
72
vector bool v_b; // expected-warning {{type
specifier
missing, defaults to 'int'}}
73
vector __bool v___b; // expected-warning {{type
specifier
missing, defaults to 'int'}}
107
vector bool i8; // expected-error {{requires a
specifier
or qualifier}}
/external/curl/include/curl/
curlbuild.h
177
/* curl_off_t formatting string directive without "%" conversion
specifier
. */
180
/* unsigned curl_off_t formatting string without "%" conversion
specifier
. */
183
/* curl_off_t formatting string directive with "%" conversion
specifier
. */
curlbuild.h.cmake
179
/* curl_off_t formatting string directive without "%" conversion
specifier
. */
182
/* unsigned curl_off_t formatting string without "%" conversion
specifier
. */
185
/* curl_off_t formatting string directive with "%" conversion
specifier
. */
curlbuild.h.in
176
/* curl_off_t formatting string directive without "%" conversion
specifier
. */
179
/* unsigned curl_off_t formatting string without "%" conversion
specifier
. */
182
/* curl_off_t formatting string directive with "%" conversion
specifier
. */
Completed in 308 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>