Home
last modified time | relevance | path

Searched refs:int_value (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/test/PCH/
H A Dtypes.c9 INT int_value; variable
14 ASInt *as_int_ptr1 = &int_value; // expected-error{{changes address space of pointer}}
26 int_ptr int_value_ptr = &int_value;
68 typeof_17 *t17 = &int_value;
H A Dcxx_exprs.h21 int int_value; variable
22 typedef __typeof__(double(int_value)) functional_cast_result;
/llvm-project/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp402 PythonInteger int_value(1); in TEST_F() local
406 tuple.SetItemAtIndex(0, int_value); in TEST_F()
410 EXPECT_EQ(tuple.GetItemAtIndex(0).get(), int_value.get()); in TEST_F()
416 PythonInteger int_value(1); in TEST_F() local
419 PythonTuple tuple{int_value, string_value, none_value}; in TEST_F()
422 EXPECT_EQ(tuple.GetItemAtIndex(0).get(), int_value.get()); in TEST_F()
428 PythonInteger int_value(1); in TEST_F() local
432 PythonTuple tuple{int_value.get(), string_value.get(), none_value.get()}; in TEST_F()
435 EXPECT_EQ(tuple.GetItemAtIndex(0).get(), int_value.get()); in TEST_F()
441 PythonInteger int_value( in TEST_F() local
[all...]
/llvm-project/lldb/test/API/functionalities/exec/
H A DTestExec.py92 int_value = value.GetValueAsSigned()
93 self.assertEqual(int_value, 3, "Expression got the right result.")
/llvm-project/clang/test/CodeCompletion/
H A Dincomplete-ret-type.cpp2 int int_value; variable
/llvm-project/lldb/tools/debugserver/source/
H A DRNBRemote.cpp4441 uint32_t int_value = 0; in HandlePacket_GetProfileData()
4442 if (iss >> std::hex >> int_value) {
4443 scan_type = (DNBProfileDataScanType)int_value;
4475 uint32_t int_value = 0; in HandlePacket_SetEnableAsyncProfiling()
4476 if (iss >> std::hex >> int_value) {
4477 scan_type = (DNBProfileDataScanType)int_value;
4428 uint32_t int_value = 0; HandlePacket_GetProfileData() local
4462 uint32_t int_value = 0; HandlePacket_SetEnableAsyncProfiling() local
/llvm-project/llvm/test/CodeGen/SPIRV/transcoding/
H A Dsub_group_ballot.ll466 ; CHECK-SPIRV: %[[#int_value:]] = OpCompositeExtract %[[#int]]
467 ; CHECK-SPIRV: %[[#]] = OpGroupNonUniformBroadcastFirst %[[#int]] %[[#ScopeSubgroup]] %[[#int_value]]
522 ; CHECK-SPIRV: %[[#int_value:]] = OpCompositeExtract %[[#int]]
523 ; CHECK-SPIRV: %[[#]] = OpGroupNonUniformBroadcastFirst %[[#int]] %[[#ScopeSubgroup]] %[[#int_value]]