Home
last modified time | relevance | path

Searched defs:FlagDesc (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dflags_test.cpp17 static const char FlagDesc[] = "flag description"; variable
/llvm-project/llvm/tools/llvm-rc/
H A DResourceScriptParser.cpp341 Expected<uint32_t> RCParser::parseFlags(ArrayRef<StringRef> FlagDesc, in parseFlags()