Home
last modified time | relevance | path

Searched refs:findOption (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/util/
H A Dxmlconfig.c259 findOption(const driOptionCache *cache, const char *name) in findOption() function
346 int i = findOption(info, name); in driParseOptionInfo()
811 uint32_t opt = findOption(cache, name); in parseOptConfAttr()
1257 uint32_t i = findOption(cache, name); in driCheckOption()
1264 uint32_t i = findOption(cache, name); in driQueryOptionb()
1274 uint32_t i = findOption(cache, name); in driQueryOptioni()
1284 uint32_t i = findOption(cache, name); in driQueryOptionf()
1294 uint32_t i = findOption(cache, name); in driQueryOptionstr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DLegacyPassNameParser.h70 if (findOption(P->getPassArgument().data()) != getNumOptions()) {
/third_party/popt/src/
H A Dpopt.c553 findOption(const struct poptOption * opt, in findOption() function
576 opt2 = findOption(arg.opt, longName, longNameLen, shortName, callback, in findOption()
1319 opt = findOption(con->options, optString, optStringLen, '\0', &cb, &cbData, in poptGetNextOpt()
1355 opt = findOption(con->options, NULL, 0, *nextCharArg, &cb, in poptGetNextOpt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DCommandLine.h789 // findOption - Return the option number corresponding to the specified
792 unsigned findOption(StringRef Name);
853 assert(findOption(Name) == Values.size() && "Option already exists!"); in addLiteralOption()
862 unsigned N = findOption(Name); in removeLiteralOption()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DCommandLine.h712 // findOption - Return the option number corresponding to the specified
715 unsigned findOption(StringRef Name);
774 assert(findOption(Name) == Values.size() && "Option already exists!"); in addLiteralOption()
783 unsigned N = findOption(Name); in removeLiteralOption()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DCommandLine.cpp1559 // findOption - Return the option number corresponding to the specified
1562 unsigned generic_parser_base::findOption(StringRef Name) { in findOption() function in generic_parser_base
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DCommandLine.cpp1887 // findOption - Return the option number corresponding to the specified
1890 unsigned generic_parser_base::findOption(StringRef Name) { in findOption() function in generic_parser_base

Completed in 20 milliseconds