Home
last modified time | relevance | path

Searched defs:existing_id (Results 1 – 25 of 101) sorted by relevance

12345

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/fuzz/
H A Dfuzzer_pass.cpp188 if (auto existing_id = fuzzerutil::MaybeGetBoolType(GetIRContext())) { in FindOrCreateBoolType() local
198 auto existing_id = GetIRContext()->get_type_mgr()->GetId(&int_type); in FindOrCreateIntegerType() local
209 auto existing_id = GetIRContext()->get_type_mgr()->GetId(&float_type); in FindOrCreateFloatType() local
227 auto existing_id = fuzzerutil::FindFunctionType(GetIRContext(), type_ids); in FindOrCreateFunctionType() local
246 auto existing_id = GetIRContext()->get_type_mgr()->GetId(&vector_type); in FindOrCreateVectorType() local
267 auto existing_id = GetIRContext()->get_type_mgr()->GetId(&matrix_type); in FindOrCreateMatrixType() local
279 if (auto existing_id = in FindOrCreateStructType() local
292 auto existing_id = fuzzerutil::MaybeGetPointerType( in FindOrCreatePointerType() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass.cpp188 if (auto existing_id = fuzzerutil::MaybeGetBoolType(GetIRContext())) { in FindOrCreateBoolType() local
198 auto existing_id = GetIRContext()->get_type_mgr()->GetId(&int_type); in FindOrCreateIntegerType() local
209 auto existing_id = GetIRContext()->get_type_mgr()->GetId(&float_type); in FindOrCreateFloatType() local
227 auto existing_id = fuzzerutil::FindFunctionType(GetIRContext(), type_ids); in FindOrCreateFunctionType() local
246 auto existing_id = GetIRContext()->get_type_mgr()->GetId(&vector_type); in FindOrCreateVectorType() local
267 auto existing_id = GetIRContext()->get_type_mgr()->GetId(&matrix_type); in FindOrCreateMatrixType() local
279 if (auto existing_id = in FindOrCreateStructType() local
292 auto existing_id = fuzzerutil::MaybeGetPointerType( in FindOrCreatePointerType() local
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass.cpp232 if (auto existing_id = fuzzerutil::MaybeGetBoolType(GetIRContext())) { in FindOrCreateBoolType() local
242 auto existing_id = GetIRContext()->get_type_mgr()->GetId(&int_type); in FindOrCreateIntegerType() local
253 auto existing_id = GetIRContext()->get_type_mgr()->GetId(&float_type); in FindOrCreateFloatType() local
271 auto existing_id = fuzzerutil::FindFunctionType(GetIRContext(), type_ids); in FindOrCreateFunctionType() local
290 auto existing_id = GetIRContext()->get_type_mgr()->GetId(&vector_type); in FindOrCreateVectorType() local
311 auto existing_id = GetIRContext()->get_type_mgr()->GetId(&matrix_type); in FindOrCreateMatrixType() local
323 if (auto existing_id = in FindOrCreateStructType() local
336 auto existing_id = fuzzerutil::MaybeGetPointerType( in FindOrCreatePointerType() local
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/fuzz/
H A Dfuzzer_pass.cpp232 if (auto existing_id = fuzzerutil::MaybeGetBoolType(GetIRContext())) { in FindOrCreateBoolType() local
242 auto existing_id = GetIRContext()->get_type_mgr()->GetId(&int_type); in FindOrCreateIntegerType() local
253 auto existing_id = GetIRContext()->get_type_mgr()->GetId(&float_type); in FindOrCreateFloatType() local
271 auto existing_id = fuzzerutil::FindFunctionType(GetIRContext(), type_ids); in FindOrCreateFunctionType() local
290 auto existing_id = GetIRContext()->get_type_mgr()->GetId(&vector_type); in FindOrCreateVectorType() local
311 auto existing_id = GetIRContext()->get_type_mgr()->GetId(&matrix_type); in FindOrCreateMatrixType() local
323 if (auto existing_id = in FindOrCreateStructType() local
336 auto existing_id = fuzzerutil::MaybeGetPointerType( in FindOrCreatePointerType() local
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/c++/src/
H A DH5VarLenType.cpp46 VarLenType::VarLenType(const hid_t existing_id) : DataType(existing_id) {} in VarLenType()
H A DH5IntType.cpp74 IntType::IntType( const hid_t existing_id ) : AtomType( existing_id ) {} in IntType()
H A DH5ArrayType.cpp51 ArrayType::ArrayType( const hid_t existing_id ) : DataType( existing_id ) in ArrayType()
H A DH5StrType.cpp117 StrType::StrType( const hid_t existing_id ) : AtomType( existing_id ) {} in StrType()
H A DH5Group.cpp85 Group::Group(const hid_t existing_id) : H5Object() in Group()
/dports/science/hdf5-18/hdf5-1.8.21/c++/src/
H A DH5VarLenType.cpp44 VarLenType::VarLenType(const hid_t existing_id) : DataType(existing_id) {} in VarLenType()
H A DH5Group.cpp78 Group::Group(const hid_t existing_id) : H5Object(), CommonFG(), id(existing_id) in Group()
H A DH5IntType.cpp70 IntType::IntType(const hid_t existing_id) : AtomType(existing_id) {} in IntType()
H A DH5ArrayType.cpp44 ArrayType::ArrayType(const hid_t existing_id) : DataType( existing_id ) {} in ArrayType()
H A DH5AtomType.cpp45 AtomType::AtomType(const hid_t existing_id) : DataType( existing_id ) {} in AtomType()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/c++/src/
H A DH5VarLenType.cpp45 VarLenType::VarLenType(const hid_t existing_id) : DataType(existing_id) {} in VarLenType()
H A DH5IntType.cpp73 IntType::IntType(const hid_t existing_id) : AtomType( existing_id ) {} in IntType()
H A DH5ArrayType.cpp46 ArrayType::ArrayType(const hid_t existing_id) : DataType(existing_id) {} in ArrayType()
H A DH5AtomType.cpp47 AtomType::AtomType(const hid_t existing_id) : DataType(existing_id) {} in AtomType()
/dports/science/hdf5/hdf5-1.10.6/c++/src/
H A DH5VarLenType.cpp45 VarLenType::VarLenType(const hid_t existing_id) : DataType(existing_id) {} in VarLenType()
H A DH5IntType.cpp73 IntType::IntType(const hid_t existing_id) : AtomType( existing_id ) {} in IntType()
H A DH5ArrayType.cpp46 ArrayType::ArrayType(const hid_t existing_id) : DataType(existing_id) {} in ArrayType()
/dports/www/drupal9/drupal-9.2.10/core/tests/fixtures/database_drivers/custom/fake/
H A DConnection.php63 public function nextId($existing_id = 0) {
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/Tests/Core/Database/Stub/
H A DStubConnection.php66 public function nextId($existing_id = 0) {
/dports/www/drupal8/drupal-8.9.20/core/tests/fixtures/database_drivers/custom/fake/
H A DConnection.php64 public function nextId($existing_id = 0) {
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Core/Database/Stub/
H A DStubConnection.php98 public function nextId($existing_id = 0) {

12345