Searched defs:Main (Results 1 – 10 of 10) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/ |
H A D | debug-info-block-captured-self.m | 23 @interface Main : ViewController interface 30 @implementation Main implementation
|
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
H A D | StratifiedSets.h | 396 bool add(const T &Main) { in add() 407 bool addAbove(const T &Main, const T &ToAdd) { in addAbove() 420 bool addBelow(const T &Main, const T &ToAdd) { in addBelow() 430 bool addWith(const T &Main, const T &ToAdd) { in addWith() 436 void noteAttribute(const T &Main, unsigned AttrNum) { in noteAttribute() 444 void noteAttributes(const T &Main, const StratifiedAttrs &NewAttrs) { in noteAttributes() 451 StratifiedAttrs getAttributes(const T &Main) { in getAttributes() 464 bool getAttribute(const T &Main, unsigned AttrNum) { in getAttribute() 473 StratifiedAttrs getRawAttributes(const T &Main) { in getRawAttributes() 483 bool getRawAttribute(const T &Main, unsigned AttrNum) { in getRawAttribute()
|
/minix3/common/dist/zlib/contrib/ada/ |
H A D | mtest.adb | 113 Main : loop identifier
|
H A D | zlib.adb | 274 Main : loop identifier
|
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/ |
H A D | dependent-names.cpp | 318 struct Main { struct 319 struct default_names { 324 struct TS {
|
/minix3/external/bsd/llvm/dist/llvm/unittests/ExecutionEngine/MCJIT/ |
H A D | MCJITTest.cpp | 85 Function *Main = insertMainFunction(M.get(), 6); in TEST_F() local
|
H A D | MCJITObjectCacheTest.cpp | 109 Function *Main; member in __anonb3f366600111::MCJITObjectCacheTest
|
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-rtdyld/ |
H A D | llvm-rtdyld.cpp | 318 int (*Main)(int, const char**) = in executeInput() local
|
/minix3/external/bsd/llvm/dist/llvm/tools/bugpoint/ |
H A D | ToolRunner.cpp | 255 std::string Main = sys::fs::getMainExecutable(Argv0, MainAddr); in PrependMainExecutablePath() local
|
/minix3/usr.bin/make/ |
H A D | parse.c | 192 Main, /* .MAIN and we don't have anything user-specified to enumerator
|