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

/external/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp226 char getOperatorName() const { function in class:__anon11463::PrototypeAST
885 BinopPrecedence[P.getOperatorName()] = P.getBinaryPrecedence();
913 BinopPrecedence.erase(Proto->getOperatorName());
/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp245 char getOperatorName() const { function in class:__anon11464::PrototypeAST
1043 BinopPrecedence[P.getOperatorName()] = P.getBinaryPrecedence();
1079 BinopPrecedence.erase(Proto->getOperatorName());
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp227 char getOperatorName() const { function in class:PrototypeAST
994 BinopPrecedence[Proto->getOperatorName()] = Proto->getBinaryPrecedence();
1020 BinopPrecedence.erase(Proto->getOperatorName());
H A Dtoy.cpp234 char getOperatorName() const { function in class:PrototypeAST
1365 BinopPrecedence[Proto->getOperatorName()] = Proto->getBinaryPrecedence();
1388 BinopPrecedence.erase(Proto->getOperatorName());
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp211 char getOperatorName() const { function in class:PrototypeAST
1223 BinopPrecedence[Proto->getOperatorName()] = Proto->getBinaryPrecedence();
1246 BinopPrecedence.erase(Proto->getOperatorName());
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp212 char getOperatorName() const { function in class:PrototypeAST
976 BinopPrecedence[Proto->getOperatorName()] = Proto->getBinaryPrecedence();
1002 BinopPrecedence.erase(Proto->getOperatorName());
H A Dtoy.cpp213 char getOperatorName() const { function in class:PrototypeAST
1263 BinopPrecedence[Proto->getOperatorName()] = Proto->getBinaryPrecedence();
1286 BinopPrecedence.erase(Proto->getOperatorName());
/external/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp375 char getOperatorName() const { function in class:__anon11466::PrototypeAST
1238 BinopPrecedence[P.getOperatorName()] = P.getBinaryPrecedence();
1307 BinopPrecedence.erase(Proto->getOperatorName());
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp253 char getOperatorName() const { function in class:PrototypeAST
1443 BinopPrecedence[Proto->getOperatorName()] = Proto->getBinaryPrecedence();
1466 BinopPrecedence.erase(Proto->getOperatorName());
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
H A Dtoy.cpp228 char getOperatorName() const { function in struct:PrototypeAST
1104 BinopPrecedence[Proto->getOperatorName()] = Proto->Precedence;
1127 BinopPrecedence.erase(Proto->getOperatorName());
/external/llvm/examples/Kaleidoscope/Orc/initial/
H A Dtoy.cpp227 char getOperatorName() const { function in struct:PrototypeAST
1103 BinopPrecedence[Proto->getOperatorName()] = Proto->Precedence;
1126 BinopPrecedence.erase(Proto->getOperatorName());
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
H A Dtoy.cpp227 char getOperatorName() const { function in struct:PrototypeAST
1103 BinopPrecedence[Proto->getOperatorName()] = Proto->Precedence;
1126 BinopPrecedence.erase(Proto->getOperatorName());
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
H A Dtoy.cpp227 char getOperatorName() const { function in struct:PrototypeAST
1103 BinopPrecedence[Proto->getOperatorName()] = Proto->Precedence;
1126 BinopPrecedence.erase(Proto->getOperatorName());

Completed in 89 milliseconds