HomeSort by relevance Sort by last modified time
    Searched refs:findOption (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/IR/
LegacyPassNameParser.h 71 if (findOption(P->getPassArgument()) != getNumOptions()) {
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
PassNameParser.h 70 if (findOption(P->getPassArgument()) != getNumOptions()) {
CommandLine.h 584 // findOption - Return the option number corresponding to the specified
587 unsigned findOption(const char *Name);
646 assert(findOption(Name) == Values.size() && "Option already exists!");
655 unsigned N = findOption(Name);
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/ch/
SocketOptionRegistry.java 80 public static OptionKey findOption(SocketOption<?> name, ProtocolFamily family) {
Net.java 329 OptionKey key = SocketOptionRegistry.findOption(name, family);
367 OptionKey key = SocketOptionRegistry.findOption(name, family);
  /external/mesa3d/src/mesa/drivers/dri/common/
xmlconfig.c 109 static GLuint findOption (const driOptionCache *cache, const char *name) {
565 opt = findOption (cache, attrVal[OA_NAME]);
813 GLuint opt = findOption (cache, name);
1018 GLuint i = findOption (cache, name);
1023 GLuint i = findOption (cache, name);
    [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 698 // findOption - Return the option number corresponding to the specified
701 unsigned findOption(const char *Name);
760 assert(findOption(Name) == Values.size() && "Option already exists!");
769 unsigned N = findOption(Name);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
CommandLine.cpp     [all...]
  /external/llvm/lib/Support/
CommandLine.cpp     [all...]

Completed in 546 milliseconds