Home
last modified time | relevance | path

Searched defs:Tokens (Results 1 – 25 of 33) sorted by relevance

12

/external/swiftshader/third_party/subzero/src/
DIceRangeSpec.cpp51 auto Tokens = RangeSpec::tokenize(Token, RangeSpec::DELIM_RANGE); in getRange() local
99 std::vector<std::string> Tokens; in tokenize() local
115 auto Tokens = tokenize(Spec, DELIM_LIST); in init() local
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DTokens.cs35 public static class Tokens class
/external/clang/lib/Format/
DUnwrappedLineParser.h41 std::list<UnwrappedLineNode> Tokens; member
165 FormatTokenSource *Tokens; variable
DTokenAnnotator.h85 template <typename... Ts> bool startsWith(Ts... Tokens) const { in startsWith()
93 template <typename... Ts> bool endsWith(Ts... Tokens) const { in endsWith()
DFormatTokenLexer.h81 SmallVector<FormatToken *, 16> Tokens; variable
DTokenAnalyzer.cpp93 FormatTokenLexer Tokens(Env.getSourceManager(), Env.getFileID(), Style, in process() local
DUnwrappedLineParser.cpp173 IndexedTokenSource(ArrayRef<FormatToken *> Tokens) in IndexedTokenSource()
194 ArrayRef<FormatToken *> Tokens; member in clang::format::__anon6af56abf0211::IndexedTokenSource
202 ArrayRef<FormatToken *> Tokens, in UnwrappedLineParser()
DSortJavaScriptImports.cpp130 FormatTokenLexer &Tokens, tooling::Replacements &Result) override { in analyze()
DFormat.cpp803 FormatTokenLexer &Tokens, tooling::Replacements &Result) override { in analyze()
994 FormatTokenLexer &Tokens, tooling::Replacements &Result) override { in analyze()
1151 std::vector<FormatToken *> Tokens; in generateFixes() local
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DTokenConstants.cs65 public static class Tokens class
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
Dtest-tree-wizard.rb84 Tokens = TokenScheme.build %w(A B C D E ID VAR) constant in TestPatternParser
159 Tokens = TokenScheme.build %w(A B C D E ID VAR) constant in TestTreeWizard
Dtest-trees.rb797 Tokens = TokenScheme.build( TOKEN_NAMES ) constant in TestTreeContext
/external/tensorflow/tensorflow/contrib/lite/testing/
Dtokenize_test.cc30 const std::vector<std::string>& Tokens() { return tokens_; } in Tokens() function in tflite::testing::__anon260faf9b0111::TokenCollector
/external/clang/include/clang/Lex/
DTokenLexer.h51 const Token *Tokens; variable
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
DEDInst.h94 tokvec_t Tokens; member
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DIfConversion.cpp286 std::vector<IfcvtToken*> Tokens; in runOnMachineFunction() local
743 std::vector<IfcvtToken*> &Tokens) { in AnalyzeBlock()
896 std::vector<IfcvtToken*> &Tokens) { in AnalyzeBlocks()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_parse.h111 const struct tgsi_token *Tokens; member
Dtgsi_exec.h373 const struct tgsi_token *Tokens; /**< Declarations, instructions */ member
/external/llvm/lib/CodeGen/
DIfConversion.cpp322 std::vector<std::unique_ptr<IfcvtToken>> Tokens; in INITIALIZE_PASS_DEPENDENCY() local
802 MachineBasicBlock *MBB, std::vector<std::unique_ptr<IfcvtToken>> &Tokens) { in AnalyzeBlock()
991 MachineFunction &MF, std::vector<std::unique_ptr<IfcvtToken>> &Tokens) { in AnalyzeBlocks()
/external/clang/docs/
DInternalsManual.rst717 .. _Lexer:
/external/boringssl/src/util/fipstools/
Ddelocate.peg.go208 func (t *tokens32) Tokens() []token32 { func
/external/clang/lib/Lex/
DPreprocessor.cpp329 ArrayRef<TokenValue> Tokens) { in MacroDefinitionEquals()
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc.h319 union i915_full_token* Tokens; member
/external/clang/tools/libclang/
DCIndex.cpp6107 CXToken **Tokens, unsigned *NumTokens) { in clang_tokenize()
6144 CXToken *Tokens, unsigned NumTokens) { in clang_disposeTokens()
6162 CXToken *Tokens; member in __anonc9d3eafc0a11::AnnotateTokensWorker
6523 CXToken *Tokens; member in __anonc9d3eafc0b11::MarkMacroArgTokensVisitor
6608 CXToken *Tokens, in annotatePreprocessorTokens()
6710 CXToken *Tokens, unsigned NumTokens, in clang_annotateTokensImpl()
6820 CXToken *Tokens, unsigned NumTokens, in clang_annotateTokens()
/external/clang/lib/AST/
DCommentSema.cpp691 TokenValue Tokens[] = { in checkDeprecatedCommand() local

12