Home
last modified time | relevance | path

Searched refs:tok_binary (Results 1 – 4 of 4) sorted by relevance

/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp39 tok_binary = -11, tok_unary = -12 enumerator
65 if (IdentifierStr == "binary") return tok_binary; in gettok()
472 case tok_binary: in ParsePrototype()
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp39 tok_binary = -11, tok_unary = -12, enumerator
68 if (IdentifierStr == "binary") return tok_binary; in gettok()
537 case tok_binary: in ParsePrototype()
/external/llvm/docs/tutorial/
DLangImpl6.rst99 tok_binary = -11, tok_unary = -12
106 if (IdentifierStr == "binary") return tok_binary;
178 case tok_binary:
404 case tok_binary:
785 tok_binary = -11, tok_unary = -12
811 if (IdentifierStr == "binary") return tok_binary;
1218 case tok_binary:
DLangImpl7.rst653 if (IdentifierStr == "binary") return tok_binary;
896 tok_binary = -11, tok_unary = -12,
925 if (IdentifierStr == "binary") return tok_binary;
1395 case tok_binary: