Searched defs:WS (Results 1 – 10 of 10) sorted by relevance
9 } WS __attribute__((__transparent_union__)); typedef
38 #define WS "\t\n " macro
41 #define WS "\t\n " macro
65 #define WS "%ls" macro98 #define WS "%s" macro
48 #define WS " \t\n\r" macro
70 static const char WS[] = " \t\n"; variable
244 LexicalScope *WS = WorkStack.back(); in constructScopeNest() local
1499 else if (const WhileStmt *WS = dyn_cast<WhileStmt>(Loop)) in GenerateExtensivePathDiagnostic() local1783 else if (const WhileStmt *WS = dyn_cast<WhileStmt>(Loop)) in GenerateAlternateExtensivePathDiagnostic() local2876 std::queue<const ExplodedNode *> WS; in TrimmedGraph() local
8295 } else if (const WhileStmt *WS = dyn_cast<WhileStmt>(S)) { in DiagnoseEmptyLoopBody() local
3479 const WhileStmt *WS = cast<WhileStmt>(S); in EvaluateStmt() local