HomeSort by: relevance | last modified time | path
    Searched refs:tok_in (Results 1 - 17 of 17) sorted by relevancy

  /src/external/gpl2/xcvs/dist/src/
gssapi-client.c 86 gss_buffer_desc *tok_in_ptr, tok_in, tok_out; local
98 tok_in.length = strlen (buf);
99 tok_in.value = buf;
100 gss_import_name (&stat_min, &tok_in, GSS_C_NT_HOSTBASED_SERVICE,
135 tok_in.length = 0;
182 tok_in.length = need;
185 tok_in.value = buf;
186 tok_in_ptr = &tok_in;
server.c 7425 gss_buffer_desc tok_in, tok_out;
7442 tok_in.value = buf;
7443 tok_in.length = strlen (buf);
7445 if (gss_import_name (&stat_min, &tok_in, GSS_C_NT_HOSTBASED_SERVICE,
7479 tok_in.length = nbytes;
7480 tok_in.value = credbuf;
7485 &tok_in, /* input_token */
7424 gss_buffer_desc tok_in, tok_out; local
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
toy.cpp 53 tok_in = -10, enumerator in enum:Token
92 return tok_in;
450 if (CurTok != tok_in)
499 if (CurTok != tok_in)
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
toy.cpp 53 tok_in = -10, enumerator in enum:Token
92 return tok_in;
450 if (CurTok != tok_in)
499 if (CurTok != tok_in)
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
toy.cpp 53 tok_in = -10, enumerator in enum:Token
92 return tok_in;
450 if (CurTok != tok_in)
499 if (CurTok != tok_in)
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
toy.cpp 53 tok_in = -10, enumerator in enum:Token
92 return tok_in;
433 if (CurTok != tok_in)
482 if (CurTok != tok_in)
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 58 tok_in = -10, enumerator in enum:Token
97 return tok_in;
455 if (CurTok != tok_in)
504 if (CurTok != tok_in)
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp 59 tok_in = -10, enumerator in enum:Token
98 return tok_in;
456 if (CurTok != tok_in)
505 if (CurTok != tok_in)
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 54 tok_for = -9, tok_in = -10, enumerator in enum:Token
85 if (IdentifierStr == "in") return tok_in;
395 if (CurTok != tok_in)
440 if (CurTok != tok_in)
toy.cpp 61 tok_for = -9, tok_in = -10, enumerator in enum:Token
92 if (IdentifierStr == "in") return tok_in;
402 if (CurTok != tok_in)
447 if (CurTok != tok_in)
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 38 tok_for = -9, tok_in = -10, enumerator in enum:Token
69 if (IdentifierStr == "in") return tok_in;
379 if (CurTok != tok_in)
424 if (CurTok != tok_in)
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 39 tok_for = -9, tok_in = -10, enumerator in enum:Token
70 if (IdentifierStr == "in") return tok_in;
380 if (CurTok != tok_in)
425 if (CurTok != tok_in)
toy.cpp 40 tok_for = -9, tok_in = -10, enumerator in enum:Token
71 if (IdentifierStr == "in") return tok_in;
381 if (CurTok != tok_in)
426 if (CurTok != tok_in)
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/
toy.cpp 45 tok_in = -10, enumerator in enum:Token
75 case tok_in:
150 return tok_in;
567 if (CurTok != tok_in)
616 if (CurTok != tok_in)
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 80 tok_for = -9, tok_in = -10, enumerator in enum:Token
111 if (IdentifierStr == "in") return tok_in;
421 if (CurTok != tok_in)
466 if (CurTok != tok_in)
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 56 tok_in = -10 enumerator in enum:Token
88 return tok_in;
399 if (CurTok != tok_in)
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 56 tok_in = -10, enumerator in enum:Token
92 return tok_in;
433 if (CurTok != tok_in)

Completed in 33 milliseconds