Home
last modified time | relevance | path

Searched refs:test_id (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/test/Transforms/RewriteStatepointsForGC/
H A Dpatchable-statepoints.ll8 define void @test_id() gc "statepoint-example" personality i32 ()* @personality_function {
9 ; CHECK-LABEL: @test_id(
/llvm-project-15.0.7/mlir/test/Target/SPIRV/
H A Dstruct.mlir34 // CHECK: !spv.ptr<!spv.struct<test_id, (!spv.array<128 x f32, stride=4> [0])>, Input>
35 …spv.GlobalVariable @id_var0 : !spv.ptr<!spv.struct<test_id, (!spv.array<128 x f32, stride=4> [0])>…
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dstatepoint-stackmap-format.ll66 define i1 @test_id() gc "statepoint-example" {
67 ; CHECK-LABEL: test_id
147 ; CHECK-NEXT: .quad test_id
339 ; Records for the test_id function:
345 ; CHECK-NEXT: .long .Ltmp2-test_id
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dencode-test.m174 id test_id = 0;
177 const char g14[] = @encode(__typeof__(*test_id));
/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_functiontestcase.py125 def test_id(self): member in Test_FunctionTestCase
H A Dtest_case.py540 def test_id(self): member in Test_TestCase
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h273 int total_shards, int shard_index, int test_id);
H A Dgtest.cc5481 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { in ShouldRunTestOnShard() argument
5482 return (test_id % total_shards) == shard_index; in ShouldRunTestOnShard()