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
842
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p3-1y.cpp
42
decltype(auto) int r; // expected-error {{cannot combine with previous 'decltype(auto)' declaration
specifier
}} expected-error {{requires an initializer}}
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.ref/
p5.cpp
136
//
specifier
(7.1.1), is a class member (9.2) declaration within a
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p5.cpp
3
// An attribute-
specifier
-seq in a lambda-declarator appertains to the
/external/clang/test/Sema/
address_spaces.c
12
_AS2 *x;// expected-warning {{type
specifier
missing, defaults to 'int'}}
private-extern.c
73
// FIXME: linkage
specifier
in warning.
/external/clang/test/SemaCXX/
cxx0x-compat.cpp
24
auto int n = 0; // expected-warning {{'auto' storage class
specifier
is redundant and incompatible with C++11}}
/external/clang/test/SemaObjC/
property-9.m
47
@property (readonly) ; // expected-error {{type name requires a
specifier
or qualifier}}
/external/libxml2/result/SVG/
viewport-transform.xml
17
because the CSS unit
specifier
has been provided. -->
/external/libxml2/test/SVG/
viewport-transform.xml
21
because the CSS unit
specifier
has been provided. -->
/external/llvm/include/llvm/ADT/
ArrayRef.h
147
assert(N <= size() && "Invalid
specifier
");
154
assert(N+M <= size() && "Invalid
specifier
");
259
assert(N <= this->size() && "Invalid
specifier
");
266
assert(N+M <= this->size() && "Invalid
specifier
");
/external/llvm/test/MC/Disassembler/ARM/
unpredictable-UQADD8-arm.txt
9
# DPFrm with bad reg
specifier
(s)
/external/llvm/utils/TableGen/
X86RecognizableInstr.h
113
/// the LLVM tables to an OperandType for use in the operand
specifier
.
129
/// the operand
specifier
.
201
/// emitInstructionSpecifier - Loads the instruction
specifier
for the current
216
/// \param tables The DisassemblerTables that the
specifier
will be added to.
/libcore/luni/src/main/java/java/util/
Formattable.java
20
* Classes that handle custom formatting for the 's'
specifier
of {@code Formatter}
/packages/apps/UnifiedEmail/src/com/android/mail/ui/settings/
PublicPreferenceActivity.java
50
// Remove any fragment
specifier
from the data uri
/prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
mm_malloc.h
36
// exception
specifier
. Via an "egregious workaround" in
/prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
mm_malloc.h
36
// exception
specifier
. Via an "egregious workaround" in
/prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
mm_malloc.h
36
// exception
specifier
. Via an "egregious workaround" in
/prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
mm_malloc.h
36
// exception
specifier
. Via an "egregious workaround" in
/prebuilts/sdk/renderscript/clang-include/
mm_malloc.h
36
// exception
specifier
. Via an "egregious workaround" in
/bionic/libc/include/
inttypes.h
37
* literal containing a conversion
specifier
, possibly modified by
43
* family), followed by the conversion
specifier
, followed by a
/development/ndk/platforms/android-21/include/
inttypes.h
37
* literal containing a conversion
specifier
, possibly modified by
43
* family), followed by the conversion
specifier
, followed by a
/development/ndk/platforms/android-3/include/
inttypes.h
30
* literal containing a conversion
specifier
, possibly modified by
36
* family), followed by the conversion
specifier
, followed by a
/external/clang/lib/Analysis/
ScanfFormatString.cpp
88
// Look for a '%' character that indicates the start of a format
specifier
.
97
Start = I++; // Record the start of the format
specifier
.
102
// No format
specifier
found?
158
// Finally, look for the conversion
specifier
.
499
// Figure out the conversion
specifier
.
533
// Keep looking for a format
specifier
until we have exhausted the string.
537
// Did a fail-stop error of any kind occur when parsing the
specifier
?
545
// We have a format
specifier
. Pass it to the callback.
/external/clang/lib/Basic/
Builtins.cpp
115
assert(*Like == ':' && "Format
specifier
must be followed by a ':'");
118
assert(::strchr(Like, ':') && "Format
specifier
must end with a ':'");
/external/clang/test/Index/
code-completion.cpp
71
// CHECK-OVERLOAD-NEXT: Nested name
specifier
89
// CHECK-EXPR-NEXT: Nested name
specifier
Completed in 587 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>