Home
last modified time | relevance | path

Searched refs:caller_id (Results 1 – 5 of 5) sorted by relevance

/third_party/spirv-tools/source/fuzz/
Dtransformation_add_parameter.cpp62 uint32_t caller_id = instr->result_id(); in IsApplicable() local
65 if (call_parameter_ids_map.find(caller_id) == in IsApplicable()
69 uint32_t value_id = call_parameter_ids_map[caller_id]; in IsApplicable()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_add_parameter.cpp62 uint32_t caller_id = instr->result_id(); in IsApplicable() local
65 if (call_parameter_ids_map.find(caller_id) == in IsApplicable()
69 uint32_t value_id = call_parameter_ids_map[caller_id]; in IsApplicable()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_parameter.cpp62 uint32_t caller_id = instr->result_id(); in IsApplicable() local
65 if (call_parameter_ids_map.find(caller_id) == in IsApplicable()
69 uint32_t value_id = call_parameter_ids_map[caller_id]; in IsApplicable()
/third_party/node/deps/v8/src/torque/
Dkythe-data.cc77 kythe_entity_t caller_id = AddFunctionDefinition(caller); in AddCall() local
81 that->consumer_->AddCall(KytheConsumer::Kind::Function, caller_id, call_pos, in AddCall()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h29028 u32 caller_id; member