OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:identifier
(Results
751 - 775
of
5290
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/bison/examples/calc++/
calc++-scanner.ll
62
return token::
IDENTIFIER
;
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
SignerId.java
50
* @param subjectKeyId the subject key
identifier
to use to match the signers associated certificate.
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
CMSObjectIdentifiers.java
33
* id-ri OBJECT
IDENTIFIER
::= { iso(1) identified-organization(3)
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
PolicyConstraints.java
17
* id-ce-policyConstraints OBJECT
IDENTIFIER
::= { id-ce 36 }
X509DefaultEntryConverter.java
23
* @param oid the object
identifier
for the DN entry
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
PKIXAttrCertChecker.java
18
* Object
Identifier
(OID) of the X.509 extension that is supported.
/external/clang/bindings/python/clang/
enumerations.py
29
('
IDENTIFIER
', 2),
/external/clang/bindings/python/tests/cindex/
test_tokens.py
19
assert tokens[1].kind == TokenKind.
IDENTIFIER
/external/clang/include/clang/Analysis/Analyses/
ThreadSafetyOps.def
54
TIL_OPCODE_DEF(
Identifier
)
/external/clang/include/clang/Analysis/DomainSpecific/
ObjCNoReturn.h
29
/// Cached
identifier
for "NSException".
/external/clang/include/clang/Lex/
ExternalPreprocessorSource.h
33
/// \brief Update an out-of-date
identifier
.
/external/clang/test/Analysis/
cfref_PR2519.c
32
CFStringRef _key = ((CFStringRef) __builtin___CFStringMakeConstantString ("" "Process
identifier
" ""));
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
p4.cpp
41
func(B::B()); // expected-error {{use of undeclared
identifier
'func'; did you mean 'C::func'?}} \
/external/clang/test/Misc/
serialized-diags.m
20
// CHECK: {{.*[/\\]}}serialized-diags.m:8:4: error: use of undeclared
identifier
'_self'; did you mean 'self'? [] [Semantic Issue]
/external/clang/test/Modules/
lookup.cpp
8
// expected-warning@Inputs/lookup_left.hpp:3 {{weak
identifier
'weak_identifier' never declared}}
va_list.m
12
// For some reason, this results in an
identifier
for __va_list_tag being
/external/clang/test/Parser/
cxx-class.cpp
161
~Undeclared::Undeclared() {} // expected-error {{use of undeclared
identifier
'Undeclared'}} expected-error {{'~' in destructor name should be after nested name specifier}}
162
~Undeclared:: {} // expected-error {{expected
identifier
}} expected-error {{'~' in destructor name should be after nested name specifier}}
207
class X1 { a::operator=; }; // expected-error {{undeclared
identifier
'a'}}
208
class X2 { a::a; }; // expected-error {{undeclared
identifier
'a'}}
statements.c
63
undecl // expected-error {{use of undeclared
identifier
'undecl'}}
/external/clang/test/Sema/
attr-ownership.c
3
void f1(void) __attribute__((ownership_takes("foo"))); // expected-error {{'ownership_takes' attribute requires parameter 1 to be an
identifier
}}
type-spec-struct-union.c
4
on a type specifier of the form "struct-or-union
identifier
" when they
/external/clang/test/SemaCXX/
cxx11-crashes.cpp
89
auto x = sum_number; // expected-error {{use of undeclared
identifier
'sum_number'; did you mean 'some_number'?}}
/external/clang/test/SemaObjC/
boxing-illegal.m
44
@(not_defined); // expected-error {{use of undeclared
identifier
'not_defined'}}
method-bad-param.m
56
- (void) my_method: (int) { // expected-error {{expected
identifier
}}
/external/clang/test/SemaObjCXX/
boxing-illegal-types.mm
44
@(not_defined); // expected-error {{use of undeclared
identifier
'not_defined'}}
/external/e2fsprogs/lib/et/test_cases/
imap_err.c
22
N_( "Invalid
identifier
"),
Completed in 637 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>