Home
last modified time | relevance | path

Searched defs:b_type (Results 1 – 15 of 15) sorted by relevance

/external/libabigail/tests/data/test-diff-suppr/
Dtest1-typedef-suppr-v1.c17 struct b_type struct
24 bar(struct b_type* b) in bar() argument
Dtest1-typedef-suppr-v0.c16 struct b_type struct
22 bar(struct b_type* b) in bar() argument
/external/python/cpython3/Include/cpython/
Dframeobject.h12 int b_type; /* what kind of block this is */ member
/external/python/cpython2/Include/
Dframeobject.h11 int b_type; /* what kind of block this is */ member
/external/llvm-project/flang/test/Lower/
Dpre-fir-tree02.f90152 type, extends(a_type) :: b_type type
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_function.cpp44 uint32_t b_type = b->GetOperandAs<uint32_t>(2); in DoPointeesLogicallyMatch() local
Dvalidate_extensions.cpp2111 const uint32_t b_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_function.cpp44 uint32_t b_type = b->GetOperandAs<uint32_t>(2); in DoPointeesLogicallyMatch() local
Dvalidate_extensions.cpp2120 const uint32_t b_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_function.cpp44 uint32_t b_type = b->GetOperandAs<uint32_t>(2); in DoPointeesLogicallyMatch() local
Dvalidate_extensions.cpp2096 const uint32_t b_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl14.c74 short b_type; /* SKIP means suppress fcntl call */ member
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_tf.cc1703 RankedTensorType b_type = in matchAndRewrite() local
/external/vulkan-validation-layers/layers/
Dshader_validation.cpp364 …ODULE_STATE const *a, SHADER_MODULE_STATE const *b, unsigned a_type, unsigned b_type, bool a_array… in TypesMatch()
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/IR/
Dhlo_ops.cc2753 auto b_type = op.b().getType().dyn_cast<RankedTensorType>(); in Verify() local