Home
last modified time | relevance | path

Searched refs:singletonSet (Results 1 – 6 of 6) sorted by relevance

/external/llvm/examples/Kaleidoscope/include/
DKaleidoscopeJIT.h54 auto H = CompileLayer.addModuleSet(singletonSet(std::move(M)), in addModule()
83 template <typename T> static std::vector<T> singletonSet(T t) { in singletonSet() function
/external/jcommander/src/test/java/com/beust/jcommander/
DDefaultValueTest.java91 this.set = singletonSet("defaultValue"); in MyOptsWithDefaultValues()
108 public static final Set<String> singletonSet(String value){ in singletonSet() method in DefaultValueTest
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp1148 static std::vector<T> singletonSet(T t) { in singletonSet() function
1189 return LazyEmitLayer.addModuleSet(singletonSet(std::move(M)), in addModule()
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp1148 static std::vector<T> singletonSet(T t) { in singletonSet() function
1198 return LazyEmitLayer.addModuleSet(singletonSet(std::move(M)), in addModule()
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp1148 static std::vector<T> singletonSet(T t) { in singletonSet() function
1186 return CompileLayer.addModuleSet(singletonSet(std::move(M)), in addModule()
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Dtoy.cpp1149 static std::vector<T> singletonSet(T t) { in singletonSet() function
1205 return LazyEmitLayer.addModuleSet(singletonSet(std::move(M)), in addModule()