Home
last modified time | relevance | path

Searched refs:tok_in (Results 1 – 20 of 20) sorted by relevance

/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp54 tok_for = -9, tok_in = -10, enumerator
85 if (IdentifierStr == "in") return tok_in; in gettok()
395 if (CurTok != tok_in) in ParseForExpr()
440 if (CurTok != tok_in) in ParseVarExpr()
H A Dtoy.cpp61 tok_for = -9, tok_in = -10, enumerator
92 if (IdentifierStr == "in") return tok_in; in gettok()
402 if (CurTok != tok_in) in ParseForExpr()
447 if (CurTok != tok_in) in ParseVarExpr()
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp39 tok_for = -9, tok_in = -10, enumerator
70 if (IdentifierStr == "in") return tok_in; in gettok()
380 if (CurTok != tok_in) in ParseForExpr()
425 if (CurTok != tok_in) in ParseVarExpr()
H A Dtoy.cpp40 tok_for = -9, tok_in = -10, enumerator
71 if (IdentifierStr == "in") return tok_in; in gettok()
381 if (CurTok != tok_in) in ParseForExpr()
426 if (CurTok != tok_in) in ParseVarExpr()
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp45 tok_in = -10, enumerator
75 case tok_in: in getTokName()
150 return tok_in; in gettok()
567 if (CurTok != tok_in) in ParseForExpr()
616 if (CurTok != tok_in) in ParseVarExpr()
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp58 tok_in = -10, enumerator
97 return tok_in; in gettok()
455 if (CurTok != tok_in) in ParseForExpr()
504 if (CurTok != tok_in) in ParseVarExpr()
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp58 tok_in = -10, enumerator
97 return tok_in; in gettok()
455 if (CurTok != tok_in) in ParseForExpr()
504 if (CurTok != tok_in) in ParseVarExpr()
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp53 tok_in = -10, enumerator
92 return tok_in; in gettok()
450 if (CurTok != tok_in) in ParseForExpr()
499 if (CurTok != tok_in) in ParseVarExpr()
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp53 tok_in = -10, enumerator
92 return tok_in; in gettok()
450 if (CurTok != tok_in) in ParseForExpr()
499 if (CurTok != tok_in) in ParseVarExpr()
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp53 tok_in = -10, enumerator
92 return tok_in; in gettok()
450 if (CurTok != tok_in) in ParseForExpr()
499 if (CurTok != tok_in) in ParseVarExpr()
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp53 tok_in = -10, enumerator
92 return tok_in; in gettok()
433 if (CurTok != tok_in) in ParseForExpr()
482 if (CurTok != tok_in) in ParseVarExpr()
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp38 tok_for = -9, tok_in = -10, enumerator
69 if (IdentifierStr == "in") return tok_in; in gettok()
379 if (CurTok != tok_in) in ParseForExpr()
424 if (CurTok != tok_in) in ParseVarExpr()
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp56 tok_in = -10 enumerator
88 return tok_in; in gettok()
399 if (CurTok != tok_in) in ParseForExpr()
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp56 tok_in = -10, enumerator
92 return tok_in; in gettok()
433 if (CurTok != tok_in) in ParseForExpr()
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp80 tok_for = -9, tok_in = -10, enumerator
111 if (IdentifierStr == "in") return tok_in; in gettok()
421 if (CurTok != tok_in) in ParseForExpr()
466 if (CurTok != tok_in) in ParseVarExpr()
/openbsd/gnu/usr.bin/cvs/src/
H A Dclient.c4250 gss_buffer_desc *tok_in_ptr, tok_in, tok_out; local
4260 tok_in.length = strlen (buf);
4261 tok_in.value = buf;
4262 gss_import_name (&stat_min, &tok_in, GSS_C_NT_HOSTBASED_SERVICE,
4297 tok_in.length = 0;
4337 tok_in.length = need;
4340 tok_in.value = buf;
4341 tok_in_ptr = &tok_in;
H A Dserver.c6123 gss_buffer_desc tok_in, tok_out; in gserver_authenticate_connection() local
6137 tok_in.value = buf; in gserver_authenticate_connection()
6138 tok_in.length = strlen (buf); in gserver_authenticate_connection()
6140 if (gss_import_name (&stat_min, &tok_in, GSS_C_NT_HOSTBASED_SERVICE, in gserver_authenticate_connection()
6165 tok_in.length = nbytes; in gserver_authenticate_connection()
6166 tok_in.value = buf; in gserver_authenticate_connection()
6171 &tok_in, /* input_token */ in gserver_authenticate_connection()
/openbsd/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl05.rst466 tok_for = -9, tok_in = -10
482 return tok_in;
553 if (CurTok != tok_in)
H A DLangImpl07.rst660 return tok_in;
773 if (CurTok != tok_in)
H A DLangImpl06.rst108 return tok_in;