Searched refs:int_value (Results 1 – 7 of 7) sorted by relevance
/llvm-project/clang/test/PCH/ |
H A D | types.c | 9 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 D | cxx_exprs.h | 21 int int_value; variable 22 typedef __typeof__(double(int_value)) functional_cast_result;
|
/llvm-project/lldb/unittests/ScriptInterpreter/Python/ |
H A D | PythonDataObjectsTests.cpp | 402 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 D | TestExec.py | 92 int_value = value.GetValueAsSigned() 93 self.assertEqual(int_value, 3, "Expression got the right result.")
|
/llvm-project/clang/test/CodeCompletion/ |
H A D | incomplete-ret-type.cpp | 2 int int_value; variable
|
/llvm-project/lldb/tools/debugserver/source/ |
H A D | RNBRemote.cpp | 4441 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 D | sub_group_ballot.ll | 466 ; 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]]
|