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

/external/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp199 unsigned getBinaryPrecedence() const { return Precedence; } function in class:__anon25454::PrototypeAST
811 BinopPrecedence[Proto->getOperatorName()] = Proto->getBinaryPrecedence();
/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp215 unsigned getBinaryPrecedence() const { return Precedence; } function in class:__anon25455::PrototypeAST
971 BinopPrecedence[Proto->getOperatorName()] = Proto->getBinaryPrecedence();
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp233 unsigned getBinaryPrecedence() const { return Precedence; } function in class:PrototypeAST
995 BinopPrecedence[Proto->getOperatorName()] = Proto->getBinaryPrecedence();
H A Dtoy.cpp239 unsigned getBinaryPrecedence() const { return Precedence; } function in class:PrototypeAST
1366 BinopPrecedence[Proto->getOperatorName()] = Proto->getBinaryPrecedence();
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp216 unsigned getBinaryPrecedence() const { return Precedence; } function in class:PrototypeAST
1224 BinopPrecedence[Proto->getOperatorName()] = Proto->getBinaryPrecedence();
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp218 unsigned getBinaryPrecedence() const { return Precedence; } function in class:PrototypeAST
977 BinopPrecedence[Proto->getOperatorName()] = Proto->getBinaryPrecedence();
H A Dtoy.cpp218 unsigned getBinaryPrecedence() const { return Precedence; } function in class:PrototypeAST
1264 BinopPrecedence[Proto->getOperatorName()] = Proto->getBinaryPrecedence();
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp263 unsigned getBinaryPrecedence() const { return Precedence; } function in class:PrototypeAST
1547 BinopPrecedence[Proto->getOperatorName()] = Proto->getBinaryPrecedence();

Completed in 119 milliseconds