Home
last modified time | relevance | path

Searched refs:getJSON (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/polly/www/
H A Dmenu.html.incl77 $.getJSON(yql, function(res) {
95 $.getJSON(yql_polyinfo, function(res) {
/llvm-project-15.0.7/polly/lib/Exchange/
H A DJSONExporter.cpp131 static json::Value getJSON(Scop &S) { in getJSON() function
180 json::Value jscop = getJSON(S); in exportScop()