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

/external/llvm/include/llvm/IR/
H A DLegacyPassNameParser.h73 if (findOption(P->getPassArgument()) != getNumOptions()) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
H A Dxmlconfig.c109 static GLuint findOption (const driOptionCache *cache, const char *name) { function
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);
1031 GLuint i = findOption (cache, name);
1039 GLuint i = findOption (cache, name);
/external/mesa3d/src/mesa/drivers/dri/common/
H A Dxmlconfig.c109 static GLuint findOption (const driOptionCache *cache, const char *name) { function
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);
1031 GLuint i = findOption (cache, name);
1039 GLuint i = findOption (cache, name);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTextFormControlElement.cpp765 static Position findWordBoundary(const HTMLElement* innerEditor, const Position& startPosition, const Position& endPosition, FindOption findOption) argument
799 if (findOption == FindEnd && concatTexts[0] == '\n') {
807 findWordBoundary(characters.data(), characters.size(), findOption == FindStart ? characters.size() : 0, &start, &end);
811 unsigned remainingOffset = findOption == FindStart ? start : end;
/external/oprofile/libpopt/
H A Dpopt.c472 findOption(const struct poptOption * opt, /*@null@*/ const char * longName, function
497 opt2 = findOption(arg, longName, shortName, callback,
801 opt = findOption(con->options, optString, '\0', &cb, &cbData,
838 opt = findOption(con->options, NULL, *origOptString, &cb,
/external/llvm/include/llvm/Support/
H A DCommandLine.h621 // findOption - Return the option number corresponding to the specified
624 unsigned findOption(const char *Name);
682 assert(findOption(Name) == Values.size() && "Option already exists!");
691 unsigned N = findOption(Name);
/external/llvm/lib/Support/
H A DCommandLine.cpp1258 // findOption - Return the option number corresponding to the specified
1261 unsigned generic_parser_base::findOption(const char *Name) { function in class:generic_parser_base

Completed in 413 milliseconds