Home
last modified time | relevance | path

Searched defs:hasArg (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/Option/
DArgList.h185 bool hasArg(OptSpecifier Id) const { in hasArg() function
188 bool hasArg(OptSpecifier Id0, OptSpecifier Id1) const { in hasArg() function
191 bool hasArg(OptSpecifier Id0, OptSpecifier Id1, OptSpecifier Id2) const { in hasArg() function
/external/icu/icu4c/source/tools/toolutil/
Duoptions.h59 char hasArg; /* enum value: option takes no/requires/may have argument */ member
64 #define UOPTION_DEF(longName, shortName, hasArg) \ argument
/external/emma/core/java12/com/vladium/util/args/
DIOptsParser.java50 boolean hasArg (String name); in hasArg() method
DOptsParser.java643 public boolean hasArg (final String name) in hasArg() method in OptsParser.Opts
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/
DUOption.java35 public int hasArg; field in UOption