Searched refs:getOperatorName (Results 1 - 8 of 8) sorted by relevance

/external/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp194 char getOperatorName() const { function in class:__anon25454::PrototypeAST
811 BinopPrecedence[Proto->getOperatorName()] = Proto->getBinaryPrecedence();
834 BinopPrecedence.erase(Proto->getOperatorName());
/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp210 char getOperatorName() const { function in class:__anon25455::PrototypeAST
971 BinopPrecedence[Proto->getOperatorName()] = Proto->getBinaryPrecedence();
997 BinopPrecedence.erase(Proto->getOperatorName());
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp228 char getOperatorName() const { function in class:PrototypeAST
995 BinopPrecedence[Proto->getOperatorName()] = Proto->getBinaryPrecedence();
1021 BinopPrecedence.erase(Proto->getOperatorName());
H A Dtoy.cpp234 char getOperatorName() const { function in class:PrototypeAST
1366 BinopPrecedence[Proto->getOperatorName()] = Proto->getBinaryPrecedence();
1389 BinopPrecedence.erase(Proto->getOperatorName());
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp211 char getOperatorName() const { function in class:PrototypeAST
1224 BinopPrecedence[Proto->getOperatorName()] = Proto->getBinaryPrecedence();
1247 BinopPrecedence.erase(Proto->getOperatorName());
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp213 char getOperatorName() const { function in class:PrototypeAST
977 BinopPrecedence[Proto->getOperatorName()] = Proto->getBinaryPrecedence();
1003 BinopPrecedence.erase(Proto->getOperatorName());
H A Dtoy.cpp213 char getOperatorName() const { function in class:PrototypeAST
1264 BinopPrecedence[Proto->getOperatorName()] = Proto->getBinaryPrecedence();
1287 BinopPrecedence.erase(Proto->getOperatorName());
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp258 char getOperatorName() const { function in class:PrototypeAST
1547 BinopPrecedence[Proto->getOperatorName()] = Proto->getBinaryPrecedence();
1574 BinopPrecedence.erase(Proto->getOperatorName());

Completed in 171 milliseconds