Home
last modified time | relevance | path

Searched defs:tokens (Results 1 – 25 of 34) sorted by relevance

12

/llvm-project/flang/lib/Parser/
H A Dtoken-sequence.cpp55 std::size_t tokens{start_.size()}; in SkipBlanks() local
114 std::size_t tokens{that.SizeInTokens()}; in Put() argument
69 std::size_t tokens{start_.size()}; IsAnythingLeft() local
104 std::size_t tokens{that.SizeInTokens()}; Put() local
155 std::size_t tokens{start_.size()}; ToLowerCase() local
212 std::size_t tokens{SizeInTokens()}; HasBlanks() local
222 std::size_t tokens{SizeInTokens()}; HasRedundantBlanks() local
235 std::size_t tokens{SizeInTokens()}; RemoveBlanks() local
247 std::size_t tokens{SizeInTokens()}; RemoveRedundantBlanks() local
263 std::size_t tokens{SizeInTokens()}; ClipComment() local
349 std::size_t tokens{SizeInTokens()}; CheckBadFortranCharacters() local
380 std::size_t tokens{SizeInTokens()}; BadlyNestedParentheses() local
399 std::size_t tokens{SizeInTokens()}; CheckBadParentheses() local
[all...]
H A Dprescan.cpp89 TokenSequence tokens{dir, allSources_.AddCompilerInsertion(dir).start()}; Prescan() local
95 TokenSequence tokens; Statement() local
292 CheckAndEmitLine(TokenSequence & tokens,Provenance newlineProvenance) CheckAndEmitLine() argument
322 TokenSequence tokens; TokenizePreprocessorDirective() local
405 EnforceStupidEndStatementRules(const TokenSequence & tokens) EnforceStupidEndStatementRules() argument
588 NextToken(TokenSequence & tokens) NextToken() argument
771 ExponentAndKind(TokenSequence & tokens) ExponentAndKind() argument
791 QuotedCharacterLiteral(TokenSequence & tokens,const char * start) QuotedCharacterLiteral() argument
881 Hollerith(TokenSequence & tokens,int count,const char * start) Hollerith() argument
923 PadOutCharacterLiteral(TokenSequence & tokens) PadOutCharacterLiteral() argument
1503 ClassifyLine(TokenSequence & tokens,Provenance newlineProvenance) const ClassifyLine() argument
1528 CompilerDirectiveContinuation(TokenSequence & tokens,const char * origSentinel) CompilerDirectiveContinuation() argument
1602 SourceLineContinuation(TokenSequence & tokens) SourceLineContinuation() argument
[all...]
H A Dpreprocessor.cpp30 Definition(const TokenSequence & repl,std::size_t firstToken,std::size_t tokens) Definition() argument
34 Definition(const std::vector<std::string> & argNames,const TokenSequence & repl,std::size_t firstToken,std::size_t tokens,bool isVariadic) Definition() argument
86 Tokenize(const std::vector<std::string> & argNames,const TokenSequence & token,std::size_t firstToken,std::size_t tokens) Tokenize() argument
116 Stringify(const TokenSequence & tokens,AllSources & allSources) Stringify() argument
142 std::size_t tokens{text.SizeInTokens()}; AnyTokenPasting() local
156 std::size_t tokens{text.SizeInTokens()}; TokenPasting() local
184 std::size_t tokens{replacement_.SizeInTokens()}; Apply() local
307 std::size_t tokens{input.SizeInTokens()}; MacroReplacement() local
487 ReplaceMacros(const TokenSequence & tokens,Prescanner & prescanner,std::optional<std::size_t> * partialFunctionLikeMacro) ReplaceMacros() argument
498 std::size_t tokens{dir.SizeInTokens()}; Directive() local
802 std::size_t tokens{line.SizeInTokens()}; GetDirectiveName() local
946 std::size_t tokens{token.SizeInTokens()}; ExpressionValue() local
1249 std::size_t tokens{dir.SizeInTokens()}; LineDirective() local
[all...]
H A Dprescan.h146 void EmitChar(TokenSequence &tokens, char ch) { in EmitCharAndAdvance() argument
137 EmitChar(TokenSequence & tokens,char ch) EmitChar() argument
141 EmitInsertedChar(TokenSequence & tokens,char ch) EmitInsertedChar() argument
/llvm-project/llvm/tools/llvm-c-test/
H A Dcalc.c41 static LLVMValueRef build_from_tokens(char **tokens, int ntokens, in build_from_tokens()
113 static void handle_line(char **tokens, int ntokens) { in handle_line()
H A Dhelpers.c20 void llvm_tokenize_stdin(void (*cb)(char **tokens, int ntokens)) { in llvm_tokenize_stdin()
H A Ddisassemble.c65 static void handle_line(char **tokens, int ntokens) { in handle_line()
/llvm-project/clang-tools-extra/pseudo/include/clang-pseudo/
H A DToken.h
/llvm-project/lld/ELF/
H A DScriptLexer.h38 std::vector<StringRef> tokens; global() variable
/llvm-project/flang/lib/Frontend/
H A DTextDiagnosticPrinter.cpp66 llvm::SmallVector<llvm::StringRef> tokens; printLocForRemarks() local
/llvm-project/mlir/lib/Target/LLVMIR/
H A DDataLayoutImporter.cpp68 SmallVector<StringRef> tokens; in tryToParseIntList() local
228 SmallVector<StringRef> tokens; in translateDataLayout() local
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseGPUCodegen.cpp93 SmallVectorImpl<Value> &tokens, in genLaunchGPUFunc() argument
200 SmallVectorImpl<Value> &tokens) { in genAllocCopy() argument
226 SmallVectorImpl<Value> &tokens, in genParametersIn() argument
252 SmallVectorImpl<Value> &tokens) { in genParametersOut() argument
568 SmallVector<Value> tokens; in rewriteSpMV() local
665 SmallVector<Value> tokens; rewriteSpMM() local
766 SmallVector<Value> tokens; rewriteSpGEMM() local
943 SmallVector<Value> tokens; rewrite2To4SpMM() local
1058 SmallVector<Value> tokens; rewriteSDDMM() local
1213 SmallVector<Value> tokens; matchAndRewrite() local
[all...]
/llvm-project/llvm/docs/
H A DExceptionHandling.rst714 wineh-constraintsFunclet parent tokens global() argument
/llvm-project/clang/unittests/Tooling/Syntax/
H A DTreeTestBase.cpp38 ArrayRef<syntax::Token> tokens(syntax::Node *N, in tokens() function
/llvm-project/mlir/lib/Dialect/NVGPU/Transforms/
H A DCreateAsyncGroups.cpp240 SmallVector<Value> tokens; in createAsyncGroups() local
/llvm-project/polly/lib/External/isl/
H A Disl_stream_private.h59 struct isl_token *tokens[5]; member
/llvm-project/clang-tools-extra/clangd/unittests/
H A DSemanticHighlightingTests.cpp1197 std::vector<HighlightingToken> tokens(llvm::StringRef MarkedText) { tokens() function
[all...]
/llvm-project/mlir/lib/Dialect/GPU/Transforms/
H A DAsyncRegionRewriter.cpp245 SmallVector<Value, 1> tokens; in addAsyncDependencyAfter() local
/llvm-project/lld/COFF/
H A DDriverUtils.cpp966 SmallVector<StringRef, 16> tokens; parseDirectives() local
1016 SmallVector<const char *, 16> tokens; tokenize() local
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp314 TokenVerifier tokens(expr); in AddLocalVariableDecls() local
/llvm-project/libcxx/test/std/algorithms/
H A Dpstl.exception_handling.pass.cpp79 ThrowToken tokens[7]; in main() local
/llvm-project/mlir/lib/AsmParser/
H A DAsmParserImpl.h613 codeCompleteExpectedTokens(ArrayRef<StringRef> tokens) codeCompleteExpectedTokens() argument
/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h249 ArrayRef<Token> tokens() const { in tokens() function
/llvm-project/openmp/tools/archer/
H A Dompt-tsan.cpp70 std::vector<std::string> tokens; in ArcherFlags() local
111 std::vector<std::string> tokens; in TsanFlags() local
/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp458 AsmToken tokens[2]; tryParseRelocExpression() local

12