Home
last modified time | relevance | path

Searched defs:FirstResult (Results 1 – 6 of 6) sorted by relevance

/external/guice/extensions/persist/src/com/google/inject/persist/finder/
DFirstResult.java33 public @interface FirstResult {} annotation
/external/libtextclassifier/native/utils/testing/
Dannotator.cc24 std::string FirstResult(const std::vector<ClassificationResult>& results) { in FirstResult() function
/external/clang/lib/Lex/
DTokenLexer.cpp278 unsigned FirstResult = ResultToks.size(); in ExpandFunctionArguments() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp827 Value *FirstResult = nullptr; in lowerToSingleIndexGEPs() local
/external/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp781 Value *FirstResult = nullptr; in lowerToSingleIndexGEPs() local
/external/llvm/utils/TableGen/
DDAGISelMatcher.h663 unsigned FirstResult; variable