Searched refs:get (Results 51 - 75 of 1261) sorted by relevance

1234567891011>>

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/API/
H A DSBProcess.cpp153 m_opaque_wp.lock().get(),
162 error.get());
200 log->Printf ("SBProcess(%p)::RemoteLaunch (...) => SBError (%p): %s", process_sp.get(), error.get(), sstr.GetData());
233 log->Printf ("SBProcess(%p)::RemoteAttachToProcessWithID (%" PRIu64 ") => SBError (%p): %s", process_sp.get(), pid, error.get(), sstr.GetData());
257 log->Printf ("SBProcess(%p)::GetNumThreads () => %d", process_sp.get(), num_threads);
279 log->Printf ("SBProcess(%p)::GetSelectedThread () => SBThread(%p)", process_sp.get(), thread_sp.get());
301 log->Printf ("SBProcess(%p)::CreateOSPluginThread (tid=0x%" PRIx64 ", context=0x%" PRIx64 ") => SBThread(%p)", process_sp.get(), ti
[all...]
H A DSBThread.cpp94 return m_opaque_sp->GetThreadSP().get() != NULL;
111 ExecutionContext exe_ctx (m_opaque_sp.get(), api_locker);
138 ExecutionContext exe_ctx (m_opaque_sp.get(), api_locker);
196 ExecutionContext exe_ctx (m_opaque_sp.get(), api_locker);
272 ExecutionContext exe_ctx (m_opaque_sp.get(), api_locker);
401 ExecutionContext exe_ctx (m_opaque_sp.get(), api_locker);
423 return_valobj_sp.get()
460 ExecutionContext exe_ctx (m_opaque_sp.get(), api_locker);
487 ExecutionContext exe_ctx (m_opaque_sp.get(), api_locker);
515 ExecutionContext exe_ctx (m_opaque_sp.get(), api_locke
[all...]
H A DSBListener.cpp39 m_opaque_ptr = m_opaque_sp.get();
104 Debugger *lldb_debugger = debugger.get();
121 Debugger *lldb_debugger = debugger.get();
137 acquired_event_mask = m_opaque_ptr->StartListeningForEvents (broadcaster.get(), event_mask);
146 Broadcaster *lldb_broadcaster = broadcaster.get();
183 return m_opaque_ptr->StopListeningForEvents (broadcaster.get(), event_mask);
197 m_opaque_ptr, event.get());
202 m_opaque_ptr, timeout_secs, event.get());
229 m_opaque_ptr, event.get(), success);
234 m_opaque_ptr, timeout_secs, event.get(), succes
410 SBListener::get() const function in class:SBListener
[all...]
H A DSBTypeSummary.cpp67 return m_opaque_sp.get() != NULL;
77 ScriptSummaryFormat* script_summary_ptr = (ScriptSummaryFormat*)m_opaque_sp.get();
91 ScriptSummaryFormat* script_summary_ptr = (ScriptSummaryFormat*)m_opaque_sp.get();
119 ScriptSummaryFormat* script_summary_ptr = (ScriptSummaryFormat*)m_opaque_sp.get();
128 StringSummaryFormat* string_summary_ptr = (StringSummaryFormat*)m_opaque_sp.get();
156 ((StringSummaryFormat*)m_opaque_sp.get())->SetSummaryString(data);
166 ((ScriptSummaryFormat*)m_opaque_sp.get())->SetFunctionName(data);
176 ((ScriptSummaryFormat*)m_opaque_sp.get())->SetPythonScript(data);
221 lldb_private::CXXFunctionSummaryFormat *self_cxx = (lldb_private::CXXFunctionSummaryFormat*)m_opaque_sp.get();
222 lldb_private::CXXFunctionSummaryFormat *other_cxx = (lldb_private::CXXFunctionSummaryFormat*)rhs.m_opaque_sp.get();
[all...]
H A DSBSourceManager.cpp112 m_opaque_ap.reset(new SourceManagerImpl (*(rhs.m_opaque_ap.get())));
118 m_opaque_ap.reset (new SourceManagerImpl (*(rhs.m_opaque_ap.get())));
137 if (m_opaque_ap.get() == NULL)
145 s.get());
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp35 M.getOrInsertFunction(Name, FunctionType::get(RetTy, ParamTys, false));
76 FunctionType::get(RetTy, ParamTys, false));
176 Value *Tmp1 = Builder.CreateShl(V, ConstantInt::get(V->getType(), 8),
178 Value *Tmp2 = Builder.CreateLShr(V, ConstantInt::get(V->getType(), 8),
184 Value *Tmp4 = Builder.CreateShl(V, ConstantInt::get(V->getType(), 24),
186 Value *Tmp3 = Builder.CreateShl(V, ConstantInt::get(V->getType(), 8),
188 Value *Tmp2 = Builder.CreateLShr(V, ConstantInt::get(V->getType(), 8),
190 Value *Tmp1 = Builder.CreateLShr(V,ConstantInt::get(V->getType(), 24),
193 ConstantInt::get(Type::getInt32Ty(Context), 0xFF0000),
196 ConstantInt::get(Typ
[all...]
/freebsd-10.1-release/contrib/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h50 // The function to get the symbolic information for operands.
115 const MCDisassembler *getDisAsm() const { return DisAsm.get(); }
116 const MCAsmInfo *getAsmInfo() const { return MAI.get(); }
117 const MCInstrInfo *getInstrInfo() const { return MII.get(); }
118 const MCRegisterInfo *getRegisterInfo() const { return MRI.get(); }
119 const MCSubtargetInfo *getSubtargetInfo() const { return MSI.get(); }
120 MCInstPrinter *getIP() { return IP.get(); }
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransAPIUses.cpp14 // - NSInvocation's [get/set]ReturnValue and [get/set]Argument are only safe
42 getReturnValueSel = sels.getUnarySelector(&ids.get("getReturnValue"));
43 setReturnValueSel = sels.getUnarySelector(&ids.get("setReturnValue"));
46 selIds[0] = &ids.get("getArgument");
47 selIds[1] = &ids.get("atIndex");
49 selIds[0] = &ids.get("setArgument");
52 zoneSel = sels.getNullarySelector(&ids.get("zone"));
/freebsd-10.1-release/libexec/rpc.sprayd/
H A Dsprayd.c134 static struct timeval clear, get; local
151 (void) gettimeofday(&get, 0);
152 timersub(&get, &clear, &get);
153 scum.clock.sec = get.tv_sec;
154 scum.clock.usec = get.tv_usec;
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DOwnership.h61 return get();
71 return get();
74 PtrTy get() const { function in class:clang::OpaquePtr
98 OpaquePtr<T> get() const { return OpaquePtr<T>::getFromOpaquePtr(Ptr); } function in struct:clang::UnionOpaquePtr
99 operator OpaquePtr<T>() const { return get(); }
162 PtrTy get() const { return Val; } function in class:clang::ActionResult
163 // FIXME: Replace with get.
166 template <typename T> T *takeAs() { return static_cast<T*>(get()); }
203 PtrTy get() const { function in class:clang::ActionResult
207 // FIXME: Replace with get
[all...]
/freebsd-10.1-release/contrib/llvm/lib/IR/
H A DConstantFold.cpp12 // ConstantExpr::get* methods to automatically fold constants when possible.
59 Type *Ty = IntegerType::get(CV->getContext(), 32);
62 ConstantExpr::getExtractElement(CV, ConstantInt::get(Ty, i));
67 return ConstantVector::get(Result);
155 return ConstantExpr::getBitCast(ConstantVector::get(V), DestPTy);
161 return ConstantPointerNull::get(cast<PointerType>(DestTy));
171 return ConstantFP::get(DestTy->getContext(),
181 return ConstantInt::get(FP->getContext(),
213 return ConstantInt::get(CI->getContext(), V);
264 return Constant::getNullValue(IntegerType::get(C
[all...]
H A DFunction.cpp49 // Make sure that we get added to a function
149 AttributeSet::get(Parent->getContext(),
159 AttributeSet::get(Parent->getContext(),
207 // Make sure that we get added to a function
470 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Void, 0));
473 OutputTable.push_back(IITDescriptor::get(IITDescriptor::VarArg, 0));
476 OutputTable.push_back(IITDescriptor::get(IITDescriptor::MMX, 0));
479 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Metadata, 0));
482 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Half, 0));
485 OutputTable.push_back(IITDescriptor::get(IITDescripto
[all...]
/freebsd-10.1-release/contrib/atf/atf-sh/
H A Dconfig_test.sh50 atf_test_case get
80 atf_add_test_case get
H A Datf-sh.cpp66 const std::string libexecdir = atf::config::get("atf_libexecdir");
67 const std::string pkgdatadir = atf::config::get("atf_pkgdatadir");
68 const std::string shell = atf::config::get("atf_shell");
140 const std::string shell = atf::config::get("atf_shell");
/freebsd-10.1-release/contrib/llvm/include/llvm/MC/
H A DMCValue.h55 static MCValue get(const MCSymbolRefExpr *SymA, const MCSymbolRefExpr *SymB=0, function in class:llvm::MCValue
65 static MCValue get(int64_t Val) { function in class:llvm::MCValue
/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/
H A DThumb2RegisterInfo.cpp44 const Constant *C = ConstantInt::get(
48 BuildMI(MBB, MBBI, dl, TII.get(ARM::t2LDRpci))
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DLogChannelDWARF.cpp89 if (m_log_ap.get() == NULL)
169 return m_log_ap.get() != NULL;
192 return g_log_channel->m_log_ap.get();
200 if (g_log_channel && g_log_channel->m_log_ap.get())
203 return g_log_channel->m_log_ap.get();
211 if (g_log_channel && g_log_channel->m_log_ap.get())
214 return g_log_channel->m_log_ap.get();
224 Log *log = g_log_channel->m_log_ap.get();
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DOperatingSystem.cpp33 if (instance_ap.get())
42 if (instance_ap.get())
H A DUnwindAssembly.cpp28 if (assembly_profiler_ap.get ())
/freebsd-10.1-release/contrib/atf/atf-c/
H A Dconfig_test.c96 ATF_TC(get); variable
97 ATF_TC_HEAD(get, tc)
101 ATF_TC_BODY(get, tc)
146 ATF_TP_ADD_TC(tp, get);
/freebsd-10.1-release/contrib/atf/atf-c++/detail/
H A Dauto_array.hpp64 T* get(void) throw();
65 const T* get(void) const throw();
107 auto_array< T >::get(void) function in class:atf::auto_array
115 auto_array< T >::get(void) function in class:atf::auto_array
/freebsd-10.1-release/contrib/llvm/include/llvm/IR/
H A DDerivedTypes.h58 static IntegerType *get(LLVMContext &C, unsigned NumBits);
102 /// FunctionType::get - This static method is the primary way of constructing
105 static FunctionType *get(Type *Result,
108 /// FunctionType::get - Create a FunctionType taking no parameters.
110 static FunctionType *get(Type *Result, bool isVarArg);
171 /// always have a body when created. You can get one of these by using one of
172 /// the StructType::get() forms.
178 /// (have no body specified). You get one of these by using one of the
226 /// StructType::get - This static method is the primary way to create a
228 static StructType *get(LLVMContex
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DPrettyStackTrace.cpp49 if (PrettyStackTraceHead->get() == 0) return;
54 PrintStack(PrettyStackTraceHead->get(), OS);
104 NextEntry = PrettyStackTraceHead->get();
121 assert(PrettyStackTraceHead->get() == this &&
/freebsd-10.1-release/contrib/llvm/tools/llvm-as/
H A Dllvm-as.cpp97 if (M.get() == 0) {
104 if (verifyModule(*M.get(), ReturnStatusAction, &Err)) {
112 if (DumpAsm) errs() << "Here's the assembly:\n" << *M.get();
115 WriteOutputFile(M.get());
/freebsd-10.1-release/tools/regression/zfs/zpool/create/
H A Doption-o.t31 expect "${exp}" ${ZPOOL} get altroot ${name0}
53 expect "${exp}" ${ZPOOL} get version ${name0}
64 expect "${exp}" ${ZPOOL} get delegation ${name0}
72 expect "${exp}" ${ZPOOL} get autoreplace ${name0}
80 expect "${exp}" ${ZPOOL} get cachefile ${name0}
88 expect "${exp}" ${ZPOOL} get cachefile ${name0}
96 expect "${exp}" ${ZPOOL} get failmode ${name0}
104 expect "${exp}" ${ZPOOL} get failmode ${name0}

Completed in 134 milliseconds

1234567891011>>