| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | StratifiedSets.h | 345 bool add(const T &Main) { in add() argument 346 if (get(Main).hasValue()) in add() 350 return addAtMerging(Main, NewIndex); in add() 356 bool addAbove(const T &Main, const T &ToAdd) { in addAbove() argument 357 assert(has(Main)); in addAbove() 358 auto Index = *indexOf(Main); in addAbove() 369 bool addBelow(const T &Main, const T &ToAdd) { in addBelow() argument 370 assert(has(Main)); in addBelow() 371 auto Index = *indexOf(Main); in addBelow() 379 bool addWith(const T &Main, const T &ToAdd) { in addWith() argument [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
| H A D | FILES | 118 msgcmp.c Main source for the 'msgcmp' program. 128 | Main source for the 'msgmerge' program. 132 msgcomm.c Main source for the 'msgcomm' program. 133 msgattrib.c Main source for the 'msgattrib' program. 134 msgcat.c Main source for the 'msgcat' program. 135 msgconv.c Main source for the 'msgconv' program. 136 msguniq.c Main source for the 'msguniq' program. 143 msgexec.c Main source for the 'msgexec' program. 144 msgfilter.c Main source for the 'msgfilter' program. 145 msggrep.c Main source for the 'msggrep' program. [all …]
|
| /netbsd-src/external/lgpl3/mpfr/dist/ |
| H A D | AUTHORS | 3 Guillaume Hanrot Main author 5 Paul Zimmermann Main author 10 Vincent Lefèvre Main author 15 Patrick Pélissier Main author 18 Philippe Théveny Main author
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-smalltalk/ |
| H A D | hello.st.in | 23 Object subclass: #Main 29 !Main methodsFor: 'running'! 48 !Main methodsFor: 'auxiliary stuff'! 59 Main new run!
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFixFunctionBitcasts.cpp | 239 Function *Main = nullptr; in runOnModule() local 257 Main = &F; in runOnModule() 269 ConstantExpr::getBitCast(Main, PointerType::get(MainTy, 0)); in runOnModule() 308 Main->setName("__original_main"); in runOnModule() 312 if (Main->isDeclaration()) { in runOnModule() 320 MainWrapper->setLinkage(Main->getLinkage()); in runOnModule() 321 MainWrapper->setVisibility(Main->getVisibility()); in runOnModule()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | LLJIT.h | 71 JITDylib &getMainJITDylib() { return *Main; } in getMainJITDylib() 97 return addIRModule(*Main, std::move(TSM)); in addIRModule() 108 return addObjectFile(*Main, std::move(Obj)); in addObjectFile() 127 return lookupLinkerMangled(*Main, Name); in lookupLinkerMangled() 137 return lookup(*Main, UnmangledName); in lookup() 205 JITDylib *Main = nullptr; variable 239 return addLazyIRModule(*Main, std::move(M)); in addLazyIRModule()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-gnome/ |
| H A D | hello.cc | 17 static Gtk::Main *application; 40 application = new Gtk::Main (argc, argv); in main() 62 button->clicked.connect (Gtk::Main::quit.slot()); //slot (quit_callback)); in main()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonVectorCombine.cpp | 173 : Base(B), Main{AI.Inst}, IsHvx(Hvx), IsLoad(Load) {} in MoveGroup() 175 InstList Main; // Main group of instructions. member 266 for (Instruction *I : MG.Main) in operator <<() 568 assert(!Move.Main.empty() && "Move group should have non-empty Main"); in createLoadGroups() 573 Instruction *Base = Move.Main.front(); in createLoadGroups() 590 Move.Main.push_back(Info.Inst); in createLoadGroups() 605 erase_if(LoadGroups, [](const MoveGroup &G) { return G.Main.size() <= 1; }); in createLoadGroups() 615 assert(!Move.Main.empty() && "Move group should have non-empty Main"); in createStoreGroups() 626 Instruction *Base = Move.Main.front(); in createStoreGroups() 629 if (!HVC.isSafeToMoveBeforeInBB(*Info.Inst, Base->getIterator(), Move.Main)) in createStoreGroups() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/zlib/contrib/ada/ |
| H A D | mtest.adb | 113 Main : loop identifier 138 exit Main when Stop; 140 end loop Main;
|
| /netbsd-src/external/gpl3/gdb/dist/zlib/contrib/ada/ |
| H A D | mtest.adb | 113 Main : loop identifier 138 exit Main when Stop; 140 end loop Main;
|
| /netbsd-src/common/dist/zlib/contrib/ada/ |
| H A D | mtest.adb | 113 Main : loop identifier 138 exit Main when Stop; 140 end loop Main;
|
| /netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/ada/ |
| H A D | mtest.adb | 113 Main : loop identifier 138 exit Main when Stop; 140 end loop Main;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | TargetExecutionUtils.cpp | 16 int runAsMain(int (*Main)(int, char *[]), ArrayRef<std::string> Args, in runAsMain() 39 return Main(Args.size() + !!ProgramName, ArgV.data()); in runAsMain()
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/scripttempl/ |
| H A D | mmo.sc | 22 ${RELOCATING+ENTRY(Main)} 74 ${RELOCATING+Main = DEFINED (Main) ? Main : (DEFINED (_start) ? _start : ADDR (.text));}
|
| /netbsd-src/external/gpl3/binutils/dist/ld/scripttempl/ |
| H A D | mmo.sc | 22 ${RELOCATING+ENTRY(Main)} 74 ${RELOCATING+Main = DEFINED (Main) ? Main : (DEFINED (_start) ? _start : ADDR (.text));}
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | aspeed-bmc-facebook-cloudripper.dts | 16 * SMB (Switch Main Board). 42 * SMB (Switch Main Board). 133 * Main Board). 257 * Main Board).
|
| H A D | exynos4412-n710x.dts | 101 "IN2LP:VXRN", "Main Mic", 102 "IN2LN", "Main Mic",
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| H A D | lang-smalltalk | 20 !Main methodsFor: 'running'! 33 Main new run!
|
| /netbsd-src/external/apache2/llvm/dist/llvm/examples/SpeculativeJIT/ |
| H A D | SpeculativeJIT.cpp | 182 auto Main = in main() local 185 return runAsMain(Main, InputArgv, StringRef(InputFiles.front())); in main()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ |
| H A D | TargetExecutionUtils.h | 32 int runAsMain(int (*Main)(int, char *[]), ArrayRef<std::string> Args,
|
| /netbsd-src/external/lgpl3/mpc/dist/ |
| H A D | AUTHORS | 1 Main authors:
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-csharp/ |
| H A D | hello.cs | 12 public static void Main (String[] args) { in Main() method in Hello
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
| H A D | CMakeLists.txt | 5 Main.cpp
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/TableGen/ |
| H A D | BUILD.gn | 8 "Main.cpp",
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/ti/ |
| H A D | k3-am64.dtsi | 70 <0x00 0x08000000 0x00 0x08000000 0x00 0x00200000>, /* Main CPSW */ 87 <0x00 0x78000000 0x00 0x78000000 0x00 0x00800000>, /* Main R5FSS */
|