Lines Matching defs:L

94   llvm::PointerIntPair<const LocationContext *, 2, unsigned> L;  variable
227 : ProgramPoint(B, BlockEntranceKind, L, tag) { in ProgramPoint() argument
250 BlockExit(const CFGBlock *B, const LocationContext *L) in BlockExit()
271 StmtPoint(const Stmt *S, const void *p2, Kind k, const LocationContext *L, in StmtPoint()
297 : StmtPoint(S, SubStmt, PreStmtKind, L, tag) {} in StmtPoint() argument
314 : StmtPoint(S, data, k, L, tag) {} in StmtPoint() argument
319 : StmtPoint(S, nullptr, k, L, tag) {} in StmtPoint() argument
323 : StmtPoint(S, nullptr, PostStmtKind, L, tag) {} in StmtPoint() argument
361 : PostStmt(S, PostConditionKind, L, tag) {} in PostStmt() argument
374 LocationCheck(const Stmt *S, const LocationContext *L, in LocationCheck()
390 : LocationCheck(S, L, PreLoadKind, tag) {} in LocationCheck() argument
404 : LocationCheck(S, L, PreStoreKind, tag) {} in LocationCheck() argument
418 : PostStmt(S, PostLoadKind, L, tag) {} in PostStmt() argument
436 : PostStmt(S, PostStoreKind, L, tag) { in PostStmt() argument
459 : PostStmt(S, PostLValueKind, L, tag) {} in PostStmt() argument
475 : StmtPoint(S, nullptr, PreStmtPurgeDeadSymbolsKind, L, tag) { } in StmtPoint() argument
491 : StmtPoint(S, nullptr, PostStmtPurgeDeadSymbolsKind, L, tag) { } in StmtPoint() argument
503 BlockEdge(const CFGBlock *B1, const CFGBlock *B2, const LocationContext *L) in BlockEdge()
534 const LocationContext *L) in PostInitializer()
560 const LocationContext *L, const ProgramPointTag *Tag) in ImplicitCallPoint()
585 : ImplicitCallPoint(D, Loc, PreImplicitCallKind, L, Tag) {} in ImplicitCallPoint() argument
602 : ImplicitCallPoint(D, Loc, PostImplicitCallKind, L, Tag) {} in ImplicitCallPoint() argument
616 : StmtPoint(S, nullptr, PostAllocatorCallKind, L, Tag) {} in StmtPoint() argument
669 CallExitBegin(const StackFrameContext *L, const ReturnStmt *RS) in CallExitBegin()
735 : ProgramPoint(Data1, Data2, EpsilonKind, L, tag) {} in ProgramPoint() argument