Home
last modified time | relevance | path

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

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