Searched defs:b_type (Results 1 – 13 of 13) sorted by relevance
17 struct b_type struct24 bar(struct b_type* b) in bar() argument
16 struct b_type struct22 bar(struct b_type* b) in bar() argument
83 auto* b_type = (params.op == ast::BinaryOp::kShiftLeft || in TEST_P() local118 auto* b_type = (params.op == ast::BinaryOp::kShiftLeft || in TEST_P() local
23 int b_type; /* what kind of block this is */ member
44 uint32_t b_type = b->GetOperandAs<uint32_t>(2); in DoPointeesLogicallyMatch() local
2157 const uint32_t b_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
2186 const uint32_t b_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
74 short b_type; /* SKIP means suppress fcntl call */ member
700 auto* b_type = Structure("B", {Member("bar", ty.Of(c_type))}); in TEST_F() local
924 Label* label, ImmBranchType b_type) { in NeedExtraInstructionsOrRegisterBranch()