Home
last modified time | relevance | path

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

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