Home
last modified time | relevance | path

Searched refs:VisitAtomicExpr (Results 1 – 13 of 13) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
HDPtrTypesSemantics.cpp379 bool VisitAtomicExpr(const AtomicExpr *E) { return VisitChildren(E); } in VisitAtomicExpr() function in clang::TrivialFunctionAnalysisVisitor
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDJSONNodeDumper.h291 void VisitAtomicExpr(const AtomicExpr *AE);
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDExprEngine.h506 void VisitAtomicExpr(const AtomicExpr *E, ExplodedNode *Pred,
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDExprEngine.cpp2311 VisitAtomicExpr(cast<AtomicExpr>(S), Pred, Dst); in Visit()
3443 void ExprEngine::VisitAtomicExpr(const AtomicExpr *AE, ExplodedNode *Pred, in VisitAtomicExpr() function in ExprEngine
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExprComplex.cpp413 ComplexPairTy VisitAtomicExpr(AtomicExpr *E) { in VisitAtomicExpr() function in __anonf700ecf90111::ComplexExprEmitter
HDCGExprAgg.cpp233 void VisitAtomicExpr(AtomicExpr *E) { in VisitAtomicExpr() function in __anon44d4d4100111::AggExprEmitter
HDCGExprScalar.cpp925 Value *VisitAtomicExpr(AtomicExpr *AE);
5486 Value *ScalarExprEmitter::VisitAtomicExpr(AtomicExpr *E) { in VisitAtomicExpr() function in ScalarExprEmitter
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDJSONNodeDumper.cpp1235 void JSONNodeDumper::VisitAtomicExpr(const AtomicExpr *AE) { in VisitAtomicExpr() function in JSONNodeDumper
HDStmtProfile.cpp1629 void StmtProfiler::VisitAtomicExpr(const AtomicExpr *S) { in VisitAtomicExpr() function in StmtProfiler
HDStmtPrinter.cpp1874 void StmtPrinter::VisitAtomicExpr(AtomicExpr *Node) { in VisitAtomicExpr() function in StmtPrinter
HDASTImporter.cpp589 ExpectedStmt VisitAtomicExpr(AtomicExpr *E);
7611 ExpectedStmt ASTNodeImporter::VisitAtomicExpr(AtomicExpr *E) { in VisitAtomicExpr() function in ASTNodeImporter
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterStmt.cpp1375 void ASTStmtWriter::VisitAtomicExpr(AtomicExpr *E) { in VisitAtomicExpr() function in ASTStmtWriter
HDASTReaderStmt.cpp1426 void ASTStmtReader::VisitAtomicExpr(AtomicExpr *E) { in VisitAtomicExpr() function in ASTStmtReader