mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
renamed "exprContainers" to "expr_containers"
This commit is contained in:
@@ -47,12 +47,12 @@ stmt_containers(#20013,#20001)
|
||||
exprs(#20014,64,#20013,0,"hello")
|
||||
hasLocation(#20014,#20007)
|
||||
enclosing_stmt(#20014,#20013)
|
||||
exprContainers(#20014,#20001)
|
||||
expr_containers(#20014,#20001)
|
||||
#20015=*
|
||||
exprs(#20015,78,#20014,0,"hello")
|
||||
hasLocation(#20015,#20007)
|
||||
enclosing_stmt(#20015,#20013)
|
||||
exprContainers(#20015,#20001)
|
||||
expr_containers(#20015,#20001)
|
||||
literals("hello","hello",#20015)
|
||||
decl(#20015,#20012)
|
||||
#20016=*
|
||||
@@ -106,12 +106,12 @@ stmt_containers(#20031,#20019)
|
||||
exprs(#20032,64,#20031,0,"world")
|
||||
hasLocation(#20032,#20025)
|
||||
enclosing_stmt(#20032,#20031)
|
||||
exprContainers(#20032,#20019)
|
||||
expr_containers(#20032,#20019)
|
||||
#20033=*
|
||||
exprs(#20033,78,#20032,0,"world")
|
||||
hasLocation(#20033,#20025)
|
||||
enclosing_stmt(#20033,#20031)
|
||||
exprContainers(#20033,#20019)
|
||||
expr_containers(#20033,#20019)
|
||||
literals("world","world",#20033)
|
||||
decl(#20033,#20030)
|
||||
#20034=*
|
||||
@@ -188,12 +188,12 @@ stmt_containers(#20055,#20037)
|
||||
exprs(#20057,64,#20055,0,"inAModule")
|
||||
hasLocation(#20057,#20047)
|
||||
enclosing_stmt(#20057,#20055)
|
||||
exprContainers(#20057,#20037)
|
||||
expr_containers(#20057,#20037)
|
||||
#20058=*
|
||||
exprs(#20058,78,#20057,0,"inAModule")
|
||||
hasLocation(#20058,#20047)
|
||||
enclosing_stmt(#20058,#20055)
|
||||
exprContainers(#20058,#20037)
|
||||
expr_containers(#20058,#20037)
|
||||
literals("inAModule","inAModule",#20058)
|
||||
decl(#20058,#20054)
|
||||
#20059=*
|
||||
@@ -280,7 +280,7 @@ stmt_containers(#20083,#20061)
|
||||
exprs(#20085,4,#20083,-1,"""f""")
|
||||
hasLocation(#20085,#20075)
|
||||
enclosing_stmt(#20085,#20083)
|
||||
exprContainers(#20085,#20061)
|
||||
expr_containers(#20085,#20061)
|
||||
literals("f","""f""",#20085)
|
||||
#20086=*
|
||||
regexpterm(#20086,14,#20085,0,"f")
|
||||
@@ -292,12 +292,12 @@ regexpConstValue(#20086,"f")
|
||||
exprs(#20088,84,#20083,0,"f")
|
||||
hasLocation(#20088,#20071)
|
||||
enclosing_stmt(#20088,#20083)
|
||||
exprContainers(#20088,#20061)
|
||||
expr_containers(#20088,#20061)
|
||||
#20089=*
|
||||
exprs(#20089,78,#20088,1,"f")
|
||||
hasLocation(#20089,#20071)
|
||||
enclosing_stmt(#20089,#20083)
|
||||
exprContainers(#20089,#20061)
|
||||
expr_containers(#20089,#20061)
|
||||
literals("f","f",#20089)
|
||||
decl(#20089,#20080)
|
||||
typedecl(#20089,#20081)
|
||||
|
||||
Reference in New Issue
Block a user