/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modfetch/ |
D | repo.go | 62 Latest(ctx context.Context) (*RevInfo, error) methodSpec 355 func (l *loggingRepo) Latest(ctx context.Context) (*RevInfo, error) { func 388 func (r errRepo) Latest(ctx context.Context) (*RevInfo, error) { return nil, r.er… func
|
D | toolchain.go | 136 func (r *toolchainRepo) Latest(ctx context.Context) (*RevInfo, error) { func
|
D | proxy.go | 388 func (p *proxyRepo) Latest(ctx context.Context) (*RevInfo, error) { func
|
D | coderepo.go | 322 func (r *codeRepo) Latest(ctx context.Context) (*RevInfo, error) { func
|
D | cache.go | 272 func (r *cachingRepo) Latest(ctx context.Context) (*RevInfo, error) { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modload/ |
D | query.go | 1115 Latest(context.Context) (*modfetch.RevInfo, error) methodSpec 1157 func (er emptyRepo) Latest(ctx context.Context) (*modfetch.RevInfo, error) { return nil, er.err } func 1248 func (rr *replacementRepo) Latest(ctx context.Context) (*modfetch.RevInfo, error) { func
|
/aosp_15_r20/external/tink/cc/config/ |
H A D | tink_config.cc | 35 const RegistryConfig& TinkConfig::Latest() { in Latest() function in crypto::tink::TinkConfig
|
/aosp_15_r20/external/clang/include/clang/AST/ |
H A D | Redeclarable.h | 96 auto Latest = Next.get<KnownLatest>(); in setLatest() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | Redeclarable.h | 150 auto Latest = Link.get<KnownLatest>(); in setLatest() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | Redeclarable.h | 150 auto Latest = Link.get<KnownLatest>(); in setLatest() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | Redeclarable.h | 150 auto Latest = Link.get<KnownLatest>(); in setLatest() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | Redeclarable.h | 150 auto Latest = Link.get<KnownLatest>(); in setLatest() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modfetch/codehost/ |
D | git.go | 362 func (r *gitRepo) Latest(ctx context.Context) (*RevInfo, error) { func
|
D | vcs.go | 393 func (r *vcsRepo) Latest(ctx context.Context) (*RevInfo, error) { func
|
D | codehost.go | 62 Latest(ctx context.Context) (*RevInfo, error) methodSpec
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | ExecutionDomainFix.cpp | 359 DomainValue *Latest = LiveRegs[Regs.pop_back_val()]; in visitSoftInstr() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | ExecutionDomainFix.cpp | 359 DomainValue *Latest = LiveRegs[Regs.pop_back_val()]; in visitSoftInstr() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | ExecutionDepsFix.cpp | 690 DomainValue *Latest = Regs.pop_back_val().Value; in visitSoftInstr() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/ |
D | LangOptions.h | 247 Latest enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/ |
D | LangOptions.h | 241 Latest enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/ |
D | LangOptions.h | 229 Latest enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/ |
D | LangOptions.h | 229 Latest enumerator
|
/aosp_15_r20/external/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 3163 void ASTDeclReader::attachLatestDeclImpl(Redeclarable<DeclT> *D, Decl *Latest) { in attachLatestDeclImpl() 3170 void ASTDeclReader::attachLatestDecl(Decl *D, Decl *Latest) { in attachLatestDecl()
|
/aosp_15_r20/external/clang/include/clang/Lex/ |
H A D | Preprocessor.h | 461 if (auto *Latest = getLatest()) in findDirectiveAtLoc() local
|
/aosp_15_r20/external/llvm/lib/Target/ARM/ |
H A D | ARMLoadStoreOptimizer.cpp | 971 unsigned Latest = SIndex; in FormCandidates() local
|