Lines Matching defs:L

94   llvm::PointerIntPair<const LocationContext *, 2, unsigned> L;  variable
223 : ProgramPoint(B, BlockEntranceKind, L, tag) { in ProgramPoint() argument
246 BlockExit(const CFGBlock *B, const LocationContext *L) in BlockExit()
268 StmtPoint(const Stmt *S, const void *p2, Kind k, const LocationContext *L, in StmtPoint()
294 : StmtPoint(S, SubStmt, PreStmtKind, L, tag) {} in StmtPoint() argument
311 : StmtPoint(S, data, k, L, tag) {} in StmtPoint() argument
316 : StmtPoint(S, nullptr, k, L, tag) {} in StmtPoint() argument
320 : StmtPoint(S, nullptr, PostStmtKind, L, tag) {} in StmtPoint() argument
358 : PostStmt(S, PostConditionKind, L, tag) {} in PostStmt() argument
371 LocationCheck(const Stmt *S, const LocationContext *L, in LocationCheck()
387 : LocationCheck(S, L, PreLoadKind, tag) {} in LocationCheck() argument
401 : LocationCheck(S, L, PreStoreKind, tag) {} in LocationCheck() argument
415 : PostStmt(S, PostLoadKind, L, tag) {} in PostStmt() argument
433 : PostStmt(S, PostStoreKind, L, tag) { in PostStmt() argument
456 : PostStmt(S, PostLValueKind, L, tag) {} in PostStmt() argument
472 : StmtPoint(S, nullptr, PreStmtPurgeDeadSymbolsKind, L, tag) { } in StmtPoint() argument
488 : StmtPoint(S, nullptr, PostStmtPurgeDeadSymbolsKind, L, tag) { } in StmtPoint() argument
500 BlockEdge(const CFGBlock *B1, const CFGBlock *B2, const LocationContext *L) in BlockEdge()
531 const LocationContext *L) in PostInitializer()
557 const LocationContext *L, const ProgramPointTag *Tag, in ImplicitCallPoint()
584 : ImplicitCallPoint(D, Loc, PreImplicitCallKind, L, Tag, ElemRef) {} in ImplicitCallPoint() argument
602 : ImplicitCallPoint(D, Loc, PostImplicitCallKind, L, Tag, ElemRef) {} 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