Searched refs:EndCond (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Object/
H A DArchive.cpp36 char EndCond; local
38 EndCond = ' ';
40 EndCond = '/';
41 StringRef::size_type end = StringRef(Name, sizeof(Name)).find(EndCond);
45 // Don't include the EndCond if there is one.
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp622 Value *EndCond = End->Codegen(); local
623 if (EndCond == 0) return EndCond;
626 EndCond = Builder.CreateFCmpONE(EndCond,
635 Builder.CreateCondBr(EndCond, LoopBB, AfterBB);
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp726 Value *EndCond = End->Codegen(); local
727 if (EndCond == 0) return EndCond;
730 EndCond = Builder.CreateFCmpONE(EndCond,
739 Builder.CreateCondBr(EndCond, LoopBB, AfterBB);
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp826 Value *EndCond = End->Codegen(); local
827 if (EndCond == 0) return EndCond;
836 EndCond = Builder.CreateFCmpONE(EndCond,
844 Builder.CreateCondBr(EndCond, LoopBB, AfterBB);
/macosx-10.10.1/vim-55/src/
H A Dif_xcmdsrv.c170 typedef int (*EndCond) __ARGS((void *)); typedef
184 static void ServerWait __ARGS((Display *dpy, Window w, EndCond endCond, void *endData, int localLoop, int seconds));
568 EndCond endCond;

Completed in 214 milliseconds