/external/clang/test/CXX/lex/lex.literal/lex.ext/ |
p10.cpp | 12 const char *p = ""wibble; // expected-error {{invalid suffix on literal; C++11 requires a space between literal and identifier}} expected-error {{expected ';'}} 13 const char *q = R"x("hello")x"wibble; // expected-error {{invalid suffix on literal; C++11 requires a space between literal and identifier}} expected-error {{expected ';'}}
|
/external/clang/test/CXX/temp/temp.param/ |
p3.cpp | 3 // A type-parameter defines its identifier to be a type-name (if 16 // type-parameter (because its identifier is the name of an already
|
/external/clang/test/CXX/temp/temp.res/temp.local/ |
p3.cpp | 27 WebVector(const WebVector<T>& other) { } // expected-error{{undeclared identifier 'T'}} \ 31 WebVector<T>& operator=(const C& other) { } // expected-error{{undeclared identifier 'T'}}
|
/external/clang/test/Index/ |
annotate-tokens-preamble.c | 11 // CHECK: Identifier: "f" [3:6 - 3:7] FunctionDecl=f:3:6 (Definition) 15 // CHECK: Identifier: "ptr" [3:14 - 3:17] ParmDecl=ptr:3:14 (Definition)
|
targeted-annotation.c | 22 // LOCAL: Identifier: "include" [2:2 - 2:9] inclusion directive=targeted-top.h 25 // LOCAL: Identifier: "include" [3:2 - 3:9] inclusion directive=targeted-preamble.h 28 // LOCAL: Identifier: "LocalVar1" [5:5 - 5:14] VarDecl=LocalVar1:5:5 31 // LOCAL: Identifier: "LocalVar2" [6:5 - 6:14] VarDecl=LocalVar2:6:5 47 // FIELD: Identifier: "z" [2:7 - 2:8] FieldDecl=z:2:7 (Definition) 50 // FIELD: Identifier: "w" [3:7 - 3:8] FieldDecl=w:3:7 (Definition) 65 // NESTED: Identifier: "NestedVar1" [2:12 - 2:22] VarDecl=NestedVar1:2:12 81 // TOP: Identifier: "ifndef" [2:2 - 2:8] preprocessing directive= 82 // TOP: Identifier: "TARGETED_TOP_H" [2:9 - 2:23] preprocessing directive= 84 // TOP: Identifier: "define" [3:2 - 3:8] preprocessing directive [all...] |
recursive-member-access.c | 258 // CHECK-tokens: Identifier: "rdar8650865" [1:8 - 1:19] StructDecl=rdar8650865:1:8 (Definition) 261 // CHECK-tokens: Identifier: "rdar8650865" [2:10 - 2:21] TypeRef=struct rdar8650865:1:8 263 // CHECK-tokens: Identifier: "first" [2:23 - 2:28] FieldDecl=first:2:23 (Definition) 266 // CHECK-tokens: Identifier: "x" [3:7 - 3:8] FieldDecl=x:3:7 (Definition) 271 // CHECK-tokens: Identifier: "test_rdar8650865" [6:5 - 6:21] FunctionDecl=test_rdar8650865:6:5 (Definition) 274 // CHECK-tokens: Identifier: "rdar8650865" [6:29 - 6:40] TypeRef=struct rdar8650865:1:8 276 // CHECK-tokens: Identifier: "s" [6:42 - 6:43] ParmDecl=s:6:42 (Definition) 286 // CHECK-tokens: Identifier: "s" [7:16 - 7:17] DeclRefExpr=s:6:42 288 // CHECK-tokens: Identifier: "first" [7:19 - 7:24] MemberRefExpr=first:2:23 291 // CHECK-tokens: Identifier: "first" [7:27 - 7:32] MemberRefExpr=first:2:2 [all...] |
/external/clang/test/Modules/Inputs/stress1/ |
merge00.h | 9 //#pragma weak pragma_weak01 // expected-warning {{weak identifier 'pragma_weak01' never declared}} 10 //#pragma weak pragma_weak04 // expected-warning {{weak identifier 'pragma_waek04' never declared}}
|
/external/clang/test/Parser/ |
asm.c | 9 asm("foo" : "=r" (a)); // expected-error {{use of undeclared identifier 'a'}} 10 asm("foo" : : "r" (b)); // expected-error {{use of undeclared identifier 'b'}}
|
pragma-options.c | 5 /* expected-warning {{expected identifier in '#pragma options'}} */ #pragma options align = 15 /* expected-warning {{expected identifier in '#pragma align'}} */ #pragma align =
|
cxx11-templates.cpp | 12 template<typename ...T> void f(T t..., int n); // expected-error {{must immediately precede declared identifier}} 13 template<typename ...T> void f(int n, T t...); // expected-error {{must immediately precede declared identifier}} 18 t // expected-note {{place '...' immediately before declared identifier to declare a function parameter pack}} 31 void f(T t...); // expected-error {{must immediately precede declared identifier}} 43 // expected-note@-2 {{place '...' immediately before declared identifier}}
|
/external/clang/test/Sema/ |
invalid-decl.c | 4 char = 4; // expected-error {{expected identifier}} 34 static void bar(hid_t, char); // expected-error {{expected identifier}}
|
/external/clang/tools/clang-format-vs/ |
source.extension.vsixmanifest.in | 3 <Identifier Id="20dbc914-1c7a-4992-b236-ef58b37850eb">
27 </Identifier>
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
IdentifierInfo.java | 22 * This class analyzes a possible identifier for script and identifier status. Use it by calling setIdentifierProfile 25 * <li>call getScripts for the specific scripts in the identifier. The identifier contains at least one character in 31 * the identifier. 44 private String identifier; field in class:IdentifierInfo 52 * Create an identifier info object. Subsequently, call {@link #setIdentifier(String)}, etc. 71 * Set the identifier profile: the characters that are to be allowed in the identifier. 73 * @param identifierProfile the characters that are to be allowed in the identifier [all...] |
/external/libnl/include/netlink/genl/ |
mngt.h | 40 /** Unique command identifier */ 47 * Maximum attribute identifier, must be provided if
|
/external/libxml2/test/schemas/ |
bug152470_1.xsd | 14 <complexType name="Identifier"> 40 <element name="deviceID" type="roap:Identifier"
|
/external/lldb/source/Host/macosx/launcherXPCService/ |
LauncherRootXPCService-Info.plist | 35 <string> identifier = com.apple.lldb AND_APPLE_CODE_SIGNED</string> 36 <string> identifier = com.apple.dt.Xcode AND_APPLE_CODE_SIGNED</string>
|
LauncherXPCService-Info.plist | 35 <string> identifier = com.apple.lldb AND_APPLE_CODE_SIGNED</string> 36 <string> identifier = com.apple.dt.Xcode AND_APPLE_CODE_SIGNED</string>
|
/external/llvm/test/MC/ARM/ |
thumb_set-diagnostics.s | 9 @ CHECK: error: expected identifier after '.thumb_set' 15 @ CHECK: error: expected identifier after '.thumb_set'
|
/external/llvm/test/MC/Mips/ |
mips-abi-bad.s | 17 # CHECK: :[[@LINE-1]]:12: error: expected .module option identifier 22 # CHECK: :[[@LINE-1]]:13: error: expected .module option identifier
|
/external/selinux/libsepol/include/sepol/policydb/ |
sidtab.h | 6 * A security identifier table (sidtab) is a hash table 19 sepol_security_id_t sid; /* security identifier */
|
/libcore/luni/src/main/java/org/xml/sax/ |
SAXNotRecognizedException.java | 11 * Exception class for an unrecognized identifier. 21 * unrecognized feature or property identifier; SAX applications and
|
/libcore/luni/src/main/java/org/xml/sax/helpers/ |
LocatorImpl.java | 94 * Return the saved public identifier. 96 * @return The public identifier as a string, or null if none 108 * Return the saved system identifier. 110 * @return The system identifier as a string, or null if none 155 * Set the public identifier for this locator. 157 * @param publicId The new public identifier, or null 168 * Set the system identifier for this locator. 170 * @param systemId The new system identifier, or null
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_msilib.py | 9 """The Identifier data type is a text string. Identifiers may contain the 11 However, every identifier must begin with either a letter or an
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_msilib.py | 9 """The Identifier data type is a text string. Identifiers may contain the 11 However, every identifier must begin with either a letter or an
|
/external/clang/test/CodeGenCXX/ |
debug-info-template-member.cpp | 21 // CHECK-SAME: identifier: "_ZTS3foo" 27 // CHECK: !{{[0-9]*}} = !MDCompositeType(tag: DW_TAG_structure_type, name: "inner"{{.*}}, identifier: "[[OUTER_FOO_INNER_ID]]") 33 // CHECK-SAME: identifier: "_ZTS4virtI4elemE" 40 // CHECK-SAME: identifier: "_ZTS7MyClass") 48 // CHECK-SAME: identifier: "_ZTS4elem"
|