HomeSort by: relevance | last modified time | path
    Searched refs:Main (Results 1 - 25 of 78) sorted by relevancy

1 2 3 4

  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
TargetExecutionUtils.h 24 /// Run a main function, returning the result.
30 /// many main functions will expect a name argument at least, and will fail
32 int runAsMain(int (*Main)(int, char *[]), ArrayRef<std::string> Args,
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-csharp/
hello.cs 12 public static void Main (String[] args) {
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-gnome/
hello.cc 17 static Gtk::Main *application;
26 main (int argc, char *argv[]) function
40 application = new Gtk::Main (argc, argv);
62 button->clicked.connect (Gtk::Main::quit.slot()); //slot (quit_callback));
  /src/external/apache2/llvm/lib/libLLVMTableGen/
Makefile 12 Main.cpp \
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
StratifiedSets.h 345 bool add(const T &Main) {
346 if (get(Main).hasValue())
350 return addAtMerging(Main, NewIndex);
354 /// set above "Main". There are some cases where this is not possible (see
355 /// above), so we merge them such that ToAdd and Main are in the same set.
356 bool addAbove(const T &Main, const T &ToAdd) {
357 assert(has(Main));
358 auto Index = *indexOf(Main);
367 /// set below "Main". There are some cases where this is not possible (see
368 /// above), so we merge them such that ToAdd and Main are in the same set
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/TargetProcess/
TargetExecutionUtils.cpp 16 int runAsMain(int (*Main)(int, char *[]), ArrayRef<std::string> Args,
39 return Main(Args.size() + !!ProgramName, ArgV.data());
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
xgettext-csharp-4 11 public static void Main (String[] args) {
lang-csharp 33 static void Main (String[] args) {
lang-smalltalk 14 Object subclass: #Main
20 !Main methodsFor: 'running'!
33 Main new run!
xgettext-csharp-2 11 public static void Main (String[] args) {
xgettext-csharp-3 11 public static void Main (String[] args) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
LLJIT.h 70 /// Returns a reference to the JITDylib representing the JIT'd main program.
71 JITDylib &getMainJITDylib() { return *Main; }
95 /// Adds an IR module to the Main JITDylib.
97 return addIRModule(*Main, std::move(TSM));
108 return addObjectFile(*Main, std::move(Obj));
123 /// Look up a symbol in the main JITDylib by the symbol's linker-mangled name
127 return lookupLinkerMangled(*Main, Name);
135 /// Look up a symbol in the main JITDylib based on its IR symbol name.
137 return lookup(*Main, UnmangledName);
205 JITDylib *Main = nullptr
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyFixFunctionBitcasts.cpp 225 // Test whether a main function with type FuncTy should be rewritten to have
228 // Only fix the main function if it's the standard zero-arg form. That way,
239 Function *Main = nullptr;
252 // If we have a "main" function, and its type isn't
253 // "int main(int argc, char *argv[])", create an artificial call with it
256 if (F.getName() == "main") {
257 Main = &F;
264 LLVM_DEBUG(dbgs() << "Found `main` function with incorrect type: "
269 ConstantExpr::getBitCast(Main, PointerType::get(MainTy, 0));
305 // If we created a wrapper for main, rename the wrapper so that it's th
    [all...]
  /src/external/public-domain/sqlite/dist/
Replace.cs 75 /// An exception was caught in <see cref="Main" />. Generally, this
129 private static int Main(
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonVectorCombine.cpp 173 : Base(B), Main{AI.Inst}, IsHvx(Hvx), IsLoad(Load) {}
175 InstList Main; // Main group of instructions.
265 OS << "Main\n";
266 for (Instruction *I : MG.Main)
568 assert(!Move.Main.empty() && "Move group should have non-empty Main");
573 Instruction *Base = Move.Main.front();
590 Move.Main.push_back(Info.Inst);
605 erase_if(LoadGroups, [](const MoveGroup &G) { return G.Main.size() <= 1; })
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-csharp-forms/
hello.cs 79 public static void Main () {
  /src/external/gpl2/gettext/dist/gettext-tools/src/
msgfmt.cs 109 public static int Main (String[] args) {
  /src/external/apache2/llvm/dist/clang/examples/clang-interpreter/
main.cpp 1 //===-- examples/clang-interpreter/main.cpp - Clang C Interpreter Example -===//
42 // address of main, and some platforms can't implement GetMainExecutable
43 // without being given the address of a function in the main executable).
57 JITDylib &MainJD{ES.createBareJITDylib("<main>")};
125 int main(int argc, const char **argv) { function
127 // allow taking the address of ::main however.
226 auto Main = (int (*)(...))ExitOnErr(J->getSymbolAddress("main"));
227 Res = Main();
  /src/external/apache2/llvm/dist/llvm/examples/SpeculativeJIT/
SpeculativeJIT.cpp 106 MainJD(this->ES->createBareJITDylib("<main>")), LCTMgr(std::move(LCTMgr)),
149 int main(int argc, char *argv[]) { function
181 auto MainSym = ExitOnErr(SJ->lookup("main"));
182 auto Main =
185 return runAsMain(Main, InputArgv, StringRef(InputFiles.front()));
  /src/external/gpl3/gcc/dist/libgcc/config/mmix/
crti.S 25 % between where the simulator calls and main, and shutting things down on
48 .global Main
58 % "Main" is the magic symbol the simulator jumps to. We want to go
59 % on to "main".
61 Main SETL $255,32
119 PUSHJ $0,main
  /src/external/gpl3/gcc.old/dist/libgcc/config/mmix/
crti.S 25 % between where the simulator calls and main, and shutting things down on
48 .global Main
58 % "Main" is the magic symbol the simulator jumps to. We want to go
59 % on to "main".
61 Main SETL $255,32
119 PUSHJ $0,main
  /src/external/apache2/llvm/dist/llvm/utils/llvm-locstats/
llvm-locstats.py 325 def Main():
352 Main()
  /src/external/mit/libcbor/dist/docs/doxygen/
menudata.js 2 {text:'Main Page',url:'index.html'},
  /src/usr.bin/menuc/testm/
menus.mc 56 menu root, title " Main Menu of Test System", x=10;
94 Main Menu Help Screen
96 This is help text for the main menu of the menu test system. This
  /src/external/apache2/llvm/dist/llvm/utils/
llvm-original-di-preservation.py 372 def Main():
451 Main()

Completed in 51 milliseconds

1 2 3 4