Home
last modified time | relevance | path

Searched refs:BaseLoc (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp489 RecordStorageLocation *BaseLoc = getBaseObjectLocation(*S, Env); in VisitMemberExpr() local
490 if (BaseLoc == nullptr) in VisitMemberExpr()
493 auto *MemberLoc = BaseLoc->getChild(*Member); in VisitMemberExpr()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp3045 SMLoc BaseLoc = getLexer().getLoc(); in ParseMemOperand() local
3052 check(!isa<X86MCExpr>(E), BaseLoc, "expected register here")) in ParseMemOperand()
3058 return Error(BaseLoc, "eiz and riz can only be used as index registers", in ParseMemOperand()
3059 SMRange(BaseLoc, EndLoc)); in ParseMemOperand()
3124 Operands.push_back(X86Operand::CreateDXReg(BaseLoc, BaseLoc)); in ParseMemOperand()
3130 return Error(BaseLoc, ErrMsg); in ParseMemOperand()
3145 return Error(BaseLoc, "displacement " + Twine(Imm) + in ParseMemOperand()
3149 Warning(BaseLoc, "displacement " + Twine(Imm) + in ParseMemOperand()
3154 Warning(BaseLoc, "displacement " + Twine(Imm) + in ParseMemOperand()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp1403 TypeResult Parser::ParseBaseTypeSpecifier(SourceLocation &BaseLoc, in ParseBaseTypeSpecifier() argument
1419 BaseLoc = Tok.getLocation(); in ParseBaseTypeSpecifier()
2474 SourceLocation BaseLoc; in ParseBaseSpecifier() local
2475 TypeResult BaseType = ParseBaseTypeSpecifier(BaseLoc, EndLocation); in ParseBaseSpecifier()
2491 Access, BaseType.get(), BaseLoc, in ParseBaseSpecifier()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp2638 SourceLocation BaseLoc = TInfo->getTypeLoc().getBeginLoc(); in CheckBaseSpecifier() local
2660 Diag(BaseLoc, diag::err_union_as_base_class) << SpecifierRange; in CheckBaseSpecifier()
2671 BaseLoc); in CheckBaseSpecifier()
2676 if (RequireCompleteType(BaseLoc, BaseType, diag::err_incomplete_base_class, in CheckBaseSpecifier()
2706 Diag(BaseLoc, diag::err_base_class_has_flexible_array_member) in CheckBaseSpecifier()
2715 Diag(BaseLoc, diag::err_class_marked_final_used_as_base) in CheckBaseSpecifier()
2736 Diag(BaseLoc, diag::err_base_must_be_class) << SpecifierRange; in CheckBaseSpecifier()
2754 ParsedType basetype, SourceLocation BaseLoc, in ActOnBaseSpecifier() argument
4623 SourceLocation BaseLoc = BaseTInfo->getTypeLoc().getBeginLoc(); in BuildBaseInitializer() local
4626 return Diag(BaseLoc, dia in BuildBaseInitializer()
6554 propagateDLLAttrToBaseClassTemplate(CXXRecordDecl * Class,Attr * ClassAttr,ClassTemplateSpecializationDecl * BaseTemplateSpec,SourceLocation BaseLoc) propagateDLLAttrToBaseClassTemplate() argument
[all...]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1229 SVal BaseLoc = getStoreManager().evalDerivedToBase( in ProcessInitializer() local
1232 evalBind(Tmp, Init, Pred, BaseLoc, InitVal, /*isInit=*/true); in ProcessInitializer()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3369 TypeResult ParseBaseTypeSpecifier(SourceLocation &BaseLoc,
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13821 SDValue BaseLoc = Base->getBasePtr(); in isConsecutiveLSLoc() local
13823 if (BaseLoc.getOpcode() != ISD::FrameIndex) in isConsecutiveLSLoc()
13827 int BFI = cast<FrameIndexSDNode>(BaseLoc)->getIndex(); in isConsecutiveLSLoc()
13834 SDValue Base1 = Loc, Base2 = BaseLoc; in isConsecutiveLSLoc()
13837 getBaseWithConstantOffset(BaseLoc, Base2, Offset2, DAG); in isConsecutiveLSLoc()
13847 bool isGA2 = TLI.isGAPlusOffset(BaseLoc.getNode(), GV2, Offset2); in isConsecutiveLSLoc()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5450 SourceLocation BaseLoc);
5654 SourceLocation BaseLoc,