Searched refs:tok_binary (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp39 tok_binary = -11, tok_unary = -12 enumerator in enum:Token
65 if (IdentifierStr == "binary") return tok_binary;
472 case tok_binary:
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp39 tok_binary = -11, tok_unary = -12, enumerator in enum:Token
68 if (IdentifierStr == "binary") return tok_binary;
537 case tok_binary:

Completed in 192 milliseconds