Home
last modified time | relevance | path

Searched refs:get (Results 601 - 625 of 13990) sorted by relevance

1...<<21222324252627282930>>...560

/third_party/spirv-tools/test/opt/
H A Dvalue_table_test.cpp51 ValueNumberTable vtable(context.get()); in TEST_F()
78 ValueNumberTable vtable(context.get()); in TEST_F()
108 ValueNumberTable vtable(context.get()); in TEST_F()
136 ValueNumberTable vtable(context.get()); in TEST_F()
166 ValueNumberTable vtable(context.get()); in TEST_F()
192 ValueNumberTable vtable(context.get()); in TEST_F()
220 ValueNumberTable vtable(context.get()); in TEST_F()
247 ValueNumberTable vtable(context.get()); in TEST_F()
274 ValueNumberTable vtable(context.get()); in TEST_F()
301 ValueNumberTable vtable(context.get()); in TEST_F()
[all...]
H A Dstrength_reduction_test.cpp56 EXPECT_EQ(Pass::Status::SuccessWithChange, std::get<1>(result)); in TEST_F()
57 const std::string& output = std::get<0>(result); in TEST_F()
126 EXPECT_EQ(Pass::Status::SuccessWithChange, std::get<1>(result)); in TEST_F()
127 const std::string& output = std::get<0>(result); in TEST_F()
157 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F()
186 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F()
214 EXPECT_EQ(Pass::Status::SuccessWithChange, std::get<1>(result)); in TEST_F()
215 const std::string& output = std::get<0>(result); in TEST_F()
248 EXPECT_EQ(Pass::Status::SuccessWithChange, std::get<1>(result)); in TEST_F()
249 const std::string& output = std::get< in TEST_F()
[all...]
/third_party/node/lib/internal/http2/
H A Dcompat.js212 get(stream, prop) {
348 get aborted() {
352 get complete() {
359 get stream() {
363 get headers() {
367 get rawHeaders() {
371 get trailers() {
375 get rawTrailers() {
379 get httpVersionMajor() {
383 get httpVersionMino
[all...]
/foundation/ability/ability_base/interfaces/kits/native/view_data/src/
H A Dpage_node_info.cpp42 id = jsonObject.at(PAGE_NODE_INFO_ID).get<int32_t>(); in FromJsonString()
45 depth = jsonObject.at(PAGE_NODE_INFO_DEPTH).get<int32_t>(); in FromJsonString()
48 autoFillType = static_cast<AutoFillType>(jsonObject.at(PAGE_NODE_INFO_AUTO_FILL_TYPE).get<int32_t>()); in FromJsonString()
51 tag = jsonObject.at(PAGE_NODE_INFO_TAG).get<std::string>(); in FromJsonString()
54 value = jsonObject.at(PAGE_NODE_INFO_VALUE).get<std::string>(); in FromJsonString()
57 placeholder = jsonObject.at(PAGE_NODE_INFO_PLACEHOLDER).get<std::string>(); in FromJsonString()
60 passwordRules = jsonObject.at(PAGE_NODE_INFO_PASSWORD_RULES).get<std::string>(); in FromJsonString()
63 metadata = jsonObject.at(PAGE_NODE_INFO_META_DATA).get<std::string>(); in FromJsonString()
67 enableAutoFill = jsonObject.at(PAGE_NODE_INFO_ENABLE_AUTO_FILL).get<bool>(); in FromJsonString()
82 isFocus = jsonObject.at(PAGE_NODE_INFO_IS_FOCUS).get<boo in ParseJsonToPageNodeInfo()
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/utils/
H A Ddata_test.cpp76 EXPECT_TRUE(data->BuildWithCopy(intData.get(), sizeof(*intData.get()))); in HWTEST_F()
90 EXPECT_TRUE(data->BuildWithoutCopy(intData.get(), sizeof(*intData.get()))); in HWTEST_F()
104 EXPECT_TRUE(data->BuildUninitialized(sizeof(*intData.get()))); in HWTEST_F()
131 data->BuildWithCopy(intData.get(), sizeof(*intData.get())); in HWTEST_F()
132 EXPECT_TRUE(sizeof(*intData.get()) == data->GetSize()); in HWTEST_F()
146 data->BuildWithCopy(intData.get(), sizeof(*intData.get())); in HWTEST_F()
[all...]
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_physical_device_features.py147 if _type.attrib.get('name') != 'VkPhysicalDeviceFeatures':
167 if _extension.attrib.get('provisional') != 'true':
170 provisional_structs.add(p.attrib.get('name'))
174 if _type.attrib.get('category') != 'struct':
176 if _type.attrib.get('structextends') != 'VkPhysicalDeviceFeatures2,VkDeviceCreateInfo':
178 if _type.attrib.get('name') in provisional_structs:
184 s_type = elem.attrib.get('values')
194 s_type = p.attrib.get('values')
199 feat = Feature(name=_type.attrib.get('name'), vk_type=s_type, vk_flags=flags)
200 features[_type.attrib.get('nam
[all...]
/third_party/rust/crates/libloading/tests/
H A Dfunctions.rs42 let f: Symbol<unsafe extern "C" fn(u32) -> u32> = lib.get(b"test_identity_u32\0").unwrap(); in test_id_u32()
61 let f: Symbol<unsafe extern "C" fn(S) -> S> = lib.get(b"test_identity_struct\0").unwrap(); in test_id_struct()
84 let f: Symbol<unsafe extern "C" fn(S) -> S> = lib.get(b"test_identity_struct\0").unwrap(); in test_0_no_0()
85 let f2: Symbol<unsafe extern "C" fn(S) -> S> = lib.get(b"test_identity_struct").unwrap(); in test_0_no_0()
104 lib.get::<*mut ()>(b"test_does_not_exist").err().unwrap(); in missing_symbol_fails()
105 lib.get::<*mut ()>(b"test_does_not_exist\0").err().unwrap(); in missing_symbol_fails()
114 lib.get::<*mut ()>(b"test_does\0_not_exist").err().unwrap(); in interior_null_fails()
115 lib.get::<*mut ()>(b"test\0_does_not_exist\0") in interior_null_fails()
126 assert!(match lib.get::<()>(b"test_identity_u32\0") { in test_incompatible_type()
136 unsafe fn get<' in test_incompatible_type_named_fn() functions
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dcall_graph_test.cpp281 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST()
284 const auto graph = CallGraph(context.get()); in TEST()
301 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST()
304 const auto graph = CallGraph(context.get()); in TEST()
320 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST()
323 const auto graph = CallGraph(context.get()); in TEST()
339 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST()
342 const auto graph = CallGraph(context.get()); in TEST()
362 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST()
365 const auto graph = CallGraph(context.get()); in TEST()
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dstrength_reduction_test.cpp61 EXPECT_EQ(Pass::Status::SuccessWithChange, std::get<1>(result)); in TEST_F()
62 const std::string& output = std::get<0>(result); in TEST_F()
131 EXPECT_EQ(Pass::Status::SuccessWithChange, std::get<1>(result)); in TEST_F()
132 const std::string& output = std::get<0>(result); in TEST_F()
162 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F()
191 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F()
219 EXPECT_EQ(Pass::Status::SuccessWithChange, std::get<1>(result)); in TEST_F()
220 const std::string& output = std::get<0>(result); in TEST_F()
253 EXPECT_EQ(Pass::Status::SuccessWithChange, std::get<1>(result)); in TEST_F()
254 const std::string& output = std::get< in TEST_F()
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/reduce/
H A Dremove_block_test.cpp69 context.get(), 0); in TEST()
110 CheckEqual(env, after_op_0, context.get()); in TEST()
147 CheckEqual(env, after_op_1, context.get()); in TEST()
184 context.get(), 0); in TEST()
212 context.get(), 0); in TEST()
250 context.get(), 0); in TEST()
290 context.get(), 0); in TEST()
320 CheckEqual(env, after_op_0, context.get()); in TEST()
326 context.get(), 0); in TEST()
353 CheckEqual(env, after_op_0_again, context.get()); in TEST()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dcall_graph_test.cpp281 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST()
284 const auto graph = CallGraph(context.get()); in TEST()
301 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST()
304 const auto graph = CallGraph(context.get()); in TEST()
320 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST()
323 const auto graph = CallGraph(context.get()); in TEST()
339 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST()
342 const auto graph = CallGraph(context.get()); in TEST()
362 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST()
365 const auto graph = CallGraph(context.get()); in TEST()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dstrength_reduction_test.cpp61 EXPECT_EQ(Pass::Status::SuccessWithChange, std::get<1>(result)); in TEST_F()
62 const std::string& output = std::get<0>(result); in TEST_F()
131 EXPECT_EQ(Pass::Status::SuccessWithChange, std::get<1>(result)); in TEST_F()
132 const std::string& output = std::get<0>(result); in TEST_F()
162 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F()
191 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F()
219 EXPECT_EQ(Pass::Status::SuccessWithChange, std::get<1>(result)); in TEST_F()
220 const std::string& output = std::get<0>(result); in TEST_F()
253 EXPECT_EQ(Pass::Status::SuccessWithChange, std::get<1>(result)); in TEST_F()
254 const std::string& output = std::get< in TEST_F()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/reduce/
H A Dremove_block_test.cpp69 context.get(), 0); in TEST()
110 CheckEqual(env, after_op_0, context.get()); in TEST()
147 CheckEqual(env, after_op_1, context.get()); in TEST()
184 context.get(), 0); in TEST()
212 context.get(), 0); in TEST()
250 context.get(), 0); in TEST()
290 context.get(), 0); in TEST()
320 CheckEqual(env, after_op_0, context.get()); in TEST()
326 context.get(), 0); in TEST()
353 CheckEqual(env, after_op_0_again, context.get()); in TEST()
[all...]
/third_party/skia/tests/
H A DProxyRefTest.cpp57 CheckSingleThreadedProxyRefs(reporter, proxy.get(), 2, backingRefs); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
61 CheckSingleThreadedProxyRefs(reporter, proxy.get(), 2, 1); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
63 CheckSingleThreadedProxyRefs(reporter, proxy.get(), 1, 1); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
75 CheckSingleThreadedProxyRefs(reporter, proxy.get(), 3, backingRefs); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
79 CheckSingleThreadedProxyRefs(reporter, proxy.get(), 3, 1); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
84 CheckSingleThreadedProxyRefs(reporter, proxy.get(), 1, 1); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
95 CheckSingleThreadedProxyRefs(reporter, proxy.get(), 2, backingRefs); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
99 CheckSingleThreadedProxyRefs(reporter, proxy.get(), 2, 1); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
102 CheckSingleThreadedProxyRefs(reporter, proxy.get(), 3, 1); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
104 CheckSingleThreadedProxyRefs(reporter, proxy.get(), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
[all...]
/third_party/spirv-tools/test/fuzz/
H A Dcall_graph_test.cpp281 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST()
284 const auto graph = CallGraph(context.get()); in TEST()
301 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST()
304 const auto graph = CallGraph(context.get()); in TEST()
320 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST()
323 const auto graph = CallGraph(context.get()); in TEST()
339 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST()
342 const auto graph = CallGraph(context.get()); in TEST()
362 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST()
365 const auto graph = CallGraph(context.get()); in TEST()
[all...]
/third_party/spirv-tools/test/reduce/
H A Dremove_block_test.cpp69 context.get(), 0); in TEST()
110 CheckEqual(env, after_op_0, context.get()); in TEST()
147 CheckEqual(env, after_op_1, context.get()); in TEST()
184 context.get(), 0); in TEST()
212 context.get(), 0); in TEST()
250 context.get(), 0); in TEST()
290 context.get(), 0); in TEST()
320 CheckEqual(env, after_op_0, context.get()); in TEST()
326 context.get(), 0); in TEST()
353 CheckEqual(env, after_op_0_again, context.get()); in TEST()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp561 DE_ASSERT(pipelineToRun.get() < pipelineCount); in BaseParams()
1347 generateSources(programCollection, m_params.get()); in initPrograms()
1443 ? getShaderModuleIdentifier(vkd1, device1, shaderModule1.get()) in runTest()
1448 ? getShaderModuleIdentifier(vkd2, device2, shaderModule2.get()) in runTest()
1550 vkd.reset(new DeviceDriver(vkp, instance, device.get(), context.getUsedApiVersion())); in DeviceHelper()
1552 allocator.reset(new SimpleAllocator(*vkd, device.get(), getPhysicalDeviceMemoryProperties(vki, physicalDevice))); in DeviceHelper()
1566 const auto dev2 = (m_params->differentDevices ? helper->device.get() : device); in iterate()
1586 const auto paramsPtr = dynamic_cast<Params*>(m_params.get()); in createInstance()
1672 , m_createAndUseIdsParams (dynamic_cast<const CreateAndUseIdsInstance::Params*>(m_params.get())) in CreateAndUseIdsCase()
1781 return m_moduleIdCreateInfo.get(); in getModuleIdCreateInfo()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderMiscTestsEXT.cpp120 return taskCount.get(); in drawCount()
290 const auto colorView = makeImageView(vkd, device, colorImage.get(), VK_IMAGE_VIEW_TYPE_2D, imageFormat, colorSRR); in iterate()
308 const auto meshShader = createShaderModule(vkd, device, binaries.get("mesh")); in iterate()
309 const auto fragShader = createShaderModule(vkd, device, binaries.get("frag")); in iterate()
313 taskShader = createShaderModule(vkd, device, binaries.get("task")); in iterate()
319 const auto framebuffer = makeFramebuffer(vkd, device, renderPass.get(), colorView.get(), imageExtent.width, imageExtent.height); in iterate()
351 const auto pipeline = makeGraphicsPipeline(vkd, device, pipelineLayout.get(), in iterate()
352 taskShader.get(), meshShader.get(), fragShade in iterate()
[all...]
H A DvktMeshShaderPropertyTestsEXT.cpp440 const auto pipelineLayout = makePipelineLayout(vkd, device, setLayout.get()); in iterate()
445 const auto descriptorSet = makeDescriptorSet(vkd, device, descriptorPool.get(), setLayout.get()); in iterate()
448 const auto resultsBufferDescInfo = makeDescriptorBufferInfo(resultsBuffer.get(), 0ull, resultsBufferSize); in iterate()
449 updateBuilder.writeSingle(descriptorSet.get(), DescriptorSetUpdateBuilder::Location::binding(0u), resultsBufferDescType, &resultsBufferDescInfo); in iterate()
454 const auto taskShader = (hasTask ? createShaderModule(vkd, device, binaries.get("task")) : Move<VkShaderModule>()); in iterate()
455 const auto meshShader = createShaderModule(vkd, device, binaries.get("mesh")); in iterate()
458 const auto framebuffer = makeFramebuffer(vkd, device, renderPass.get(), 0u, nullptr, framebufferExtent.width, framebufferExtent.height); in iterate()
487 stageInfo.module = taskShader.get(); in iterate()
493 stageInfo.module = meshShader.get(); in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderMiscTestsEXT.cpp120 return taskCount.get(); in drawCount()
290 const auto colorView = makeImageView(vkd, device, colorImage.get(), VK_IMAGE_VIEW_TYPE_2D, imageFormat, colorSRR); in iterate()
308 const auto meshShader = createShaderModule(vkd, device, binaries.get("mesh")); in iterate()
309 const auto fragShader = createShaderModule(vkd, device, binaries.get("frag")); in iterate()
313 taskShader = createShaderModule(vkd, device, binaries.get("task")); in iterate()
319 const auto framebuffer = makeFramebuffer(vkd, device, renderPass.get(), colorView.get(), imageExtent.width, imageExtent.height); in iterate()
351 const auto pipeline = makeGraphicsPipeline(vkd, device, pipelineLayout.get(), in iterate()
352 taskShader.get(), meshShader.get(), fragShade in iterate()
[all...]
H A DvktMeshShaderPropertyTestsEXT.cpp440 const auto pipelineLayout = makePipelineLayout(vkd, device, setLayout.get()); in iterate()
445 const auto descriptorSet = makeDescriptorSet(vkd, device, descriptorPool.get(), setLayout.get()); in iterate()
448 const auto resultsBufferDescInfo = makeDescriptorBufferInfo(resultsBuffer.get(), 0ull, resultsBufferSize); in iterate()
449 updateBuilder.writeSingle(descriptorSet.get(), DescriptorSetUpdateBuilder::Location::binding(0u), resultsBufferDescType, &resultsBufferDescInfo); in iterate()
454 const auto taskShader = (hasTask ? createShaderModule(vkd, device, binaries.get("task")) : Move<VkShaderModule>()); in iterate()
455 const auto meshShader = createShaderModule(vkd, device, binaries.get("mesh")); in iterate()
458 const auto framebuffer = makeFramebuffer(vkd, device, renderPass.get(), 0u, nullptr, framebufferExtent.width, framebufferExtent.height); in iterate()
487 stageInfo.module = taskShader.get(); in iterate()
493 stageInfo.module = meshShader.get(); in iterate()
[all...]
/third_party/mesa3d/src/mapi/glapi/gen/
H A Dgl_XML.py65 value = element.get( name, default )
255 name = element.get( "name" )
256 alias = element.get( "alias" )
327 self.name = element.get( "name" )
336 self.size = int( element.get( "size" ), 0 )
340 tn.size = int( element.get( "size" ), 0 )
358 self.value = int( element.get( "value" ), 0 )
360 temp = element.get( "count" )
406 self.name = element.get( "name" )
408 ts = element.get( "typ
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/spirv/
H A Dinvocation.cpp60 T get(const char *source, size_t index) { in get() function
164 const auto desc_word = get<uint32_t>(inst, 0); in create_binary_from_spirv()
170 names.emplace(get<SpvId>(inst, 1), in create_binary_from_spirv()
193 if (get<SpvExecutionModel>(inst, 1) == SpvExecutionModelKernel) in create_binary_from_spirv()
194 kernels.emplace(get<SpvId>(inst, 2), in create_binary_from_spirv()
199 switch (get<SpvExecutionMode>(inst, 2)) { in create_binary_from_spirv()
201 req_local_sizes[get<SpvId>(inst, 1)] = { in create_binary_from_spirv()
202 get<uint32_t>(inst, 3), in create_binary_from_spirv()
203 get<uint32_t>(inst, 4), in create_binary_from_spirv()
204 get<uint32_ in create_binary_from_spirv()
[all...]
/third_party/node/src/crypto/
H A Dcrypto_context.cc70 int written = BIO_write(bio.get(), bsrc.data<char>(), bsrc.size()); in LoadBIO()
88 int ret = SSL_CTX_use_certificate(ctx, x.get()); in SSL_CTX_use_certificate_chain()
110 if (issuer != nullptr || X509_check_issued(ca, x.get()) != X509_V_OK) in SSL_CTX_use_certificate_chain()
123 *issuer_ = SSL_CTX_get_issuer(ctx, x.get()); in SSL_CTX_use_certificate_chain()
136 cert->reset(X509_dup(x.get())); in SSL_CTX_use_certificate_chain()
157 PEM_read_bio_X509_AUX(in.get(), nullptr, NoPasswordCallback, nullptr)); in SSL_CTX_use_certificate_chain()
168 while (X509Pointer extra {PEM_read_bio_X509(in.get(), in SSL_CTX_use_certificate_chain()
172 if (sk_X509_push(extra_certs.get(), extra.get())) { in SSL_CTX_use_certificate_chain()
192 extra_certs.get(), in SSL_CTX_use_certificate_chain()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstants.cpp321 return ConstantInt::get(Ty, 0); in getNullValue()
323 return ConstantFP::get(Ty->getContext(), in getNullValue()
326 return ConstantFP::get(Ty->getContext(), in getNullValue()
329 return ConstantFP::get(Ty->getContext(), in getNullValue()
332 return ConstantFP::get(Ty->getContext(), in getNullValue()
335 return ConstantFP::get(Ty->getContext(), in getNullValue()
338 return ConstantFP::get(Ty->getContext(), in getNullValue()
342 return ConstantPointerNull::get(cast<PointerType>(Ty)); in getNullValue()
346 return ConstantAggregateZero::get(Ty); in getNullValue()
348 return ConstantTokenNone::get(T in getNullValue()
691 ConstantInt *ConstantInt::get(LLVMContext &Context, const APInt &V) { get() function in ConstantInt
704 Constant *ConstantInt::get(Type *Ty, uint64_t V, bool isSigned) { get() function in ConstantInt
714 ConstantInt *ConstantInt::get(IntegerType *Ty, uint64_t V, bool isSigned) { get() function in ConstantInt
726 Constant *ConstantInt::get(Type *Ty, const APInt& V) { get() function in ConstantInt
738 ConstantInt *ConstantInt::get(IntegerType* Ty, StringRef Str, uint8_t radix) { get() function in ConstantInt
767 Constant *ConstantFP::get(Type *Ty, double V) { get() function in ConstantFP
783 Constant *ConstantFP::get(Type *Ty, const APFloat &V) { get() function in ConstantFP
795 Constant *ConstantFP::get(Type *Ty, StringRef Str) { get() function in ConstantFP
862 ConstantFP* ConstantFP::get(LLVMContext &Context, const APFloat& V) { get() function in ConstantFP
1065 Constant *ConstantArray::get(ArrayType *Ty, ArrayRef<Constant*> V) { get() function in ConstantArray
1126 Constant *ConstantStruct::get(StructType *ST, ArrayRef<Constant*> V) { get() function in ConstantStruct
1161 Constant *ConstantVector::get(ArrayRef<Constant*> V) { get() function in ConstantVector
1212 ConstantTokenNone *ConstantTokenNone::get(LLVMContext &Context) { get() function in ConstantTokenNone
1414 ConstantAggregateZero *ConstantAggregateZero::get(Type *Ty) { get() function in ConstantAggregateZero
1500 ConstantPointerNull *ConstantPointerNull::get(PointerType *Ty) { get() function in ConstantPointerNull
1514 UndefValue *UndefValue::get(Type *Ty) { get() function in UndefValue
1528 BlockAddress *BlockAddress::get(BasicBlock *BB) { get() function in BlockAddress
1533 BlockAddress *BlockAddress::get(Function *F, BasicBlock *BB) { get() function in BlockAddress
1905 Constant *ConstantExpr::get(unsigned Opcode, Constant *C, unsigned Flags, get() function in ConstantExpr
1936 Constant *ConstantExpr::get(unsigned Opcode, Constant *C1, Constant *C2, get() function in ConstantExpr
2663 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<uint8_t> Elts){ get() function in ConstantDataVector
2668 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<uint16_t> Elts){ get() function in ConstantDataVector
2673 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<uint32_t> Elts){ get() function in ConstantDataVector
2678 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<uint64_t> Elts){ get() function in ConstantDataVector
2683 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<float> Elts) { get() function in ConstantDataVector
2688 Constant *ConstantDataVector::get(LLVMContext &Context, ArrayRef<double> Elts) { get() function in ConstantDataVector
[all...]

Completed in 33 milliseconds

1...<<21222324252627282930>>...560