Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCommandLine.h201 bool hasArgStr() const { return ArgStr[0] != 0; } in hasArgStr() function
/external/llvm/include/llvm/Support/
DCommandLine.h274 bool hasArgStr() const { return !ArgStr.empty(); } in hasArgStr() function