Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DVirtualFileSystem.cpp2079 bool ShouldFallthrough = false; in parse() local
2080 if (!parseScalarBool(I.getValue(), ShouldFallthrough)) in parse()
2083 if (ShouldFallthrough) { in parse()