Searched refs:token (Results 426 - 450 of 1600) sorted by last modified time

<<11121314151617181920>>

/external/deqp/framework/randomshaders/
H A DrsgToken.hpp232 TokenStream& operator<< (const Token& token);
244 inline TokenStream& TokenStream::operator<< (const Token& token) argument
249 m_tokens[m_numTokens] = token;
/external/compiler-rt/lib/sanitizer_common/scripts/
H A Dcpplint.py1691 token = matched.group(1)
1692 if token == '{':
1702 elif token == ';' or token == ')':
1713 else: # token == '}'
3404 # requires skipping the next token because we split on ' ' and '*'.
/external/clang/bindings/python/clang/
H A Dcindex.py407 """Helper class to facilitate token management.
413 tokens. Each token in a group contains a reference back to an instance of
453 token = Token()
454 token.int_data = tokens_array[i].int_data
455 token.ptr_data = tokens_array[i].ptr_data
456 token._tu = tu
457 token._group = token_group
459 yield token
2691 """Represents a single token from the preprocessor.
2706 """The spelling of this token
[all...]
/external/clang/lib/CodeGen/
H A DCGDeclCXX.cpp479 llvm::Value *token = EmitObjCAutoreleasePoolPush(); local
480 EmitObjCAutoreleasePoolCleanup(token);
H A DCGObjC.cpp2339 CallObjCAutoreleasePoolObject(llvm::Value *token) : Token(token) {} argument
2348 CallObjCMRRAutoreleasePoolObject(llvm::Value *token) : Token(token) {} argument
2834 llvm::Value *token = EmitObjCAutoreleasePoolPush(); local
2835 EHStack.pushCleanup<CallObjCAutoreleasePoolObject>(NormalCleanup, token);
2837 llvm::Value *token = EmitObjCMRRAutoreleasePoolPush(); local
2838 EHStack.pushCleanup<CallObjCMRRAutoreleasePoolObject>(NormalCleanup, token);
/external/clang/lib/Lex/
H A DLexer.cpp121 assert(PP && "Cannot reset token mode without a preprocessor");
160 /// spelling loc that indicates the bytes to be lexed for the token and an
197 // return an EOD token.
236 /// spelling of this token from the provided input buffer.
239 assert(Tok.needsCleaning() && "getSpellingSlow called on simple token");
260 // Search backwards from the end of the token to find the matching closing
271 // The rest of the token is lexed normally.
282 "NeedsCleaning flag set on token that didn't need cleaning!");
286 /// getSpelling() - Return the 'spelling' of this token. The spelling of a
287 /// token ar
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc9062 // Set same security token for env1 and env2.
9096 // Start by using the same security token for env3 as for env1 and env2.
9110 // Change security token for env3 to something different from env1 and env2.
9114 // the global object for env3 which has a different security token,
9141 // Set same security token for env1 and env2.
10914 Local<String> token = v8_str("<security token>"); local
10915 other->SetSecurityToken(token);
10916 current->SetSecurityToken(token);
11025 Local<String> token local
15090 Local<String> token = v8_str("<security token>"); local
15688 Local<String> token = v8_str("<security token>"); local
[all...]
H A Dtest-parsing.cc43 #include "src/token.h"
51 i::Token::Value token; member in struct:KeywordToken
77 CHECK_EQ(key_token.token, scanner.Next());
123 // This was not the case if it occurred before the first real token
126 // Before first real token.
131 // After first real token.
804 scanner.Next(); // Current token is now the regexp literal.
825 // RegExp token with added garbage at the end. The scanner should only
1156 // The end position of a token is one position after the last
1157 // character belonging to that token
[all...]
/external/chromium_org/v8/tools/gyp/
H A Dv8_base.host.darwin-arm.mk208 v8/src/token.cc \
H A Dv8_base.host.darwin-arm64.mk208 v8/src/token.cc \
H A Dv8_base.host.darwin-mips.mk208 v8/src/token.cc \
H A Dv8_base.host.darwin-mips64.mk208 v8/src/token.cc \
H A Dv8_base.host.darwin-x86.mk208 v8/src/token.cc \
H A Dv8_base.host.darwin-x86_64.mk208 v8/src/token.cc \
H A Dv8_base.host.linux-arm.mk208 v8/src/token.cc \
H A Dv8_base.host.linux-arm64.mk208 v8/src/token.cc \
H A Dv8_base.host.linux-mips.mk208 v8/src/token.cc \
H A Dv8_base.host.linux-mips64.mk208 v8/src/token.cc \
H A Dv8_base.host.linux-x86.mk208 v8/src/token.cc \
H A Dv8_base.host.linux-x86_64.mk208 v8/src/token.cc \
H A Dv8_base.target.darwin-arm.mk209 v8/src/token.cc \
H A Dv8_base.target.darwin-arm64.mk209 v8/src/token.cc \
H A Dv8_base.target.darwin-mips.mk209 v8/src/token.cc \
H A Dv8_base.target.darwin-mips64.mk209 v8/src/token.cc \
H A Dv8_base.target.darwin-x86.mk209 v8/src/token.cc \

Completed in 436 milliseconds

<<11121314151617181920>>