/llvm-project/llvm/utils/reduce_pipeline_test/ |
H A D | fake_opt.py | 33 tok = "" variable 38 tok = "" variable 46 tok = "" variable 51 tok = "" variable 53 tok = "" variable 57 tok = "" variable
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_stream.c | 73 struct isl_token *tok = isl_alloc_type(ctx, struct isl_token); in isl_token_new() local 86 int isl_token_get_type(struct isl_token *tok) in isl_token_get_type() 93 __isl_give isl_val *isl_token_get_val(isl_ctx *ctx, struct isl_token *tok) in isl_token_get_val() 106 isl_bool isl_token_has_str(struct isl_token *tok) in isl_token_has_str() 115 __isl_give char *isl_token_get_str(isl_ctx *ctx, struct isl_token *tok) in isl_token_get_str() 127 void isl_token_free(struct isl_token *tok) in isl_token_free() 142 void isl_stream_error(__isl_keep isl_stream *s, struct isl_token *tok, in isl_stream_error() 311 void isl_stream_push_token(__isl_keep isl_stream *s, struct isl_token *tok) in isl_stream_push_token() 390 struct isl_token *tok = NULL; in next_token() local 705 struct isl_token *tok; in isl_stream_eat_if_available() local [all …]
|
H A D | extract_key.c | 16 static KEY KEY_EXTRACT(__isl_keep isl_stream *s, struct isl_token *tok) in KEY_EXTRACT() 54 struct isl_token *tok; in KEY_GET() local
|
H A D | isl_schedule_read.c | 77 struct isl_token *tok; in read_context() local 128 struct isl_token *tok; in read_domain() local 185 struct isl_token *tok; in read_expansion() local 254 struct isl_token *tok; in read_extension() local 305 struct isl_token *tok; in read_filter() local 356 struct isl_token *tok; in read_guard() local 407 struct isl_token *tok; in read_mark() local 509 struct isl_token *tok; in read_band() local 639 struct isl_token *tok; in isl_stream_read_schedule_tree() local
|
H A D | isl_input.c | 154 struct isl_token *tok, *tok2; in next_token() local 193 struct isl_token *tok = NULL; in isl_stream_read_val() local 255 struct isl_token *tok; in accept_cst_factor() local 288 struct isl_token *tok; in affine_mod() local 320 struct isl_token *tok; in accept_minmax() local 353 struct isl_token *tok; in pw_aff_div_by_cst() local 375 struct isl_token *tok; in next_signed_value_fn() local 412 static int is_start_of_div(struct isl_token *tok) in is_start_of_div() 496 struct isl_token *tok = NULL; in accept_affine_factor() local 607 struct isl_token *tok = NULL; in accept_affine() local [all …]
|
H A D | read_in_string_templ.c | 19 struct isl_token *tok; in FN() local
|
H A D | isl_id.c | 263 struct isl_token *tok; in isl_stream_read_id() local
|
/llvm-project/lld/ELF/ |
H A D | ScriptLexer.cpp | 47 StringRef tok = tokens[pos - 1]; getLine() local 60 StringRef tok = tokens[pos - 1]; getLineNumber() local 84 StringRef tok = tokens[pos - 1]; getColumnNumber() local 268 StringRef tok = next(); peek() local 277 StringRef tok = next(); peek2() local 284 consume(StringRef tok) consume() argument 293 consumeLabel(StringRef tok) consumeLabel() argument 309 StringRef tok = next(); expect() local
|
H A D | ScriptParser.cpp | 247 StringRef tok = next(); readLinkerScript() local 363 StringRef tok = next(); readEntry() local 385 StringRef tok = unquote(next()); readInclude() local 413 StringRef tok = next(); readOutput() local 531 StringRef tok = next(); readSearchDir() local 599 StringRef tok = next(); readSections() local 650 StringRef tok = unquote(next()); readTarget() local 798 readInputSectionDescription(StringRef tok) readInputSectionDescription() argument 967 StringRef tok = next(); readOutputSectionDescription() local 1074 readAssignment(StringRef tok) readAssignment() argument 1271 parseInt(StringRef tok) parseInt() argument 1301 readByteCommand(StringRef tok) readByteCommand() argument 1319 parseFlag(StringRef tok) parseFlag() argument 1356 StringRef tok = unquote(next()); readInputSectionFlags() local 1380 StringRef tok = next(); readParenLiteral() local 1415 StringRef tok = next(); readPrimary() local 1606 StringRef tok = next(); readOutputSectionPhdrs() local 1615 StringRef tok = next(); readPhdrType() local 1708 StringRef tok = next(); readSymbols() local 1722 StringRef tok = next(); readVersionExtern() local 1730 StringRef tok = next(); readVersionExtern() local 1759 StringRef tok = next(); readMemory() local [all...] |
/llvm-project/libcxx/test/std/thread/thread.barrier/ |
H A D | arrive.pass.cpp | 29 auto tok = b.arrive(); main() local
|
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | FormatGen.cpp | 242 FormatToken tok = curToken; parseLiteral() local 273 FormatToken tok = curToken; parseString() local 295 FormatToken tok = curToken; parseVariable() local 305 FormatToken tok = curToken; parseDirective() local [all...] |
/llvm-project/flang/lib/Parser/ |
H A D | token-sequence.cpp | 118 offset += tok.size(); in Put() local 71 auto tok{TokenAt(at)}; IsAnythingLeft() local 106 CharBlock tok{that.TokenAt(j)}; Put() local 265 CharBlock tok{TokenAt(j)}; ClipComment() local [all...] |
/llvm-project/llvm/tools/llvm-c-test/ |
H A D | calc.c | 49 char tok = tokens[i][0]; in build_from_tokens() local
|
/llvm-project/clang/lib/ARCMigrate/ |
H A D | Transforms.cpp | 154 Token tok; in findSemiAfterLocation() local 402 Token tok; in rewritePropertyAttribute() local 483 Token tok; in addPropertyAttribute() local
|
/llvm-project/mlir/examples/toy/Ch6/include/toy/ |
H A D | Lexer.h | 75 consume(Token tok) consume() argument
|
/llvm-project/mlir/examples/toy/Ch5/include/toy/ |
H A D | Lexer.h | 75 consume(Token tok) consume() argument
|
/llvm-project/mlir/examples/toy/Ch1/include/toy/ |
H A D | Lexer.h | 75 consume(Token tok) consume() argument
|
/llvm-project/mlir/examples/toy/Ch3/include/toy/ |
H A D | Lexer.h | 75 consume(Token tok) consume() argument
|
/llvm-project/mlir/examples/toy/Ch2/include/toy/ |
H A D | Lexer.h | 75 consume(Token tok) consume() argument
|
/llvm-project/mlir/examples/toy/Ch4/include/toy/ |
H A D | Lexer.h | 75 consume(Token tok) consume() argument
|
/llvm-project/mlir/examples/toy/Ch7/include/toy/ |
H A D | Lexer.h | 76 consume(Token tok) consume() argument
|
/llvm-project/mlir/lib/AsmParser/ |
H A D | AsmParserImpl.h | 604 Token tok = parser.getToken(); parseKeywordOrCompletion() local 614 Token tok = parser.getToken(); codeCompleteExpectedTokens() local
|
H A D | DialectSymbolParser.cpp | 175 Token tok = p.getToken(); in parseExtendedSymbol() local
|
H A D | Parser.cpp | 312 parseFloatFromIntegerLiteral(std::optional<APFloat> & result,const Token & tok,bool isNegative,const llvm::fltSemantics & semantics,size_t typeSizeInBits) parseFloatFromIntegerLiteral() argument 1635 Token tok = parser.getToken(); parseOperandList() local 1878 Token tok = parser.getToken(); parseOptionalLocationSpecifier() local 2046 Token tok = getToken(); parseLocationAlias() local 2081 Token tok = getToken(); parseTrailingLocationSpecifier() local [all...] |
/llvm-project/lld/COFF/ |
H A D | DriverUtils.cpp | 593 StringRef tok; parseExport() local 968 for (StringRef tok : tokens) { parseDirectives() local [all...] |