Home
last modified time | relevance | path

Searched refs:BinaryPrecedence (Results 1 – 15 of 15) sorted by relevance

/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp521 unsigned BinaryPrecedence = 30; in ParsePrototype() local
553 BinaryPrecedence = (unsigned)NumVal; in ParsePrototype()
575 return new PrototypeAST(FnName, ArgNames, Kind != 0, BinaryPrecedence); in ParsePrototype()
H A Dtoy.cpp522 unsigned BinaryPrecedence = 30; in ParsePrototype() local
554 BinaryPrecedence = (unsigned)NumVal; in ParsePrototype()
576 return new PrototypeAST(FnName, ArgNames, Kind != 0, BinaryPrecedence); in ParsePrototype()
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp536 unsigned BinaryPrecedence = 30; in ParsePrototype() local
568 BinaryPrecedence = (unsigned)NumVal; in ParsePrototype()
590 return new PrototypeAST(FnName, ArgNames, Kind != 0, BinaryPrecedence); in ParsePrototype()
H A Dtoy.cpp543 unsigned BinaryPrecedence = 30; in ParsePrototype() local
575 BinaryPrecedence = (unsigned)NumVal; in ParsePrototype()
597 return new PrototypeAST(FnName, ArgNames, Kind != 0, BinaryPrecedence); in ParsePrototype()
/llvm-project/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp544 unsigned BinaryPrecedence = 30; in ParsePrototype() local
576 BinaryPrecedence = (unsigned)NumVal; in ParsePrototype()
599 BinaryPrecedence); in ParsePrototype()
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp591 unsigned BinaryPrecedence = 30; in ParsePrototype() local
623 BinaryPrecedence = (unsigned)NumVal; in ParsePrototype()
646 BinaryPrecedence); in ParsePrototype()
/llvm-project/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp617 unsigned BinaryPrecedence = 30; in ParsePrototype() local
649 BinaryPrecedence = (unsigned)NumVal; in ParsePrototype()
672 BinaryPrecedence); in ParsePrototype()
/llvm-project/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp613 unsigned BinaryPrecedence = 30; in ParsePrototype() local
645 BinaryPrecedence = (unsigned)NumVal; in ParsePrototype()
668 BinaryPrecedence); in ParsePrototype()
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp608 unsigned BinaryPrecedence = 30; in ParsePrototype() local
640 BinaryPrecedence = (unsigned)NumVal; in ParsePrototype()
663 BinaryPrecedence); in ParsePrototype()
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp608 unsigned BinaryPrecedence = 30; in ParsePrototype() local
640 BinaryPrecedence = (unsigned)NumVal; in ParsePrototype()
663 BinaryPrecedence); in ParsePrototype()
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp608 unsigned BinaryPrecedence = 30; in ParsePrototype() local
640 BinaryPrecedence = (unsigned)NumVal; in ParsePrototype()
663 BinaryPrecedence); in ParsePrototype()
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp520 unsigned BinaryPrecedence = 30; in ParsePrototype() local
552 BinaryPrecedence = (unsigned)NumVal; in ParsePrototype()
574 return new PrototypeAST(FnName, ArgNames, Kind != 0, BinaryPrecedence); in ParsePrototype()
/llvm-project/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl06.rst176 unsigned BinaryPrecedence = 30;
199 BinaryPrecedence = (unsigned)NumVal;
222 BinaryPrecedence);
403 unsigned BinaryPrecedence = 30;
/llvm-project/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp728 unsigned BinaryPrecedence = 30; in ParsePrototype() local
760 BinaryPrecedence = (unsigned)NumVal; in ParsePrototype()
783 BinaryPrecedence); in ParsePrototype()
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp562 unsigned BinaryPrecedence = 30; in ParsePrototype() local
594 BinaryPrecedence = (unsigned)NumVal; in ParsePrototype()
616 return new PrototypeAST(FnName, ArgNames, Kind != 0, BinaryPrecedence); in ParsePrototype()