Searched refs:UI (Results 1 - 25 of 107) sorted by relevance

12345

/freebsd-11.0-release/crypto/openssl/crypto/ui/
H A Dui.h74 /* typedef struct ui_st UI; */
85 UI *UI_new(void);
86 UI *UI_new_method(const UI_METHOD *method);
87 void UI_free(UI *ui);
113 All of the functions in this group take a UI and a prompt string.
132 int UI_add_input_string(UI *ui, const char *prompt, int flags,
134 int UI_dup_input_string(UI *ui, const char *prompt, int flags,
136 int UI_add_verify_string(UI *ui, const char *prompt, int flags,
139 int UI_dup_verify_string(UI *ui, const char *prompt, int flags,
142 int UI_add_input_boolean(UI *u
[all...]
H A Dui_locl.h81 int (*ui_open_session) (UI *ui);
82 int (*ui_write_string) (UI *ui, UI_STRING *uis);
87 int (*ui_flush) (UI *ui);
88 int (*ui_read_string) (UI *ui, UI_STRING *uis);
89 int (*ui_close_session) (UI *ui);
97 char *(*ui_construct_prompt) (UI *ui, const char *object_desc,
111 * Otherwise, it may be allocated by the UI
H A Dui_lib.c72 UI *UI_new(void)
77 UI *UI_new_method(const UI_METHOD *method)
79 UI *ret;
81 ret = (UI *)OPENSSL_malloc(sizeof(UI));
115 void UI_free(UI *ui)
124 static int allocate_string_stack(UI *ui)
135 static UI_STRING *general_allocate_prompt(UI *ui, const char *prompt,
157 static int general_allocate_string(UI *ui, const char *prompt,
182 static int general_allocate_boolean(UI *u
[all...]
H A Dui_openssl.c315 static int read_string_inner(UI *ui, UI_STRING *uis, int echo, int strip_nl);
317 static int read_string(UI *ui, UI_STRING *uis);
318 static int write_string(UI *ui, UI_STRING *uis);
320 static int open_console(UI *ui);
321 static int echo_console(UI *ui);
322 static int noecho_console(UI *ui);
323 static int close_console(UI *ui);
345 static int write_string(UI *ui, UI_STRING *uis)
359 static int read_string(UI *ui, UI_STRING *uis)
413 static int read_string_inner(UI *u
[all...]
H A Dui_util.c76 UI *ui;
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonOptimizeSZextends.cpp79 for (auto UI = Arg.use_begin(); UI != Arg.use_end();) {
80 if (isa<SExtInst>(*UI)) {
81 Instruction* Use = cast<Instruction>(*UI);
85 ++UI;
91 ++UI;
133 for (auto UI = Ashr->user_begin(), UE = Ashr->user_end();
134 UI != UE; ++UI) {
135 const Use &TheUse = UI
[all...]
/freebsd-11.0-release/contrib/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp45 static uint64_t getOffsetOfLSDA(const UnwindInfo& UI) { argument
46 return static_cast<const char*>(UI.getLanguageSpecificData())
47 - reinterpret_cast<const char*>(&UI);
174 void Dumper::printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC) { argument
196 if (UI.getFrameRegister() == 0)
199 OS << " reg=" << getUnwindRegisterName(UI.getFrameRegister())
200 << format(", offset=0x%X", UI.getFrameOffset() * 16);
232 off_t Offset, const UnwindInfo &UI) {
234 SW.printNumber("Version", UI.getVersion());
235 SW.printFlags("Flags", UI
231 printUnwindInfo(const Context &Ctx, const coff_section *Section, off_t Offset, const UnwindInfo &UI) argument
295 const auto UI = reinterpret_cast<const UnwindInfo*>(Contents.data() + Offset); local
[all...]
H A DWin64EHDumper.h48 void printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC);
50 off_t Offset, const UnwindInfo &UI);
/freebsd-11.0-release/contrib/llvm/tools/opt/
H A DAnalysisWrappers.cpp41 Instruction *UI = dyn_cast<Instruction>(U); variable
42 if (!UI) continue;
44 CallSite CS(cast<Value>(UI));
55 errs() << *UI;
/freebsd-11.0-release/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyOptimizeReturned.cpp64 for (auto UI = Arg->use_begin(), UE = Arg->use_end(); UI != UE;) {
65 Use &U = *UI++;
/freebsd-11.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAlloca.cpp78 for (Value::use_iterator UI = allocaInst->use_begin(),
80 UI != UE; ) {
86 const auto &AllocaUse = *UI++;
H A DNVPTXImageOptimizer.cpp150 for (CallInst::use_iterator UI = From->use_begin(), UE = From->use_end();
151 UI != UE; ++UI) {
152 if (BranchInst *BI = dyn_cast<BranchInst>(*UI)) {
/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp134 for (std::vector<User*>::iterator UI = Users.begin(), UE = Users.end();
135 UI != UE; ++UI)
136 if (CallInst *CI = dyn_cast<CallInst>(*UI))
138 else if (InvokeInst *II = dyn_cast<InvokeInst>(*UI))
/freebsd-11.0-release/contrib/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp419 static void printWin64EHUnwindInfo(const Win64EH::UnwindInfo *UI) { argument
423 outs() << " Version: " << static_cast<int>(UI->getVersion()) << "\n";
424 outs() << " Flags: " << static_cast<int>(UI->getFlags());
425 if (UI->getFlags()) {
426 if (UI->getFlags() & UNW_ExceptionHandler)
428 if (UI->getFlags() & UNW_TerminateHandler)
430 if (UI->getFlags() & UNW_ChainInfo)
434 outs() << " Size of prolog: " << static_cast<int>(UI->PrologSize) << "\n";
435 outs() << " Number of Codes: " << static_cast<int>(UI->NumCodes) << "\n";
437 if (UI
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DIVUsers.cpp293 for (ilist<IVStrideUse>::const_iterator UI = IVUses.begin(),
294 E = IVUses.end(); UI != E; ++UI) {
296 UI->getOperandValToReplace()->printAsOperand(OS, false);
297 OS << " = " << *getReplacementExpr(*UI);
299 I = UI->PostIncLoops.begin(),
300 E = UI->PostIncLoops.end(); I != E; ++I) {
306 if (UI->getUser())
307 UI->getUser()->print(OS);
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DReg2Mem.cpp52 const Instruction *UI = cast<Instruction>(U); local
53 if (UI->getParent() != BB || isa<PHINode>(UI))
/freebsd-11.0-release/gnu/usr.bin/groff/font/devlj4/
H A DMakefile11 UB UBI UI UR \
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DInterleavedAccessPass.cpp186 for (auto UI = LI->user_begin(), E = LI->user_end(); UI != E; UI++) {
187 ShuffleVectorInst *SVI = dyn_cast<ShuffleVectorInst>(*UI);
H A DGlobalMerge.cpp283 Use *UI, *UE; local
287 UI = &*CE->use_begin();
290 UI = &U;
291 UE = UI->getNext();
298 for (; UI != UE; UI = UI->getNext()) {
299 Instruction *I = dyn_cast<Instruction>(UI->getUser());
/freebsd-11.0-release/sys/modules/netgraph/
H A DMakefile53 UI \
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DValue.cpp97 const_use_iterator UI = use_begin(), E = use_end(); local
99 for (; N; --N, ++UI)
100 if (UI == E) return false; // Too few.
101 return UI == E;
105 const_use_iterator UI = use_begin(), E = use_end(); local
107 for (; N; --N, ++UI)
108 if (UI == E) return false; // Too few.
121 const_user_iterator UI = user_begin(), UE = user_end(); local
122 for (; BI != BE && UI != UE; ++BI, ++UI) {
404 use_iterator UI = use_begin(), E = use_end(); local
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DCallSite.h114 bool isCallee(Value::const_user_iterator UI) const {
115 return isCallee(&UI.getUse());
123 bool isArgOperand(Value::const_user_iterator UI) const {
124 return isArgOperand(&UI.getUse());
134 bool isBundleOperand(Value::const_user_iterator UI) const {
135 return isBundleOperand(&UI.getUse());
149 bool isDataOperand(Value::const_user_iterator UI) const {
150 return isDataOperand(&UI.getUse());
196 unsigned getDataOperandNo(Value::const_user_iterator UI) const {
197 return getDataOperandNo(&UI
[all...]
H A DValue.h154 use_iterator_impl<Use> UI; member in class:llvm::Value::user_iterator_impl
155 explicit user_iterator_impl(Use *U) : UI(U) {}
161 bool operator==(const user_iterator_impl &x) const { return UI == x.UI; }
168 ++UI;
179 return UI->getUser();
185 return user_iterator_impl<const UserTy>(*UI);
188 Use &getUse() const { return *UI; }
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp286 Instruction *UI = cast<Instruction>(U); local
289 BasicBlock *Parent = UI->getParent();
312 if (VisitedInsts.insert(UI).second) {
313 if (isa<PHINode>(UI))
314 PHIs.push_back(UI);
316 NonPHIs.push_back(UI);
317 } else if (!isa<PHINode>(UI) &&
318 ((!isa<FCmpInst>(UI) && !isa<ICmpInst>(UI) &&
319 !isa<SelectInst>(UI)) ||
[all...]
/freebsd-11.0-release/contrib/groff/font/devlj4/
H A DMakefile.sub14 UB UBI UI UR \

Completed in 127 milliseconds

12345