/llvm-project/mlir/include/mlir/Analysis/Presburger/ |
H A D | PWMAFunction.h | 155 struct Piece { struct 173 void addPiece(const Piece &piece); argument
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | TextDiagnostics.cpp | 100 if (!isa<PathDiagnosticNotePiece>(Piece.get())) in FlushDiagnosticsImpl() local 114 if (isa<PathDiagnosticNotePiece>(Piece.get())) in FlushDiagnosticsImpl() local [all...] |
H A D | SarifDiagnostics.cpp | 92 calculateImportance(const PathDiagnosticPiece &Piece) { in calculateImportance() 133 for (const auto &Piece : Pieces) { in createThreadFlows() local
|
H A D | PlistDiagnostics.cpp | 598 for (const auto &Piece : llvm::make_range(I, Path.end())) in printBugPath() local 622 auto AddPieceFID = [&FM, &Fids, &SM](const PathDiagnosticPiece &Piece) { in FlushDiagnosticsImpl() argument 640 const PathDiagnosticPiece &Piece = *Iter; in FlushDiagnosticsImpl() local
|
H A D | HTMLDiagnostics.cpp | 600 for (const auto &Piece : path) { FinalizeHTML() local 745 HandlePopUpPieceEndTag(Rewriter & R,const PathDiagnosticPopUpPiece & Piece,std::vector<SourceRange> & PopUpRanges,unsigned int LastReportedPieceIndex,unsigned int PopUpPieceIndex) HandlePopUpPieceEndTag() argument 807 const auto &Piece = *I.get(); RewriteFile() local 850 const auto &Piece = *I.get(); RewriteFile() local [all...] |
H A D | BugReporter.cpp | 489 auto Piece = std::move(Path.front()); in removePopUpNotes() local 1439 auto *Piece = dyn_cast<PathDiagnosticControlFlowPiece>(I->get()); addContextEdges() local 2816 if (auto Piece = V->getEndPath(BRC, ErrorNode, *R)) { generateVisitorsDiagnostics() local 3138 PathDiagnosticNotePiece *Piece = I.get(); FlushReport() local [all...] |
H A D | BugReporterVisitors.cpp | 512 if (PathDiagnosticPieceRef Piece = maybeEmitNoteForObjCSelf(R, *MC, N)) in VisitNode() local 3304 isPieceMessageGeneric(const PathDiagnosticPiece * Piece) isPieceMessageGeneric() argument 3472 auto Piece = std::make_shared<PathDiagnosticEventPiece>(Loc, *Msg); VisitNode() local
|
/llvm-project/clang/unittests/StaticAnalyzer/ |
H A D | CheckerRegistration.h | 49 for (PathDiagnosticPieceRef Piece : in FlushDiagnosticsImpl() local
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | BugReporter.h | 519 void addCallStackHint(PathDiagnosticPieceRef Piece, in addCallStackHint() argument 524 bool hasCallStackHint(PathDiagnosticPieceRef Piece) const { in hasCallStackHint() argument 531 getCallStackMessage(PathDiagnosticPieceRef Piece, in getCallStackMessage() argument
|
/llvm-project/clang/utils/TableGen/ |
H A D | ClangDiagnosticsEmitter.cpp | 480 struct Piece { global() struct 482 Piece__anon4a7b64cf0511::Piece Piece() argument 485 ~Piece__anon4a7b64cf0511::Piece ~Piece() argument 487 getPieceClass__anon4a7b64cf0511::Piece getPieceClass() argument 488 classof__anon4a7b64cf0511::Piece classof() argument 491 ClassKind__anon4a7b64cf0511::Piece global() argument 1332 for (StringRef Piece : SelectPieces) { verifyDiagnosticWording() local 1389 for (StringRef Piece : SelectPieces) { verifyDiagnosticWording() local [all...] |
/llvm-project/llvm/include/llvm/Bitstream/ |
H A D | BitstreamReader.h | 232 uint32_t Piece = MaybeRead.get(); in ReadVBR() local 267 uint32_t Piece = MaybeRead.get(); in ReadVBR64() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaStmtAsm.cpp | 118 const GCCAsmStmt::AsmStringPiece &Piece = AsmStrPieces[p]; isOperandMentioned() local 514 GCCAsmStmt::AsmStringPiece &Piece = Pieces[i]; ActOnGCCAsmStmt() local [all...] |
H A D | SemaModule.cpp | 69 for (auto &Piece : Path) { stringFromPath() local
|
/llvm-project/llvm/tools/llvm-exegesis/lib/ |
H A D | BenchmarkResult.cpp | 56 for (StringRef Piece : Pieces) { deserializeMCInst() local
|
/llvm-project/clang/lib/Lex/ |
H A D | Preprocessor.cpp | 1300 for (auto &Piece : NamedModuleImportPath) { LexAfterModuleImport() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | LocalizationChecker.cpp | 1022 Piece->addRange(LiteralExpr->getSourceRange()); in VisitNode() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 1237 for (const auto &Piece : cast<MDNode>(Option)->operands()) emitModuleMetadata() local 1871 for (const auto &Piece : cast<MDNode>(Option)->operands()) { emitLinkerDirectives() local
|
/llvm-project/clang/lib/AST/ |
H A D | Stmt.cpp | 793 for (const auto &Piece : Pieces) { generateAsmString() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 2248 Constant *Piece = ConstantFoldBinaryInstruction( collectInsertionElements() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.cpp | 6368 for (Register Piece : ReadlanePieces) { emitLoadScalarOpsFromVGPRLoop() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 57983 for (StringRef Piece : Pieces) { matchAsm() local [all...] |