Searched refs:cbd (Results 1 – 6 of 6) sorted by relevance
94 …"An immediate which can be loaded with one of the cbd/chd/cwd/cdd instructions. const_int is trea…99 …"An immediate which can be loaded with one of the cbd/chd/cwd/cdd instructions. const_int is trea…104 "An immediate which can be loaded with one of the cbd/chd/cwd/cdd instructions."
821 ClassDeclaration *cbd = b->type->toBasetype()->isClassHandle(); in semantic() local822 if (!cbd) in semantic()824 for (size_t j = 0; j < cbd->vtbl.dim; j++) in semantic()826 FuncDeclaration *f2 = cbd->vtbl[j]->isFuncDeclaration(); in semantic()829 if (cbd->parent && cbd->parent->isTemplateInstance()) in semantic()
3422 ClassDeclaration cbd = b.type.toBasetype().isClassHandle(); in funcDeclarationSemantic() local3423 if (!cbd) in funcDeclarationSemantic()3425 for (size_t j = 0; j < cbd.vtbl.dim; j++) in funcDeclarationSemantic()3427 FuncDeclaration f2 = cbd.vtbl[j].isFuncDeclaration(); in funcDeclarationSemantic()3430 if (cbd.parent && cbd.parent.isTemplateInstance()) in funcDeclarationSemantic()
194 !:ext cbd/cbt
1238 MAKE_INSERT_NPS_ADDRTYPE (cbd, CBD) in MAKE_INSERT_NPS_ADDRTYPE()