/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | PPCallbacks.h | 238 virtual void PragmaMark(SourceLocation Loc, StringRef Trivia) { in PragmaMessage() argument 72 LexedFileChanged(FileID FID,LexedFileChangeReason Reason,SrcMgr::CharacteristicKind FileType,FileID PrevFID,SourceLocation Loc) LexedFileChanged() argument 192 Ident(SourceLocation Loc,StringRef str) Ident() argument 196 PragmaDirective(SourceLocation Loc,PragmaIntroducerKind Introducer) PragmaDirective() argument 201 PragmaComment(SourceLocation Loc,const IdentifierInfo * Kind,StringRef Str) PragmaComment() argument 206 PragmaMark(SourceLocation Loc,StringRef Trivia) PragmaMark() argument 211 PragmaDetectMismatch(SourceLocation Loc,StringRef Name,StringRef Value) PragmaDetectMismatch() argument 218 PragmaDebug(SourceLocation Loc,StringRef DebugType) PragmaDebug() argument 244 PragmaDiagnosticPush(SourceLocation Loc,StringRef Namespace) PragmaDiagnosticPush() argument 250 PragmaDiagnosticPop(SourceLocation Loc,StringRef Namespace) PragmaDiagnosticPop() argument 255 PragmaDiagnostic(SourceLocation Loc,StringRef Namespace,diag::Severity mapping,StringRef Str) PragmaDiagnostic() argument 277 PragmaWarning(SourceLocation Loc,PragmaWarningSpecifier WarningSpec,ArrayRef<int> Ids) PragmaWarning() argument 282 PragmaWarningPush(SourceLocation Loc,int Level) PragmaWarningPush() argument 286 PragmaWarningPop(SourceLocation Loc) PragmaWarningPop() argument 291 PragmaExecCharsetPush(SourceLocation Loc,StringRef Str) PragmaExecCharsetPush() argument 295 PragmaExecCharsetPop(SourceLocation Loc) PragmaExecCharsetPop() argument 299 PragmaAssumeNonNullBegin(SourceLocation Loc) PragmaAssumeNonNullBegin() argument 303 PragmaAssumeNonNullEnd(SourceLocation Loc) PragmaAssumeNonNullEnd() argument 358 If(SourceLocation Loc,SourceRange ConditionRange,ConditionValueKind ConditionValue) If() argument 368 Elif(SourceLocation Loc,SourceRange ConditionRange,ConditionValueKind ConditionValue,SourceLocation IfLoc) Elif() argument 376 Ifdef(SourceLocation Loc,const Token & MacroNameTok,const MacroDefinition & MD) Ifdef() argument 384 Elifdef(SourceLocation Loc,const Token & MacroNameTok,const MacroDefinition & MD) Elifdef() argument 392 Elifdef(SourceLocation Loc,SourceRange ConditionRange,SourceLocation IfLoc) Elifdef() argument 400 Ifndef(SourceLocation Loc,const Token & MacroNameTok,const MacroDefinition & MD) Ifndef() argument 408 Elifndef(SourceLocation Loc,const Token & MacroNameTok,const MacroDefinition & MD) Elifndef() argument 416 Elifndef(SourceLocation Loc,SourceRange ConditionRange,SourceLocation IfLoc) Elifndef() argument 423 Else(SourceLocation Loc,SourceLocation IfLoc) Else() argument 429 Endif(SourceLocation Loc,SourceLocation IfLoc) Endif() argument 444 FileChanged(SourceLocation Loc,FileChangeReason Reason,SrcMgr::CharacteristicKind FileType,FileID PrevFID) FileChanged() argument 453 LexedFileChanged(FileID FID,LexedFileChangeReason Reason,SrcMgr::CharacteristicKind FileType,FileID PrevFID,SourceLocation Loc) LexedFileChanged() argument 509 Ident(SourceLocation Loc,StringRef str) Ident() argument 514 PragmaDirective(SourceLocation Loc,PragmaIntroducerKind Introducer) PragmaDirective() argument 520 PragmaComment(SourceLocation Loc,const IdentifierInfo * Kind,StringRef Str) PragmaComment() argument 526 PragmaMark(SourceLocation Loc,StringRef Trivia) PragmaMark() argument 531 PragmaDetectMismatch(SourceLocation Loc,StringRef Name,StringRef Value) PragmaDetectMismatch() argument 537 PragmaDebug(SourceLocation Loc,StringRef DebugType) PragmaDebug() argument 542 PragmaMessage(SourceLocation Loc,StringRef Namespace,PragmaMessageKind Kind,StringRef Str) PragmaMessage() argument 548 PragmaDiagnosticPush(SourceLocation Loc,StringRef Namespace) PragmaDiagnosticPush() argument 553 PragmaDiagnosticPop(SourceLocation Loc,StringRef Namespace) PragmaDiagnosticPop() argument 558 PragmaDiagnostic(SourceLocation Loc,StringRef Namespace,diag::Severity mapping,StringRef Str) PragmaDiagnostic() argument 574 PragmaWarning(SourceLocation Loc,PragmaWarningSpecifier WarningSpec,ArrayRef<int> Ids) PragmaWarning() argument 580 PragmaWarningPush(SourceLocation Loc,int Level) PragmaWarningPush() argument 585 PragmaWarningPop(SourceLocation Loc) PragmaWarningPop() argument 590 PragmaExecCharsetPush(SourceLocation Loc,StringRef Str) PragmaExecCharsetPush() argument 595 PragmaExecCharsetPop(SourceLocation Loc) PragmaExecCharsetPop() argument 600 PragmaAssumeNonNullBegin(SourceLocation Loc) PragmaAssumeNonNullBegin() argument 605 PragmaAssumeNonNullEnd(SourceLocation Loc) PragmaAssumeNonNullEnd() argument 641 If(SourceLocation Loc,SourceRange ConditionRange,ConditionValueKind ConditionValue) If() argument 648 Elif(SourceLocation Loc,SourceRange ConditionRange,ConditionValueKind ConditionValue,SourceLocation IfLoc) Elif() argument 655 Ifdef(SourceLocation Loc,const Token & MacroNameTok,const MacroDefinition & MD) Ifdef() argument 662 Elifdef(SourceLocation Loc,const Token & MacroNameTok,const MacroDefinition & MD) Elifdef() argument 668 Elifdef(SourceLocation Loc,SourceRange ConditionRange,SourceLocation IfLoc) Elifdef() argument 675 Ifndef(SourceLocation Loc,const Token & MacroNameTok,const MacroDefinition & MD) Ifndef() argument 682 Elifndef(SourceLocation Loc,const Token & MacroNameTok,const MacroDefinition & MD) Elifndef() argument 688 Elifndef(SourceLocation Loc,SourceRange ConditionRange,SourceLocation IfLoc) Elifndef() argument 695 Else(SourceLocation Loc,SourceLocation IfLoc) Else() argument 701 Endif(SourceLocation Loc,SourceLocation IfLoc) Endif() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPConditionalDirectiveRecord.cpp | 75 void PPConditionalDirectiveRecord::If(SourceLocation Loc, in If() 82 void PPConditionalDirectiveRecord::Ifdef(SourceLocation Loc, in Ifdef() 89 void PPConditionalDirectiveRecord::Ifndef(SourceLocation Loc, in Ifndef() 96 void PPConditionalDirectiveRecord::Elif(SourceLocation Loc, in Elif() 104 void PPConditionalDirectiveRecord::Elifdef(SourceLocation Loc, const Token &, in Elifdef() 109 void PPConditionalDirectiveRecord::Elifdef(SourceLocation Loc, SourceRange, in Elifdef() argument 115 void PPConditionalDirectiveRecord::Elifndef(SourceLocation Loc, const Token &, in Elifndef() 120 void PPConditionalDirectiveRecord::Elifndef(SourceLocation Loc, SourceRange, in Elifndef() argument 126 void PPConditionalDirectiveRecord::Else(SourceLocation Loc, in Else() 132 void PPConditionalDirectiveRecord::Endif(SourceLocation Loc, in Endif()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
H A D | SystemZELFObjectWriter.cpp | 45 static unsigned getAbsoluteReloc(MCContext &Ctx, SMLoc Loc, unsigned Kind) { in getAbsoluteReloc() 71 static unsigned getPCRelReloc(MCContext &Ctx, SMLoc Loc, unsigned Kind) { in getPCRelReloc() 97 static unsigned getTLSLEReloc(MCContext &Ctx, SMLoc Loc, unsigned Kind) { in getTLSLEReloc() 107 static unsigned getTLSLDOReloc(MCContext &Ctx, SMLoc Loc, unsigned Kind) { in getTLSLDOReloc() 117 static unsigned getTLSLDMReloc(MCContext &Ctx, SMLoc Loc, unsigned Kind) { in getTLSLDMReloc() 128 static unsigned getTLSGDReloc(MCContext &Ctx, SMLoc Loc, unsigned Kind) { in getTLSGDReloc() 139 static unsigned getPLTReloc(MCContext &Ctx, SMLoc Loc, unsigned Kind) { in getPLTReloc() 154 SMLoc Loc = Fixup.getLoc(); in getRelocType() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | TypeLoc.h | 197 initialize(ASTContext & Context,SourceLocation Loc) initialize() argument 297 initializeLocal(ASTContext & Context,SourceLocation Loc) initializeLocal() argument 333 if (QualifiedTypeLoc Loc = getAs<QualifiedTypeLoc>()) getUnqualifiedLoc() local 533 setNameLoc(SourceLocation Loc) setNameLoc() argument 541 initializeLocal(ASTContext & Context,SourceLocation Loc) initializeLocal() argument 565 setBuiltinLoc(SourceLocation Loc) setBuiltinLoc() argument 662 initializeLocal(ASTContext & Context,SourceLocation Loc) initializeLocal() argument 779 setNameLoc(SourceLocation Loc) setNameLoc() argument 789 setProtocolLAngleLoc(SourceLocation Loc) setProtocolLAngleLoc() argument 799 setProtocolRAngleLoc(SourceLocation Loc) setProtocolRAngleLoc() argument 812 setProtocolLoc(unsigned i,SourceLocation Loc) setProtocolLoc() argument 966 setTypeArgsLAngleLoc(SourceLocation Loc) setTypeArgsLAngleLoc() argument 974 setTypeArgsRAngleLoc(SourceLocation Loc) setTypeArgsRAngleLoc() argument 996 setProtocolLAngleLoc(SourceLocation Loc) setProtocolLAngleLoc() argument 1004 setProtocolRAngleLoc(SourceLocation Loc) setProtocolRAngleLoc() argument 1017 setProtocolLoc(unsigned i,SourceLocation Loc) setProtocolLoc() argument 1091 setNameLoc(SourceLocation Loc) setNameLoc() argument 1103 setNameEndLoc(SourceLocation Loc) setNameEndLoc() argument 1107 initializeLocal(ASTContext & Context,SourceLocation Loc) initializeLocal() argument 1121 initializeLocal(ASTContext & Context,SourceLocation Loc) initializeLocal() argument 1135 setExpansionLoc(SourceLocation Loc) setExpansionLoc() argument 1163 setLParenLoc(SourceLocation Loc) setLParenLoc() argument 1167 setRParenLoc(SourceLocation Loc) setRParenLoc() argument 1175 initializeLocal(ASTContext & Context,SourceLocation Loc) initializeLocal() argument 1204 initializeLocal(ASTContext & Context,SourceLocation Loc) initializeLocal() argument 1242 setSigilLoc(SourceLocation Loc) setSigilLoc() argument 1254 initializeLocal(ASTContext & Context,SourceLocation Loc) initializeLocal() argument 1271 setStarLoc(SourceLocation Loc) setStarLoc() argument 1284 setCaretLoc(SourceLocation Loc) setCaretLoc() argument 1302 setStarLoc(SourceLocation Loc) setStarLoc() argument 1318 initializeLocal(ASTContext & Context,SourceLocation Loc) initializeLocal() argument 1340 setStarLoc(SourceLocation Loc) setStarLoc() argument 1362 setAmpLoc(SourceLocation Loc) setAmpLoc() argument 1376 setAmpAmpLoc(SourceLocation Loc) setAmpAmpLoc() argument 1428 setLParenLoc(SourceLocation Loc) setLParenLoc() argument 1436 setRParenLoc(SourceLocation Loc) setRParenLoc() argument 1481 initializeLocal(ASTContext & Context,SourceLocation Loc) initializeLocal() argument 1531 setLBracketLoc(SourceLocation Loc) setLBracketLoc() argument 1539 setRBracketLoc(SourceLocation Loc) setRBracketLoc() argument 1563 initializeLocal(ASTContext & Context,SourceLocation Loc) initializeLocal() argument 1589 initializeLocal(ASTContext & Context,SourceLocation Loc) initializeLocal() argument 1622 setTemplateKeywordLoc(SourceLocation Loc) setTemplateKeywordLoc() argument 1630 setLAngleLoc(SourceLocation Loc) setLAngleLoc() argument 1638 setRAngleLoc(SourceLocation Loc) setRAngleLoc() argument 1663 setTemplateNameLoc(SourceLocation Loc) setTemplateNameLoc() argument 1668 copy(TemplateSpecializationTypeLoc Loc) copy() argument 1686 initializeLocal(ASTContext & Context,SourceLocation Loc) initializeLocal() argument 1800 setNameLoc(SourceLocation Loc) setNameLoc() argument 1806 initializeLocal(ASTContext & Context,SourceLocation Loc) initializeLocal() argument 1823 setNameLoc(SourceLocation Loc) setNameLoc() argument 1829 initializeLocal(ASTContext & Context,SourceLocation Loc) initializeLocal() argument 1851 setNameLoc(SourceLocation Loc) setNameLoc() argument 1857 initializeLocal(ASTContext & Context,SourceLocation Loc) initializeLocal() argument 1955 setTypeofLoc(SourceLocation Loc) setTypeofLoc() argument 1963 setLParenLoc(SourceLocation Loc) setLParenLoc() argument 1971 setRParenLoc(SourceLocation Loc) setRParenLoc() argument 1988 initializeLocal(ASTContext & Context,SourceLocation Loc) initializeLocal() argument 2043 setDecltypeLoc(SourceLocation Loc) setDecltypeLoc() argument 2046 setRParenLoc(SourceLocation Loc) setRParenLoc() argument 2052 initializeLocal(ASTContext & Context,SourceLocation Loc) initializeLocal() argument 2071 setKWLoc(SourceLocation Loc) setKWLoc() argument 2074 setLParenLoc(SourceLocation Loc) setLParenLoc() argument 2077 setRParenLoc(SourceLocation Loc) setRParenLoc() argument 2126 setRParenLoc(SourceLocation Loc) setRParenLoc() argument 2215 copy(AutoTypeLoc Loc) copy() argument 2233 setTemplateNameLoc(SourceLocation Loc) setTemplateNameLoc() argument 2254 setElaboratedKeywordLoc(SourceLocation Loc) setElaboratedKeywordLoc() argument 2312 copy(ElaboratedTypeLoc Loc) copy() argument 2334 setElaboratedKeywordLoc(SourceLocation Loc) setElaboratedKeywordLoc() argument 2354 setNameLoc(SourceLocation Loc) setNameLoc() argument 2365 copy(DependentNameTypeLoc Loc) copy() argument 2391 setElaboratedKeywordLoc(SourceLocation Loc) setElaboratedKeywordLoc() argument 2423 setTemplateKeywordLoc(SourceLocation Loc) setTemplateKeywordLoc() argument 2431 setTemplateNameLoc(SourceLocation Loc) setTemplateNameLoc() argument 2439 setLAngleLoc(SourceLocation Loc) setLAngleLoc() argument 2447 setRAngleLoc(SourceLocation Loc) setRAngleLoc() argument 2479 copy(DependentTemplateSpecializationTypeLoc Loc) copy() argument 2513 setEllipsisLoc(SourceLocation Loc) setEllipsisLoc() argument 2521 initializeLocal(ASTContext & Context,SourceLocation Loc) initializeLocal() argument 2553 setKWLoc(SourceLocation Loc) setKWLoc() argument 2561 setLParenLoc(SourceLocation Loc) setLParenLoc() argument 2569 setRParenLoc(SourceLocation Loc) setRParenLoc() argument 2582 initializeLocal(ASTContext & Context,SourceLocation Loc) initializeLocal() argument 2605 setKWLoc(SourceLocation Loc) setKWLoc() argument 2607 initializeLocal(ASTContext & Context,SourceLocation Loc) initializeLocal() argument 2644 SourceLocation Loc = SourceLocation(); global() variable [all...] |
/freebsd-src/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_handlers.h | 20 SourceLocation Loc; member 42 SourceLocation Loc; member 53 SourceLocation Loc; member 74 SourceLocation Loc; member 85 SourceLocation Loc; member 94 SourceLocation Loc; member 103 SourceLocation Loc; member 118 SourceLocation Loc; member 128 SourceLocation Loc; member 146 SourceLocation Loc; member 164 SourceLocation Loc; global() member 172 SourceLocation Loc; global() member 189 SourceLocation Loc; global() member 200 SourceLocation Loc; global() member 220 SourceLocation Loc; global() member 235 SourceLocation Loc; global() member [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | ModRef.h | 82 static uint32_t getLocationPos(Location Loc) { in getLocationPos() 88 void setModRef(Location Loc, ModRefInfo MR) { in setModRef() 102 MemoryEffectsBase(Location Loc, ModRefInfo MR) { setModRef(Loc, MR); } in MemoryEffectsBase() 107 for (Location Loc : locations()) in MemoryEffectsBase() local 165 ModRefInfo getModRef(Location Loc) const { in getModRef() 170 MemoryEffectsBase getWithModRef(Location Loc, ModRefInfo MR) const { in getWithModRef() 177 MemoryEffectsBase getWithoutLoc(Location Loc) const { in getWithoutLoc() 186 for (Location Loc : locations()) in getModRef() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | TemplateDeduction.h | 66 TemplateDeductionInfo(SourceLocation Loc, unsigned DeducedDepth = 0) in Loc() argument 48 SourceLocation Loc; global() variable 150 addSFINAEDiagnostic(SourceLocation Loc,PartialDiagnostic PD) addSFINAEDiagnostic() argument 160 addSuppressedDiagnostic(SourceLocation Loc,PartialDiagnostic PD) addSuppressedDiagnostic() argument 335 SourceLocation Loc; global() variable 346 Loc(Loc) Loc() argument 375 NoteCandidates(Sema & S,SourceLocation Loc) NoteCandidates() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 731 TSWRange.setEnd(Loc); in SetTypeSpecComplex() argument 638 SetStorageClassSpec(Sema & S,SCS SC,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,const PrintingPolicy & Policy) SetStorageClassSpec() argument 700 SetStorageClassSpecThread(TSCS TSC,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) SetStorageClassSpecThread() argument 714 SetTypeSpecWidth(TypeSpecifierWidth W,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,const PrintingPolicy & Policy) SetTypeSpecWidth() argument 741 SetTypeSpecSign(TypeSpecifierSign S,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) SetTypeSpecSign() argument 750 SetTypeSpecType(TST T,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,ParsedType Rep,const PrintingPolicy & Policy) SetTypeSpecType() argument 781 SetTypeSpecType(TST T,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,Expr * Rep,const PrintingPolicy & Policy) SetTypeSpecType() argument 803 SetTypeSpecType(TST T,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,Decl * Rep,bool Owned,const PrintingPolicy & Policy) SetTypeSpecType() argument 835 SetTypeSpecType(TST T,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,TemplateIdAnnotation * Rep,const PrintingPolicy & Policy) SetTypeSpecType() argument 844 SetTypeSpecType(TST T,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,const PrintingPolicy & Policy) SetTypeSpecType() argument 868 SetTypeSpecSat(SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) SetTypeSpecSat() argument 881 SetTypeAltiVecVector(bool isAltiVecVector,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,const PrintingPolicy & Policy) SetTypeAltiVecVector() argument 896 SetTypePipe(bool isPipe,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,const PrintingPolicy & Policy) SetTypePipe() argument 913 SetTypeAltiVecPixel(bool isAltiVecPixel,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,const PrintingPolicy & Policy) SetTypeAltiVecPixel() argument 930 SetTypeAltiVecBool(bool isAltiVecBool,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,const PrintingPolicy & Policy) SetTypeAltiVecBool() argument 976 SetTypeQual(TQ T,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,const LangOptions & Lang) SetTypeQual() argument 992 SetTypeQual(TQ T,SourceLocation Loc) SetTypeQual() argument 1007 setFunctionSpecInline(SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) setFunctionSpecInline() argument 1021 setFunctionSpecForceInline(SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) setFunctionSpecForceInline() argument 1033 setFunctionSpecVirtual(SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) setFunctionSpecVirtual() argument 1048 setFunctionSpecExplicit(SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,ExplicitSpecifier ExplicitSpec,SourceLocation CloseParenLoc) setFunctionSpecExplicit() argument 1067 setFunctionSpecNoreturn(SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) setFunctionSpecNoreturn() argument 1082 SetFriendSpec(SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) SetFriendSpec() argument 1100 setModulePrivateSpec(SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) setModulePrivateSpec() argument 1113 SetConstexprSpec(ConstexprSpecKind ConstexprKind,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) SetConstexprSpec() argument 1486 SetSpecifier(Specifier VS,SourceLocation Loc,const char * & PrevSpec) SetSpecifier() argument [all...] |
H A D | SemaCoroutine.cpp | 35 SourceLocation Loc, bool &Res) { in lookupMember() argument 46 SourceLocation Loc) { in lookupMember() argument 142 SourceLocation Loc) { in lookupCoroutineHandleType() argument 184 isValidCoroutineContext(Sema & S,SourceLocation Loc,StringRef Keyword) isValidCoroutineContext() argument 252 BuildOperatorCoawaitCall(SourceLocation Loc,Expr * E,UnresolvedLookupExpr * Lookup) BuildOperatorCoawaitCall() argument 260 buildOperatorCoawaitCall(Sema & SemaRef,Scope * S,SourceLocation Loc,Expr * E) buildOperatorCoawaitCall() argument 269 buildCoroutineHandle(Sema & S,QualType PromiseType,SourceLocation Loc) buildCoroutineHandle() argument 302 buildMemberCall(Sema & S,Expr * Base,SourceLocation Loc,StringRef Name,MultiExprArg Args) buildMemberCall() argument 333 maybeTailCall(Sema & S,QualType RetType,Expr * E,SourceLocation Loc) maybeTailCall() argument 458 buildCoawaitCalls(Sema & S,VarDecl * CoroPromise,SourceLocation Loc,Expr * E) buildCoawaitCalls() argument 554 buildPromiseCall(Sema & S,VarDecl * Promise,SourceLocation Loc,StringRef Name,MultiExprArg Args) buildPromiseCall() argument 566 buildCoroutinePromise(SourceLocation Loc) buildCoroutinePromise() argument 670 checkCoroutineContext(Sema & S,SourceLocation Loc,StringRef Keyword,bool IsImplicit=false) checkCoroutineContext() argument 793 SourceLocation Loc = Fn->getLocation(); ActOnCoroutineBodyStart() local 859 checkSuspensionContext(Sema & S,SourceLocation Loc,StringRef Keyword) checkSuspensionContext() argument 878 ActOnCoawaitExpr(Scope * S,SourceLocation Loc,Expr * E) ActOnCoawaitExpr() argument 899 BuildOperatorCoawaitLookupExpr(Scope * S,SourceLocation Loc) BuildOperatorCoawaitLookupExpr() argument 921 BuildUnresolvedCoawaitExpr(SourceLocation Loc,Expr * Operand,UnresolvedLookupExpr * Lookup) BuildUnresolvedCoawaitExpr() argument 961 BuildResolvedCoawaitExpr(SourceLocation Loc,Expr * Operand,Expr * Awaiter,bool IsImplicit) BuildResolvedCoawaitExpr() argument 1002 ActOnCoyieldExpr(Scope * S,SourceLocation Loc,Expr * E) ActOnCoyieldExpr() argument 1024 BuildCoyieldExpr(SourceLocation Loc,Expr * E) BuildCoyieldExpr() argument 1060 ActOnCoreturnStmt(Scope * S,SourceLocation Loc,Expr * E) ActOnCoreturnStmt() argument 1068 BuildCoreturnStmt(SourceLocation Loc,Expr * E,bool IsImplicit) BuildCoreturnStmt() argument 1100 buildStdNoThrowDeclRef(Sema & S,SourceLocation Loc) buildStdNoThrowDeclRef() argument 1130 getTypeSourceInfoForStdAlignValT(Sema & S,SourceLocation Loc) getTypeSourceInfoForStdAlignValT() argument 1137 findDeleteForPromise(Sema & S,SourceLocation Loc,QualType PromiseType,FunctionDecl * & OperatorDelete) findDeleteForPromise() argument 1308 auto Loc = E->getExprLoc(); diagReturnOnAllocFailure() local 1378 collectPlacementArgs(Sema & S,FunctionDecl & FD,SourceLocation Loc,SmallVectorImpl<Expr * > & PlacementArgs) collectPlacementArgs() argument 1944 buildVarDecl(Sema & S,SourceLocation Loc,QualType Type,IdentifierInfo * II) buildVarDecl() argument 1955 buildCoroutineParameterMoves(SourceLocation Loc) buildCoroutineParameterMoves() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | DiagnosticRenderer.cpp | 86 void DiagnosticRenderer::emitDiagnostic(FullSourceLoc Loc, in emitDiagnostic() 164 void DiagnosticRenderer::emitIncludeStack(FullSourceLoc Loc, PresumedLoc PLoc, in emitIncludeStack() 189 void DiagnosticRenderer::emitIncludeStackRecursively(FullSourceLoc Loc) { in emitIncludeStackRecursively() 218 void DiagnosticRenderer::emitImportStack(FullSourceLoc Loc) { in emitImportStack() 230 void DiagnosticRenderer::emitImportStackRecursively(FullSourceLoc Loc, in emitImportStackRecursively() 260 retrieveMacroLocation(SourceLocation Loc, FileID MacroFileID, in retrieveMacroLocation() 315 static void getMacroArgExpansionFileIDs(SourceLocation Loc, in getMacroArgExpansionFileIDs() 423 void DiagnosticRenderer::emitCaret(FullSourceLoc Loc, in emitCaret() 435 FullSourceLoc Loc, DiagnosticsEngine::Level Level, in emitSingleMacroExpansion() 461 static bool checkLocForMacroArgExpansion(SourceLocation Loc, in checkLocForMacroArgExpansion() [all …]
|
H A D | SARIFDiagnostic.cpp | 40 FullSourceLoc Loc, PresumedLoc PLoc, DiagnosticsEngine::Level Level, in emitDiagnosticMessage() 65 SarifResult Result, FullSourceLoc Loc, PresumedLoc PLoc, in addLocationToResult() 204 void SARIFDiagnostic::emitDiagnosticLoc(FullSourceLoc Loc, PresumedLoc PLoc, in emitDiagnosticLoc() 210 void SARIFDiagnostic::emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) { in emitIncludeLocation() 214 void SARIFDiagnostic::emitImportLocation(FullSourceLoc Loc, PresumedLoc PLoc, in emitImportLocation() 219 void SARIFDiagnostic::emitBuildingModuleLocation(FullSourceLoc Loc, in emitBuildingModuleLocation()
|
H A D | PrintPreprocessedOutput.cpp | 207 MoveToLine(SourceLocation Loc,bool RequireStartOfLine) MoveToLine() argument 330 FileChanged(SourceLocation Loc,FileChangeReason Reason,SrcMgr::CharacteristicKind NewFileType,FileID PrevFID) FileChanged() argument 467 Ident(SourceLocation Loc,StringRef S) Ident() argument 523 PragmaMessage(SourceLocation Loc,StringRef Namespace,PragmaMessageKind Kind,StringRef Str) PragmaMessage() argument 550 PragmaDebug(SourceLocation Loc,StringRef DebugType) PragmaDebug() argument 561 PragmaDiagnosticPush(SourceLocation Loc,StringRef Namespace) PragmaDiagnosticPush() argument 568 PragmaDiagnosticPop(SourceLocation Loc,StringRef Namespace) PragmaDiagnosticPop() argument 574 PragmaDiagnostic(SourceLocation Loc,StringRef Namespace,diag::Severity Map,StringRef Str) PragmaDiagnostic() argument 601 PragmaWarning(SourceLocation Loc,PragmaWarningSpecifier WarningSpec,ArrayRef<int> Ids) PragmaWarning() argument 626 PragmaWarningPush(SourceLocation Loc,int Level) PragmaWarningPush() argument 636 PragmaWarningPop(SourceLocation Loc) PragmaWarningPop() argument 642 PragmaExecCharsetPush(SourceLocation Loc,StringRef Str) PragmaExecCharsetPush() argument 652 PragmaExecCharsetPop(SourceLocation Loc) PragmaExecCharsetPop() argument 659 PragmaAssumeNonNullBegin(SourceLocation Loc) PragmaAssumeNonNullBegin() argument 666 PragmaAssumeNonNullEnd(SourceLocation Loc) PragmaAssumeNonNullEnd() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-mca/ |
H A D | CodeRegion.cpp | 28 SMLoc Loc = Instruction.getLoc(); in addInstruction() local 39 void AnalysisRegions::beginRegion(StringRef Description, SMLoc Loc) { in beginRegion() 75 void AnalysisRegions::endRegion(StringRef Description, SMLoc Loc) { in endRegion() 117 void InstrumentRegions::beginRegion(StringRef Description, SMLoc Loc, in beginRegion() 144 void InstrumentRegions::endRegion(StringRef Description, SMLoc Loc) { in endRegion()
|
/freebsd-src/contrib/llvm-project/clang/lib/ExtractAPI/ |
H A D | API.cpp | 48 addNamespace(APIRecord * Parent,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,LinkageInfo Linkage,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,bool IsFromSystemHeader) addNamespace() argument 63 addGlobalVar(StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,LinkageInfo Linkage,const DocComment & Comment,DeclarationFragments Fragments,DeclarationFragments SubHeading,bool IsFromSystemHeader) addGlobalVar() argument 73 addGlobalVariableTemplate(StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,LinkageInfo Linkage,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,Template Template,bool IsFromSystemHeader) addGlobalVariableTemplate() argument 85 addGlobalFunction(StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,LinkageInfo Linkage,const DocComment & Comment,DeclarationFragments Fragments,DeclarationFragments SubHeading,FunctionSignature Signature,bool IsFromSystemHeader) addGlobalFunction() argument 96 addGlobalFunctionTemplate(StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,LinkageInfo Linkage,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,FunctionSignature Signature,Template Template,bool IsFromSystemHeader) addGlobalFunctionTemplate() argument 109 addGlobalFunctionTemplateSpecialization(StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,LinkageInfo Linkage,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,FunctionSignature Signature,bool IsFromSystemHeader) addGlobalFunctionTemplateSpecialization() argument 121 addEnumConstant(EnumRecord * Enum,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,bool IsFromSystemHeader) addEnumConstant() argument 136 addEnum(StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,bool IsFromSystemHeader) addEnum() argument 148 addRecordField(RecordRecord * Record,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,APIRecord::RecordKind Kind,bool IsFromSystemHeader) addRecordField() argument 161 addRecord(StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,APIRecord::RecordKind Kind,bool IsFromSystemHeader) addRecord() argument 174 addStaticField(StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,LinkageInfo Linkage,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,SymbolReference Context,AccessControl Access,bool IsFromSystemHeader) addStaticField() argument 188 addCXXField(APIRecord * CXXClass,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,AccessControl Access,bool IsFromSystemHeader) addCXXField() argument 201 addCXXFieldTemplate(APIRecord * Parent,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,AccessControl Access,Template Template,bool IsFromSystemHeader) addCXXFieldTemplate() argument 217 addCXXClass(APIRecord * Parent,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,APIRecord::RecordKind Kind,AccessControl Access,bool IsFromSystemHeader) addCXXClass() argument 231 addClassTemplate(APIRecord * Parent,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,Template Template,AccessControl Access,bool IsFromSystemHeader) addClassTemplate() argument 246 addClassTemplateSpecialization(APIRecord * Parent,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,AccessControl Access,bool IsFromSystemHeader) addClassTemplateSpecialization() argument 262 addClassTemplatePartialSpecialization(APIRecord * Parent,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,Template Template,AccessControl Access,bool IsFromSystemHeader) addClassTemplatePartialSpecialization() argument 278 addGlobalVariableTemplateSpecialization(StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,LinkageInfo Linkage,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,bool IsFromSystemHeader) addGlobalVariableTemplateSpecialization() argument 290 addGlobalVariableTemplatePartialSpecialization(StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,LinkageInfo Linkage,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,Template Template,bool IsFromSystemHeader) addGlobalVariableTemplatePartialSpecialization() argument 302 addConcept(StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,Template Template,bool IsFromSystemHeader) addConcept() argument 314 addCXXInstanceMethod(APIRecord * CXXClassRecord,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,FunctionSignature Signature,AccessControl Access,bool IsFromSystemHeader) addCXXInstanceMethod() argument 331 addCXXStaticMethod(APIRecord * CXXClassRecord,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,FunctionSignature Signature,AccessControl Access,bool IsFromSystemHeader) addCXXStaticMethod() argument 348 addCXXMethodTemplate(APIRecord * Parent,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,FunctionSignature Signature,AccessControl Access,Template Template,bool IsFromSystemHeader) addCXXMethodTemplate() argument 364 addCXXMethodTemplateSpec(APIRecord * Parent,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,FunctionSignature Signature,AccessControl Access,bool IsFromSystemHeader) addCXXMethodTemplateSpec() argument 381 addObjCCategory(StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,SymbolReference Interface,bool IsFromSystemHeader,bool IsFromExternalModule) addObjCCategory() argument 402 addObjCInterface(StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,LinkageInfo Linkage,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,SymbolReference SuperClass,bool IsFromSystemHeader) addObjCInterface() argument 416 addObjCMethod(ObjCContainerRecord * Container,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,FunctionSignature Signature,bool IsInstanceMethod,bool IsFromSystemHeader) addObjCMethod() argument 438 addObjCProperty(ObjCContainerRecord * Container,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,ObjCPropertyRecord::AttributeKind Attributes,StringRef GetterName,StringRef SetterName,bool IsOptional,bool IsInstanceProperty,bool IsFromSystemHeader) addObjCProperty() argument 462 addObjCInstanceVariable(ObjCContainerRecord * Container,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,ObjCInstanceVariableRecord::AccessControl Access,bool IsFromSystemHeader) addObjCInstanceVariable() argument 475 addObjCProtocol(StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,bool IsFromSystemHeader) addObjCProtocol() argument 487 addMacroDefinition(StringRef Name,StringRef USR,PresumedLoc Loc,DeclarationFragments Declaration,DeclarationFragments SubHeading,bool IsFromSystemHeader) addMacroDefinition() argument 496 addTypedef(StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,SymbolReference UnderlyingType,bool IsFromSystemHeader) addTypedef() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | ExtractAPIVisitor.h | 255 PresumedLoc Loc = VisitVarDecl() local 325 PresumedLoc Loc = VisitFunctionDecl() local 372 PresumedLoc Loc = VisitEnumDecl() local 487 PresumedLoc Loc = VisitNamespaceDecl() local 520 PresumedLoc Loc = VisitRecordDecl() local 562 PresumedLoc Loc = VisitCXXRecordDecl() local 618 PresumedLoc Loc = VisitCXXMethodDecl() local 679 PresumedLoc Loc = VisitCXXConstructorDecl() local 711 PresumedLoc Loc = VisitCXXDestructorDecl() local 744 PresumedLoc Loc = VisitConceptDecl() local 769 PresumedLoc Loc = VisitClassTemplateSpecializationDecl() local 803 PresumedLoc Loc = VisitClassTemplatePartialSpecializationDecl() local 836 PresumedLoc Loc = VisitVarTemplateDecl() local 882 PresumedLoc Loc = VisitVarTemplateSpecializationDecl() local 912 PresumedLoc Loc = VisitVarTemplatePartialSpecializationDecl() local 943 PresumedLoc Loc = VisitFunctionTemplateDecl() local 974 PresumedLoc Loc = VisitObjCInterfaceDecl() local 1023 PresumedLoc Loc = VisitObjCProtocolDecl() local 1079 PresumedLoc Loc = VisitTypedefNameDecl() local 1111 PresumedLoc Loc = VisitObjCCategoryDecl() local 1162 PresumedLoc Loc = recordEnumConstants() local 1192 PresumedLoc Loc = recordRecordFields() local 1221 PresumedLoc Loc = VisitFieldDecl() local 1250 PresumedLoc Loc = VisitCXXConversionDecl() local 1296 PresumedLoc Loc = recordObjCMethods() local 1326 PresumedLoc Loc = recordObjCProperties() local 1371 PresumedLoc Loc = recordObjCInstanceVariables() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | COFFMasmParser.cpp | 486 return Error(Loc, "end in ParseDirectiveProc() argument 242 ParseDirectiveSegment(StringRef Directive,SMLoc Loc) ParseDirectiveSegment() argument 378 ParseDirectiveSegmentEnd(StringRef Directive,SMLoc Loc) ParseDirectiveSegmentEnd() argument 391 ParseDirectiveIncludelib(StringRef Directive,SMLoc Loc) ParseDirectiveIncludelib() argument 410 ParseDirectiveOption(StringRef Directive,SMLoc Loc) ParseDirectiveOption() argument 450 ParseDirectiveProc(StringRef Directive,SMLoc Loc) ParseDirectiveProc() argument 506 ParseDirectiveAlias(StringRef Directive,SMLoc Loc) ParseDirectiveAlias() argument 526 ParseSEHDirectiveAllocStack(StringRef Directive,SMLoc Loc) ParseSEHDirectiveAllocStack() argument 538 ParseSEHDirectiveEndProlog(StringRef Directive,SMLoc Loc) ParseSEHDirectiveEndProlog() argument [all...] |
H A D | COFFAsmParser.cpp | 319 ParseDirectiveCGProfile(StringRef S,SMLoc Loc) ParseDirectiveCGProfile() argument 624 ParseDirectiveLinkOnce(StringRef,SMLoc Loc) ParseDirectiveLinkOnce() argument 648 ParseSEHDirectiveStartProc(StringRef,SMLoc Loc) ParseSEHDirectiveStartProc() argument 663 ParseSEHDirectiveEndProc(StringRef,SMLoc Loc) ParseSEHDirectiveEndProc() argument 669 ParseSEHDirectiveEndFuncletOrFunc(StringRef,SMLoc Loc) ParseSEHDirectiveEndFuncletOrFunc() argument 675 ParseSEHDirectiveStartChained(StringRef,SMLoc Loc) ParseSEHDirectiveStartChained() argument 681 ParseSEHDirectiveEndChained(StringRef,SMLoc Loc) ParseSEHDirectiveEndChained() argument 687 ParseSEHDirectiveHandler(StringRef,SMLoc Loc) ParseSEHDirectiveHandler() argument 713 ParseSEHDirectiveHandlerData(StringRef,SMLoc Loc) ParseSEHDirectiveHandlerData() argument 719 ParseSEHDirectiveAllocStack(StringRef,SMLoc Loc) ParseSEHDirectiveAllocStack() argument 732 ParseSEHDirectiveEndProlog(StringRef,SMLoc Loc) ParseSEHDirectiveEndProlog() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | State.cpp | 21 OptionalDiagnostic State::FFDiag(SourceLocation Loc, diag::kind DiagId, in FFDiag() argument 42 OptionalDiagnostic State::CCEDiag(SourceLocation Loc, diag::kind DiagId, in CCEDiag() argument 63 OptionalDiagnostic State::Note(SourceLocation Loc, diag::kind DiagId) { in Note() argument 76 DiagnosticBuilder State::report(SourceLocation Loc, diag::kind DiagId) { in report() argument 81 PartialDiagnostic &State::addDiag(SourceLocation Loc, diag::kind DiagId) { in addDiag() argument 87 diag(SourceLocation Loc,diag::kind DiagId,unsigned ExtraNotes,bool IsCCEDiag) diag() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafety.h | 108 virtual void handleInvalidLockExp(SourceLocation Loc) {} in handleInvalidLockExp() 118 SourceLocation Loc, in handleUnmatchedUnlock() 182 AccessKind AK, SourceLocation Loc) {} in handleNoMutexHeld() 206 SourceLocation Loc) {} in handleNegativeNotHeld() 214 SourceLocation Loc) {} in handleNegativeNotHeld() 224 Name LockName, SourceLocation Loc) {} in handleFunExcludesLock() 228 Name L2Name, SourceLocation Loc) {} in handleLockAcquiredBefore() 231 virtual void handleBeforeAfterCycle(Name L1Name, SourceLocation Loc) {} in handleBeforeAfterCycle()
|
H A D | Consumed.h | 70 virtual void warnLoopStateMismatch(SourceLocation Loc, in warnLoopStateMismatch() 82 virtual void warnParamReturnTypestateMismatch(SourceLocation Loc, in warnParamReturnTypestateMismatch() 99 virtual void warnReturnTypestateForUnconsumableType(SourceLocation Loc, in warnReturnTypestateForUnconsumableType() 111 virtual void warnReturnTypestateMismatch(SourceLocation Loc, in warnReturnTypestateMismatch() 124 SourceLocation Loc) {} in warnUseOfTempInInvalidState() 139 SourceLocation Loc) {} in warnUseInInvalidState()
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCStreamer.cpp | 180 emitValueImpl(Value, Size, Loc); in emitValue() argument 309 emitCVInlineSiteIdDirective(unsigned FunctionId,unsigned IAFunc,unsigned IAFile,unsigned IALine,unsigned IACol,SMLoc Loc) emitCVInlineSiteIdDirective() argument 323 emitCVLocDirective(unsigned FunctionId,unsigned FileNo,unsigned Line,unsigned Column,bool PrologueEnd,bool IsStmt,StringRef FileName,SMLoc Loc) emitCVLocDirective() argument 326 checkCVLocSection(unsigned FuncId,unsigned FileNo,SMLoc Loc) checkCVLocSection() argument 424 emitLabel(MCSymbol * Symbol,SMLoc Loc) emitLabel() argument 448 emitCFIStartProc(bool IsSimple,SMLoc Loc) emitCFIStartProc() argument 496 emitCFIDefCfa(int64_t Register,int64_t Offset,SMLoc Loc) emitCFIDefCfa() argument 507 emitCFIDefCfaOffset(int64_t Offset,SMLoc Loc) emitCFIDefCfaOffset() argument 517 emitCFIAdjustCfaOffset(int64_t Adjustment,SMLoc Loc) emitCFIAdjustCfaOffset() argument 527 emitCFIDefCfaRegister(int64_t Register,SMLoc Loc) emitCFIDefCfaRegister() argument 539 emitCFILLVMDefAspaceCfa(int64_t Register,int64_t Offset,int64_t AddressSpace,SMLoc Loc) emitCFILLVMDefAspaceCfa() argument 550 emitCFIOffset(int64_t Register,int64_t Offset,SMLoc Loc) emitCFIOffset() argument 560 emitCFIRelOffset(int64_t Register,int64_t Offset,SMLoc Loc) emitCFIRelOffset() argument 587 emitCFIRememberState(SMLoc Loc) emitCFIRememberState() argument 597 emitCFIRestoreState(SMLoc Loc) emitCFIRestoreState() argument 608 emitCFISameValue(int64_t Register,SMLoc Loc) emitCFISameValue() argument 618 emitCFIRestore(int64_t Register,SMLoc Loc) emitCFIRestore() argument 628 emitCFIEscape(StringRef Values,SMLoc Loc) emitCFIEscape() argument 638 emitCFIGnuArgsSize(int64_t Size,SMLoc Loc) emitCFIGnuArgsSize() argument 655 emitCFIUndefined(int64_t Register,SMLoc Loc) emitCFIUndefined() argument 666 emitCFIRegister(int64_t Register1,int64_t Register2,SMLoc Loc) emitCFIRegister() argument 676 emitCFIWindowSave(SMLoc Loc) emitCFIWindowSave() argument 685 emitCFINegateRAState(SMLoc Loc) emitCFINegateRAState() argument 702 EnsureValidWinFrameInfo(SMLoc Loc) EnsureValidWinFrameInfo() argument 717 emitWinCFIStartProc(const MCSymbol * Symbol,SMLoc Loc) emitWinCFIStartProc() argument 735 emitWinCFIEndProc(SMLoc Loc) emitWinCFIEndProc() argument 753 emitWinCFIFuncletOrFuncEnd(SMLoc Loc) emitWinCFIFuncletOrFuncEnd() argument 764 emitWinCFIStartChained(SMLoc Loc) emitWinCFIStartChained() argument 777 emitWinCFIEndChained(SMLoc Loc) emitWinCFIEndChained() argument 792 emitWinEHHandler(const MCSymbol * Sym,bool Unwind,bool Except,SMLoc Loc) emitWinEHHandler() argument 808 emitWinEHHandlerData(SMLoc Loc) emitWinEHHandlerData() argument 872 emitWinCFIPushReg(MCRegister Register,SMLoc Loc) emitWinCFIPushReg() argument 885 emitWinCFISetFrame(MCRegister Register,unsigned Offset,SMLoc Loc) emitWinCFISetFrame() argument 906 emitWinCFIAllocStack(unsigned Size,SMLoc Loc) emitWinCFIAllocStack() argument 924 emitWinCFISaveReg(MCRegister Register,unsigned Offset,SMLoc Loc) emitWinCFISaveReg() argument 941 emitWinCFISaveXMM(MCRegister Register,unsigned Offset,SMLoc Loc) emitWinCFISaveXMM() argument 955 emitWinCFIPushFrame(bool Code,SMLoc Loc) emitWinCFIPushFrame() argument 969 emitWinCFIEndProlog(SMLoc Loc) emitWinCFIEndProlog() argument 1224 emitValueImpl(const MCExpr * Value,unsigned Size,SMLoc Loc) emitValueImpl() argument 1229 emitFill(const MCExpr & NumBytes,uint64_t Value,SMLoc Loc) emitFill() argument 1231 emitFill(const MCExpr & NumValues,int64_t Size,int64_t Expr,SMLoc Loc) emitFill() argument 1238 emitValueToOffset(const MCExpr * Offset,unsigned char Value,SMLoc Loc) emitValueToOffset() argument [all...] |
H A D | MCAsmStreamer.cpp | 535 emitLabel(MCSymbol * Symbol,SMLoc Loc) emitLabel() argument 1082 emitZerofill(MCSection * Section,MCSymbol * Symbol,uint64_t Size,Align ByteAlignment,SMLoc Loc) emitZerofill() argument 1321 emitValueImpl(const MCExpr * Value,unsigned Size,SMLoc Loc) emitValueImpl() argument 1443 emitFill(const MCExpr & NumBytes,uint64_t FillValue,SMLoc Loc) emitFill() argument 1473 emitFill(const MCExpr & NumValues,int64_t Size,int64_t Expr,SMLoc Loc) emitFill() argument 1571 emitValueToOffset(const MCExpr * Offset,unsigned char Value,SMLoc Loc) emitValueToOffset() argument 1788 emitCVInlineSiteIdDirective(unsigned FunctionId,unsigned IAFunc,unsigned IAFile,unsigned IALine,unsigned IACol,SMLoc Loc) emitCVInlineSiteIdDirective() argument 1798 emitCVLocDirective(unsigned FunctionId,unsigned FileNo,unsigned Line,unsigned Column,bool PrologueEnd,bool IsStmt,StringRef FileName,SMLoc Loc) emitCVLocDirective() argument 1963 emitCFIDefCfa(int64_t Register,int64_t Offset,SMLoc Loc) emitCFIDefCfa() argument 1971 emitCFIDefCfaOffset(int64_t Offset,SMLoc Loc) emitCFIDefCfaOffset() argument 1978 emitCFILLVMDefAspaceCfa(int64_t Register,int64_t Offset,int64_t AddressSpace,SMLoc Loc) emitCFILLVMDefAspaceCfa() argument 1997 emitCFIEscape(StringRef Values,SMLoc Loc) emitCFIEscape() argument 2003 emitCFIGnuArgsSize(int64_t Size,SMLoc Loc) emitCFIGnuArgsSize() argument 2013 emitCFIDefCfaRegister(int64_t Register,SMLoc Loc) emitCFIDefCfaRegister() argument 2020 emitCFIOffset(int64_t Register,int64_t Offset,SMLoc Loc) emitCFIOffset() argument 2043 emitCFIRememberState(SMLoc Loc) emitCFIRememberState() argument 2049 emitCFIRestoreState(SMLoc Loc) emitCFIRestoreState() argument 2055 emitCFIRestore(int64_t Register,SMLoc Loc) emitCFIRestore() argument 2062 emitCFISameValue(int64_t Register,SMLoc Loc) emitCFISameValue() argument 2070 emitCFIRelOffset(int64_t Register,int64_t Offset,SMLoc Loc) emitCFIRelOffset() argument 2078 emitCFIAdjustCfaOffset(int64_t Adjustment,SMLoc Loc) emitCFIAdjustCfaOffset() argument 2090 emitCFIUndefined(int64_t Register,SMLoc Loc) emitCFIUndefined() argument 2098 emitCFIRegister(int64_t Register1,int64_t Register2,SMLoc Loc) emitCFIRegister() argument 2107 emitCFIWindowSave(SMLoc Loc) emitCFIWindowSave() argument 2113 emitCFINegateRAState(SMLoc Loc) emitCFINegateRAState() argument 2138 emitWinCFIStartProc(const MCSymbol * Symbol,SMLoc Loc) emitWinCFIStartProc() argument 2146 emitWinCFIEndProc(SMLoc Loc) emitWinCFIEndProc() argument 2153 emitWinCFIFuncletOrFuncEnd(SMLoc Loc) emitWinCFIFuncletOrFuncEnd() argument 2160 emitWinCFIStartChained(SMLoc Loc) emitWinCFIStartChained() argument 2167 emitWinCFIEndChained(SMLoc Loc) emitWinCFIEndChained() argument 2175 emitWinEHHandler(const MCSymbol * Sym,bool Unwind,bool Except,SMLoc Loc) emitWinEHHandler() argument 2191 emitWinEHHandlerData(SMLoc Loc) emitWinEHHandlerData() argument 2213 emitWinCFIPushReg(MCRegister Register,SMLoc Loc) emitWinCFIPushReg() argument 2222 emitWinCFISetFrame(MCRegister Register,unsigned Offset,SMLoc Loc) emitWinCFISetFrame() argument 2231 emitWinCFIAllocStack(unsigned Size,SMLoc Loc) emitWinCFIAllocStack() argument 2239 emitWinCFISaveReg(MCRegister Register,unsigned Offset,SMLoc Loc) emitWinCFISaveReg() argument 2249 emitWinCFISaveXMM(MCRegister Register,unsigned Offset,SMLoc Loc) emitWinCFISaveXMM() argument 2258 emitWinCFIPushFrame(bool Code,SMLoc Loc) emitWinCFIPushFrame() argument 2267 emitWinCFIEndProlog(SMLoc Loc) emitWinCFIEndProlog() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | StorageLocation.h | 67 static bool classof(const StorageLocation *Loc) { in classof() 114 static bool classof(const StorageLocation *Loc) { in classof() 145 StorageLocation *Loc = SyntheticFields.lookup(Name); in getSyntheticField() local 162 void setChild(const ValueDecl &D, StorageLocation *Loc) { in setChild()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | AliasAnalysis.cpp | 149 getModRefInfoMask(const MemoryLocation & Loc,bool IgnoreLocals) getModRefInfoMask() argument 155 getModRefInfoMask(const MemoryLocation & Loc,AAQueryInfo & AAQI,bool IgnoreLocals) getModRefInfoMask() argument 212 getModRefInfo(const CallBase * Call,const MemoryLocation & Loc,AAQueryInfo & AAQI) getModRefInfo() argument 445 for (IRMemLocation Loc : MemoryEffects::locations()) { operator <<() local 467 getModRefInfo(const LoadInst * L,const MemoryLocation & Loc,AAQueryInfo & AAQI) getModRefInfo() argument 485 getModRefInfo(const StoreInst * S,const MemoryLocation & Loc,AAQueryInfo & AAQI) getModRefInfo() argument 511 getModRefInfo(const FenceInst * S,const MemoryLocation & Loc,AAQueryInfo & AAQI) getModRefInfo() argument 522 getModRefInfo(const VAArgInst * V,const MemoryLocation & Loc,AAQueryInfo & AAQI) getModRefInfo() argument 541 getModRefInfo(const CatchPadInst * CatchPad,const MemoryLocation & Loc,AAQueryInfo & AAQI) getModRefInfo() argument 554 getModRefInfo(const CatchReturnInst * CatchRet,const MemoryLocation & Loc,AAQueryInfo & AAQI) getModRefInfo() argument 567 getModRefInfo(const AtomicCmpXchgInst * CX,const MemoryLocation & Loc,AAQueryInfo & AAQI) getModRefInfo() argument 585 getModRefInfo(const AtomicRMWInst * RMW,const MemoryLocation & Loc,AAQueryInfo & AAQI) getModRefInfo() argument 610 const MemoryLocation &Loc = OptLoc.value_or(MemoryLocation()); getModRefInfo() local 704 canBasicBlockModify(const BasicBlock & BB,const MemoryLocation & Loc) canBasicBlockModify() argument 715 canInstructionRangeModRef(const Instruction & I1,const Instruction & I2,const MemoryLocation & Loc,const ModRefInfo Mode) canInstructionRangeModRef() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | Error.cpp | 27 static void PrintMessage(ArrayRef<SMLoc> Loc, SourceMgr::DiagKind Kind, in PrintMessage() 95 void PrintWarning(const char *Loc, const Twine &Msg) { in PrintWarning() 107 void PrintError(const char *Loc, const Twine &Msg) { in PrintError() 159 void CheckAssert(SMLoc Loc, Init *Condition, Init *Message) { in CheckAssert() 174 void dumpMessage(SMLoc Loc, Init *Message) { in dumpMessage()
|