HomeSort by relevance Sort by last modified time
    Searched full:literals (Results 1 - 25 of 2106) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Index/
annotate-literals.m 49 // RUN: c-index-test -test-annotate-tokens=%s:41:1:46:1 %s | FileCheck -check-prefix=CHECK-LITERALS %s
51 // CHECK-LITERALS: Identifier: "id" [41:3 - 41:5] TypeRef=id:0:0
52 // CHECK-LITERALS: Identifier: "objects" [41:6 - 41:13] VarDecl=objects:41:6 (Definition)
53 // CHECK-LITERALS: Punctuation: "=" [41:14 - 41:15] VarDecl=objects:41:6 (Definition)
54 // CHECK-LITERALS: Punctuation: "@" [41:16 - 41:17] UnexposedExpr=
55 // CHECK-LITERALS: Punctuation: "[" [41:17 - 41:18] UnexposedExpr=
56 // CHECK-LITERALS: Identifier: "o1" [41:19 - 41:21] DeclRefExpr=o1:40:30
57 // CHECK-LITERALS: Punctuation: "," [41:21 - 41:22] UnexposedExpr=
58 // CHECK-LITERALS: Identifier: "o2" [41:23 - 41:25] DeclRefExpr=o2:40:44
59 // CHECK-LITERALS: Punctuation: "]" [41:26 - 41:27] UnexposedExpr
    [all...]
  /external/clang/test/Lexer/
string_concat.cpp 12 const char* a = u8"abc" u"abc"; // expected-error {{unsupported non-standard concatenation of string literals}}
13 const char* b = u8"abc" U"abc"; // expected-error {{unsupported non-standard concatenation of string literals}}
14 const char* c = u8"abc" L"abc"; // expected-error {{unsupported non-standard concatenation of string literals}}
16 const char* d = u8"abc" uR"(abc)"; // expected-error {{unsupported non-standard concatenation of string literals}}
17 const char* e = u8"abc" UR"(abc)"; // expected-error {{unsupported non-standard concatenation of string literals}}
18 const char* f = u8"abc" LR"(abc)"; // expected-error {{unsupported non-standard concatenation of string literals}}
21 const char16_t* g = u"abc" u8"abc"; // expected-error {{unsupported non-standard concatenation of string literals}}
22 const char16_t* h = u"abc" U"abc"; // expected-error {{unsupported non-standard concatenation of string literals}}
23 const char16_t* i = u"abc" L"abc"; // expected-error {{unsupported non-standard concatenation of string literals}}
25 const char16_t* j = u"abc" u8R"(abc)"; // expected-error {{unsupported non-standard concatenation of string literals}}
    [all...]
unicode-strings.c 16 const char *a = u8"abcd"; // expected-warning {{unicode literals are incompatible with}}
17 const char16_t *b = u"abcd"; // expected-warning {{unicode literals are incompatible with}}
18 const char32_t *c = U"abcd"; // expected-warning {{unicode literals are incompatible with}}
20 char16_t d = u'a'; // expected-warning {{unicode literals are incompatible with}}
21 char32_t e = U'a'; // expected-warning {{unicode literals are incompatible with}}
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue15572.go 7 // Test that exporting composite literals with implicit
9 // inlined function bodies containing such literals.
bug087.go 18 bug087.go:6: illegal combination of literals LEN 9
19 bug087.go:6: illegal combination of literals LEN 9
bug466.go 8 // complex literals "a+bi" to "a+b".
gcc61264.go 7 // PR61264: IncDec statements involving composite literals caused in ICE in gccgo.
issue4879.go 8 // composite literals in inlined bodies.
issue4932.go 7 // Issue 4932: regression in export of composite literals.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue15572.go 7 // Test that exporting composite literals with implicit
9 // inlined function bodies containing such literals.
bug087.go 18 bug087.go:6: illegal combination of literals LEN 9
19 bug087.go:6: illegal combination of literals LEN 9
bug466.go 8 // complex literals "a+bi" to "a+b".
gcc61264.go 7 // PR61264: IncDec statements involving composite literals caused in ICE in gccgo.
issue4879.go 8 // composite literals in inlined bodies.
issue4932.go 7 // Issue 4932: regression in export of composite literals.
  /libcore/luni/src/test/java/dalvik/system/
JniTest.java 93 final Object[] literals = {"Bradshaw", "Isherwood", "Oldknow", "Mallet", local
96 // test selection from a list of object literals where the literals are all the same
97 for(Object literal : literals) {
107 // test selection from a list of object literals where the literals are shuffled
108 for(int j = 0; j < literals.length; j++) {
110 a[i] = literals[(i + j) % literals.length];
122 final boolean[] literals = {true, false, false, true}
150 final char[] literals = {Character.MAX_VALUE, Character.MIN_VALUE, local
209 final short[] literals = {Byte.MAX_VALUE, Byte.MIN_VALUE, Short.MAX_VALUE, Short.MIN_VALUE, 0, -1}; local
237 final int[] literals = {Byte.MAX_VALUE, Byte.MIN_VALUE, Short.MAX_VALUE, Short.MIN_VALUE, local
266 final long[] literals = {Byte.MAX_VALUE, Byte.MIN_VALUE, Short.MAX_VALUE, Short.MIN_VALUE, local
295 final float[] literals = {Byte.MAX_VALUE, Byte.MIN_VALUE, Short.MAX_VALUE, Short.MIN_VALUE, local
326 final double[] literals = {Byte.MAX_VALUE, Byte.MIN_VALUE, Short.MAX_VALUE, Short.MIN_VALUE, local
    [all...]
  /external/ply/ply/test/
lex_literal3.py 4 # Issue 8 : Literals empty list causes IndexError
15 literals = [] variable
lex_literal1.py 14 literals = ["+","-","**"] variable
lex_literal2.py 14 literals = 23 variable
  /external/clang/test/Preprocessor/
utf8-allowed-chars.c 35 // expected-error@13 {{non-ASCII characters are not allowed outside of literals and identifiers}}
41 // expected-error@9 {{non-ASCII characters are not allowed outside of literals and identifiers}}
42 // expected-error@10 {{non-ASCII characters are not allowed outside of literals and identifiers}}
43 // expected-error@13 {{non-ASCII characters are not allowed outside of literals and identifiers}}
44 // expected-error@14 {{non-ASCII characters are not allowed outside of literals and identifiers}}
45 // expected-error@21 {{non-ASCII characters are not allowed outside of literals and identifiers}} expected-warning@21 {{declaration does not declare anything}}
53 // expected-error@13 {{non-ASCII characters are not allowed outside of literals and identifiers}}
60 // expected-error@9 {{non-ASCII characters are not allowed outside of literals and identifiers}}
61 // expected-error@11 {{non-ASCII characters are not allowed outside of literals and identifiers}}
62 // expected-error@13 {{non-ASCII characters are not allowed outside of literals and identifiers}
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vet/
composite.go 5 // This file contains the test for unkeyed struct literals.
21 "check that composite literals used field-keyed elements",
33 // cannot determine composite literals' type, skip it
42 // skip non-struct composite literals
68 // struct literals are local types
  /prebuilts/go/linux-x86/src/cmd/vet/
composite.go 5 // This file contains the test for unkeyed struct literals.
21 "check that composite literals used field-keyed elements",
33 // cannot determine composite literals' type, skip it
42 // skip non-struct composite literals
68 // struct literals are local types
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVDecorate.h 54 // Complete constructor for decorations without literals
70 /// Compare kind, literals and target.
104 std::vector<SPIRVWord> Literals;
131 // Complete constructor for decorations without literals
144 assert(WordCount == Literals.size() + FixedWC);
156 Literals.push_back(I);
157 Literals.push_back(Kind);
158 WordCount += Literals.size();
164 return getString(Literals.cbegin(), Literals.cend() - 1)
    [all...]
  /device/linaro/bootloader/edk2/PerformancePkg/Dp_App/
Literals.c 2 Definitions of ASCII string literals used by DP.
15 // ASCII String literals which probably don't need translation
Literals.h 2 Declarations of ASCII string literals used by DP.
16 // ASCII String literals which probably don't need translation

Completed in 1776 milliseconds

1 2 3 4 5 6 7 8 91011>>