/external/testng/src/test/java/test/tmp/b/ |
D | TmpB.java | 5 public class TmpB { class
|
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | toy-jit.cpp | 620 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca() local 622 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), 0, in CreateEntryBlockAlloca()
|
D | toy.cpp | 904 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca() local 906 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), 0, in CreateEntryBlockAlloca()
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | toy-jit.cpp | 635 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca() local 637 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), 0, in CreateEntryBlockAlloca()
|
D | toy.cpp | 1006 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca() local 1008 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), 0, in CreateEntryBlockAlloca()
|
/external/llvm/examples/Kaleidoscope/Chapter7/ |
D | toy.cpp | 705 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca() local 707 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), nullptr, in CreateEntryBlockAlloca()
|
/external/llvm/examples/Kaleidoscope/MCJIT/initial/ |
D | toy.cpp | 864 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca() local 866 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), 0, in CreateEntryBlockAlloca()
|
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/ |
D | toy.cpp | 747 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca() local 749 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), nullptr, in CreateEntryBlockAlloca()
|
/external/llvm/examples/Kaleidoscope/Chapter8/ |
D | toy.cpp | 887 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca() local 889 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), nullptr, in CreateEntryBlockAlloca()
|
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | toy.cpp | 1078 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca() local 1080 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), 0, in CreateEntryBlockAlloca()
|
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/ |
D | toy.cpp | 747 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca() local 749 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), nullptr, in CreateEntryBlockAlloca()
|
/external/llvm/examples/Kaleidoscope/Orc/initial/ |
D | toy.cpp | 747 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca() local 749 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), nullptr, in CreateEntryBlockAlloca()
|
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/ |
D | toy.cpp | 748 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca() local 750 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), nullptr, in CreateEntryBlockAlloca()
|
/external/llvm/docs/tutorial/ |
D | LangImpl7.rst | 340 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), 342 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), 0,
|