Home
last modified time | relevance | path

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

/third_party/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
/third_party/skia/third_party/externals/tint/src/writer/msl/
Dgenerator_impl_binary_test.cc83 auto* b_type = (params.op == ast::BinaryOp::kShiftLeft || in TEST_P() local
118 auto* b_type = (params.op == ast::BinaryOp::kShiftLeft || in TEST_P() local
/third_party/python/Include/cpython/
Dframeobject.h23 int b_type; /* what kind of block this is */ member
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_function.cpp44 uint32_t b_type = b->GetOperandAs<uint32_t>(2); in DoPointeesLogicallyMatch() local
Dvalidate_extensions.cpp2157 const uint32_t b_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_function.cpp44 uint32_t b_type = b->GetOperandAs<uint32_t>(2); in DoPointeesLogicallyMatch() local
Dvalidate_extensions.cpp2157 const uint32_t b_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
/third_party/spirv-tools/source/val/
Dvalidate_function.cpp44 uint32_t b_type = b->GetOperandAs<uint32_t>(2); in DoPointeesLogicallyMatch() local
Dvalidate_extensions.cpp2186 const uint32_t b_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
/third_party/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl14.c74 short b_type; /* SKIP means suppress fcntl call */ member
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder_accessor_expression_test.cc700 auto* b_type = Structure("B", {Member("bar", ty.Of(c_type))}); in TEST_F() local
/third_party/node/deps/v8/src/codegen/arm64/
Dmacro-assembler-arm64.cc924 Label* label, ImmBranchType b_type) { in NeedExtraInstructionsOrRegisterBranch()