Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/common/
Dxmlconfig.c109 static GLuint findOption (const driOptionCache *cache, const char *name) { in findOption() function
565 opt = findOption (cache, attrVal[OA_NAME]); in parseOptInfoAttr()
813 GLuint opt = findOption (cache, name); in parseOptConfAttr()
1018 GLuint i = findOption (cache, name); in driCheckOption()
1023 GLuint i = findOption (cache, name); in driQueryOptionb()
1031 GLuint i = findOption (cache, name); in driQueryOptioni()
1039 GLuint i = findOption (cache, name); in driQueryOptionf()
/external/llvm/include/llvm/IR/
DLegacyPassNameParser.h71 if (findOption(P->getPassArgument()) != getNumOptions()) { in passRegistered()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPassNameParser.h70 if (findOption(P->getPassArgument()) != getNumOptions()) { in passRegistered()
DCommandLine.h587 unsigned findOption(const char *Name);
646 assert(findOption(Name) == Values.size() && "Option already exists!");
655 unsigned N = findOption(Name);
/external/llvm/include/llvm/Support/
DCommandLine.h701 unsigned findOption(const char *Name);
760 assert(findOption(Name) == Values.size() && "Option already exists!");
769 unsigned N = findOption(Name);
/external/swiftshader/third_party/LLVM/lib/Support/
DCommandLine.cpp1054 unsigned generic_parser_base::findOption(const char *Name) { in findOption() function in generic_parser_base
/external/llvm/lib/Support/
DCommandLine.cpp1532 unsigned generic_parser_base::findOption(const char *Name) { in findOption() function in generic_parser_base