Searched refs:get (Results 1 - 25 of 1267) sorted by relevance

1234567891011>>

/freebsd-10-stable/contrib/llvm/include/llvm/IR/
H A DTypeBuilder.h45 /// Function::Create(TypeBuilder<types::i<8>(MyType*), true>::get(), ...)
47 /// complain that TypeBuilder<MyType, true>::get() doesn't exist. To fix this,
53 /// static StructType *get(LLVMContext &Context) {
56 /// return StructType::get(
57 /// TypeBuilder<types::i<32>, xcompile>::get(Context),
58 /// TypeBuilder<types::i<32>*, xcompile>::get(Context),
59 /// TypeBuilder<types::i<8>*[], xcompile>::get(Context),
106 static PointerType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
107 return PointerType::getUnqual(TypeBuilder<T,cross>::get(Context));
117 static ArrayType *get(LLVMContex function in class:llvm::TypeBuilder
124 static ArrayType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
183 static IntegerType *get(LLVMContext &C) { function in class:llvm::TypeBuilder
190 static Type *get(LLVMContext& C) { function in class:llvm::TypeBuilder
198 static Type *get(LLVMContext& C) { function in class:llvm::TypeBuilder
206 static Type *get(LLVMContext& C) { return Type::getFloatTy(C); } function in class:llvm::TypeBuilder
210 static Type *get(LLVMContext& C) { return Type::getDoubleTy(C); } function in class:llvm::TypeBuilder
214 static Type *get(LLVMContext& C) { return Type::getX86_FP80Ty(C); } function in class:llvm::TypeBuilder
218 static Type *get(LLVMContext& C) { return Type::getFP128Ty(C); } function in class:llvm::TypeBuilder
222 static Type *get(LLVMContext& C) { return Type::getPPC_FP128Ty(C); } function in class:llvm::TypeBuilder
226 static Type *get(LLVMContext& C) { return Type::getX86_MMXTy(C); } function in class:llvm::TypeBuilder
231 static Type *get(LLVMContext &C) { function in class:llvm::TypeBuilder
249 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
255 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
266 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
278 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
293 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
309 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
324 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
331 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
341 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
353 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
368 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
384 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
[all...]
H A DMDBuilder.h35 return MDString::get(Context, Str);
49 Value *Op = ConstantFP::get(Type::getFloatTy(Context), Accuracy);
50 return MDNode::get(Context, Op);
72 Vals[i+1] = ConstantInt::get(Int32Ty, Weights[i]);
74 return MDNode::get(Context, Vals);
89 Type *Ty = IntegerType::get(Context, Lo.getBitWidth());
90 Value *Range[2] = { ConstantInt::get(Ty, Lo), ConstantInt::get(Ty, Hi) };
91 return MDNode::get(Context, Range);
105 MDNode *Root = MDNode::get(Contex
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBStream.cpp33 return (m_opaque_ap.get() != NULL);
41 if (m_is_file || m_opaque_ap.get() == NULL)
44 return static_cast<StreamString *>(m_opaque_ap.get())->GetData();
53 if (m_is_file || m_opaque_ap.get() == NULL)
56 return static_cast<StreamString *>(m_opaque_ap.get())->GetSize();
74 if (m_opaque_ap.get())
79 local_data.swap(static_cast<StreamString *>(m_opaque_ap.get())->GetString());
89 if (m_opaque_ap.get())
106 if (m_opaque_ap.get())
111 local_data.swap(static_cast<StreamString *>(m_opaque_ap.get())
162 SBStream::get() function in class:SBStream
[all...]
H A DSBSymbolContextList.cpp44 if (m_opaque_ap.get())
53 if (m_opaque_ap.get())
67 if (m_opaque_ap.get())
74 if (sc.IsValid() && m_opaque_ap.get())
81 if (sc_list.IsValid() && m_opaque_ap.get())
89 return m_opaque_ap.get() != NULL;
97 return m_opaque_ap.get();
104 assert (m_opaque_ap.get());
105 return *m_opaque_ap.get();
112 if (m_opaque_ap.get())
[all...]
H A DSBCommandReturnObject.cpp29 if (rhs.m_opaque_ap.get())
49 if (rhs.m_opaque_ap.get())
66 return m_opaque_ap.get() != NULL;
75 if (m_opaque_ap.get())
78 log->Printf ("SBCommandReturnObject(%p)::GetOutput () => \"%s\"", m_opaque_ap.get(),
85 log->Printf ("SBCommandReturnObject(%p)::GetOutput () => NULL", m_opaque_ap.get());
95 if (m_opaque_ap.get())
98 log->Printf ("SBCommandReturnObject(%p)::GetError () => \"%s\"", m_opaque_ap.get(),
105 log->Printf ("SBCommandReturnObject(%p)::GetError () => NULL", m_opaque_ap.get());
113 if (m_opaque_ap.get())
209 SBCommandReturnObject::get() const function in class:SBCommandReturnObject
[all...]
H A DSBEvent.cpp36 m_opaque_ptr (m_event_sp.get())
42 m_opaque_ptr (event_sp.get())
71 Event *lldb_event = get();
86 const Event *lldb_event = get();
95 log->Printf ("SBEvent(%p)::GetType () => 0x%8.8x (%s)", get(), event_type, sstr.GetData());
97 log->Printf ("SBEvent(%p)::GetType () => 0x%8.8x", get(), event_type);
108 const Event *lldb_event = get();
117 const Event *lldb_event = get();
136 Event *lldb_event = get();
139 success = lldb_event->BroadcasterIs (broadcaster.get());
168 SBEvent::get() const function in class:SBEvent
[all...]
H A DSBFileSpecList.cpp35 if (rhs.m_opaque_ap.get())
36 m_opaque_ap.reset (new FileSpecList (*(rhs.get())));
41 rhs.m_opaque_ap.get(), m_opaque_ap.get());
54 m_opaque_ap.reset (new lldb_private::FileSpecList(*(rhs.get())));
100 return m_opaque_ap.get();
104 SBFileSpecList::get() const function in class:SBFileSpecList
106 return m_opaque_ap.get();
113 return *m_opaque_ap.get();
119 return *m_opaque_ap.get();
[all...]
H A DSBSymbolContext.cpp40 if (m_opaque_ap.get())
57 m_opaque_ap.reset (new lldb_private::SymbolContext(*rhs.m_opaque_ap.get()));
67 if (m_opaque_ap.get())
74 if (m_opaque_ap.get())
82 return m_opaque_ap.get() != NULL;
94 if (m_opaque_ap.get())
105 m_opaque_ap.get(), module_sp.get(), sstr.GetData());
114 return SBCompileUnit (m_opaque_ap.get() ? m_opaque_ap->comp_unit : NULL);
124 if (m_opaque_ap.get())
253 SBSymbolContext::get() const function in class:SBSymbolContext
[all...]
H A DSBError.cpp43 if (m_opaque_ap.get())
58 if (m_opaque_ap.get())
66 if (m_opaque_ap.get())
76 if (m_opaque_ap.get())
80 log->Printf ("SBError(%p)::Fail () => %i", m_opaque_ap.get(), ret_value);
90 if (m_opaque_ap.get())
94 log->Printf ("SBError(%p)::Success () => %i", m_opaque_ap.get(), ret_value);
105 if (m_opaque_ap.get())
109 log->Printf ("SBError(%p)::GetError () => 0x%8.8x", m_opaque_ap.get(), err);
120 if (m_opaque_ap.get())
197 SBError::get() function in class:SBError
[all...]
H A DSBDeclaration.cpp69 return m_opaque_ap.get() && m_opaque_ap->IsValid();
79 if (m_opaque_ap.get() && m_opaque_ap->GetFile())
86 log->Printf ("SBLineEntry(%p)::GetFileSpec () => SBFileSpec(%p): %s", m_opaque_ap.get(),
87 sb_file_spec.get(), sstr.GetData());
99 if (m_opaque_ap.get())
103 log->Printf ("SBLineEntry(%p)::GetLine () => %u", m_opaque_ap.get(), line);
112 if (m_opaque_ap.get())
142 lldb_private::Declaration *lhs_ptr = m_opaque_ap.get();
143 lldb_private::Declaration *rhs_ptr = rhs.m_opaque_ap.get();
154 lldb_private::Declaration *lhs_ptr = m_opaque_ap.get();
203 SBDeclaration::get () function in class:SBDeclaration
[all...]
H A DSBAddress.cpp79 return m_opaque_ap.get() != NULL && m_opaque_ap->IsValid();
109 if (m_opaque_ap.get())
124 if (m_opaque_ap.get())
127 addr = m_opaque_ap->GetLoadAddress (target_sp.get());
134 log->Printf ("SBAddress::GetLoadAddress (SBTarget(%p)) => LLDB_INVALID_ADDRESS", target_sp.get());
136 log->Printf ("SBAddress::GetLoadAddress (SBTarget(%p)) => 0x%" PRIx64, target_sp.get(), addr);
163 if (m_opaque_ap.get())
179 if (m_opaque_ap.get())
187 if (m_opaque_ap.get())
195 return m_opaque_ap.get();
223 SBAddress::get () function in class:SBAddress
[all...]
H A DSBLineEntry.cpp71 if (m_opaque_ap.get())
78 const Address *addr = sb_address.get();
82 m_opaque_ap.get(), sb_address.get(), sstr.GetData());
92 if (m_opaque_ap.get())
101 const Address *addr = sb_address.get();
105 m_opaque_ap.get(), sb_address.get(), sstr.GetData());
113 return m_opaque_ap.get() && m_opaque_ap->IsValid();
123 if (m_opaque_ap.get()
247 SBLineEntry::get () function in class:SBLineEntry
[all...]
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DDIBuilder.cpp29 return ConstantInt::get(Type::getInt32Ty(VMContext), Tag | LLVMDebugVersion);
88 MDString::get(VMContext, Filename),
89 MDString::get(VMContext, Directory)
91 return MDNode::get(VMContext, Pair);
120 ConstantInt::get(Type::getInt32Ty(VMContext), Lang),
121 MDString::get(VMContext, Producer),
122 ConstantInt::get(Type::getInt1Ty(VMContext), isOptimized),
123 MDString::get(VMContext, Flags),
124 ConstantInt::get(Type::getInt32Ty(VMContext), RunTimeVer),
130 MDString::get(VMContex
[all...]
H A DValueTypes.cpp30 VT.LLVMTy = IntegerType::get(Context, BitWidth);
38 ResultVT.LLVMTy = VectorType::get(VT.getTypeForEVT(Context), NumElements);
191 case MVT::i128: return IntegerType::get(Context, 128);
199 case MVT::v2i1: return VectorType::get(Type::getInt1Ty(Context), 2);
200 case MVT::v4i1: return VectorType::get(Type::getInt1Ty(Context), 4);
201 case MVT::v8i1: return VectorType::get(Type::getInt1Ty(Context), 8);
202 case MVT::v16i1: return VectorType::get(Type::getInt1Ty(Context), 16);
203 case MVT::v32i1: return VectorType::get(Type::getInt1Ty(Context), 32);
204 case MVT::v64i1: return VectorType::get(Type::getInt1Ty(Context), 64);
205 case MVT::v1i8: return VectorType::get(Typ
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
H A DSectionKind.h200 static SectionKind get(Kind K) { function in class:llvm::SectionKind
207 static SectionKind getMetadata() { return get(Metadata); }
208 static SectionKind getText() { return get(Text); }
209 static SectionKind getReadOnly() { return get(ReadOnly); }
211 return get(Mergeable1ByteCString);
214 return get(Mergeable2ByteCString);
217 return get(Mergeable4ByteCString);
219 static SectionKind getMergeableConst() { return get(MergeableConst); }
220 static SectionKind getMergeableConst4() { return get(MergeableConst4); }
221 static SectionKind getMergeableConst8() { return get(MergeableConst
[all...]
H A DMCInstrAnalysis.h32 return Info->get(Inst.getOpcode()).isBranch();
36 return Info->get(Inst.getOpcode()).isConditionalBranch();
40 return Info->get(Inst.getOpcode()).isUnconditionalBranch();
44 return Info->get(Inst.getOpcode()).isIndirectBranch();
48 return Info->get(Inst.getOpcode()).isCall();
52 return Info->get(Inst.getOpcode()).isReturn();
56 return Info->get(Inst.getOpcode()).isTerminator();
59 /// evaluateBranch - Given a branch instruction try to get the address the
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DASTTypeTraits.cpp61 if (const TemplateArgument *TA = get<TemplateArgument>())
63 else if (const NestedNameSpecifier *NNS = get<NestedNameSpecifier>())
65 else if (const NestedNameSpecifierLoc *NNSL = get<NestedNameSpecifierLoc>())
67 else if (const QualType *QT = get<QualType>())
69 else if (const TypeLoc *TL = get<TypeLoc>())
71 else if (const Decl *D = get<Decl>())
73 else if (const Stmt *S = get<Stmt>())
75 else if (const Type *T = get<Type>())
82 if (const Decl *D = get<Decl>())
84 else if (const Stmt *S = get<Stm
[all...]
/freebsd-10-stable/contrib/atf/atf-c++/detail/
H A Denv.hpp44 std::string get(const std::string&);
49 std::string get(const std::string&, const std::string&);
H A Denv_test.cpp37 set_md_var("descr", "Tests the has and get functions");
42 ATF_REQUIRE(!atf::env::get("PATH").empty());
50 set_md_var("descr", "Tests the get function with a default value");
55 ATF_REQUIRE(atf::env::get("PATH", "default value") != "default value");
57 ATF_REQUIRE_EQ(atf::env::get("_UNDEFINED_VARIABLE_", "foo bar"), "foo bar");
68 const std::string& oldval = atf::env::get("PATH");
70 ATF_REQUIRE(atf::env::get("PATH") != oldval);
71 ATF_REQUIRE_EQ(atf::env::get("PATH"), "foo-bar");
75 ATF_REQUIRE_EQ(atf::env::get("_UNDEFINED_VARIABLE_"), "foo2-bar2");
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenCLRuntime.cpp41 return llvm::PointerType::get(llvm::StructType::create(
44 return llvm::PointerType::get(llvm::StructType::create(
47 return llvm::PointerType::get(llvm::StructType::create(
50 return llvm::PointerType::get(llvm::StructType::create(
53 return llvm::PointerType::get(llvm::StructType::create(
56 return llvm::PointerType::get(llvm::StructType::create(
59 return llvm::IntegerType::get(CGM.getLLVMContext(),32);
61 return llvm::PointerType::get(llvm::StructType::create(
/freebsd-10-stable/sys/dev/isci/scil/
H A Dsci_pool.h60 * is expected to evaluate the pool condition empty before a get
90 U32 get; \
98 * If the pool is empty the user should not perform any get operation on
102 ((this_pool).get == (this_pool).put)
109 (SCI_POOL_INCREMENT(this_pool, (this_pool).put) == (this_pool).get)
114 * get and put pointers can be written simultaneously by different
132 (this_pool).get > (this_pool).put \
133 ? ((this_pool).size - (this_pool).get + (this_pool).put) \
134 : ((this_pool).put - (this_pool).get) \
145 (this_pool).get
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DRegisterClassInfo.h41 return makeArrayRef(Order.get(), NumRegs);
71 const RCInfo &get(const TargetRegisterClass *RC) const { function in class:llvm::RegisterClassInfo
88 return get(RC).NumRegs;
95 return get(RC);
105 return get(RC).ProperSubClass;
121 return get(RC).MinCost;
129 return get(RC).LastCostChange;
/freebsd-10-stable/contrib/libstdc++/include/tr1/
H A Dref_wrap_iterate.h43 { return get()(); }
/freebsd-10-stable/contrib/netbsd-tests/sbin/route/
H A Dt_missing.sh40 route -n get
/freebsd-10-stable/contrib/wpa/src/utils/
H A Dext_password_i.h18 struct wpabuf * (*get)(void *ctx, const char *name); member in struct:ext_password_backend

Completed in 388 milliseconds

1234567891011>>