Searched defs:To (Results 1 - 25 of 77) sorted by path

1234

/external/ceres-solver/examples/
H A Dlibmv_homography.cc164 static void To(const Parameters &p, Parameterized *h) { function in class:__anon1751::Homography2DNormalizedParameterization
239 Homography2DNormalizedParameterization<double>::To(h, H);
/external/chromium_org/mojo/public/cpp/bindings/
H A Darray.h57 U To() const { function in class:mojo::Array
H A Dstring.h39 U To() const { function in class:mojo::String
H A Dstruct_ptr.h43 U To() const { function in class:mojo::StructPtr
108 U To() const { function in class:mojo::InlinedStructPtr
/external/chromium_org/testing/gtest/test/
H A Dgtest-port_test.cc202 class To { class in namespace:testing::internal
204 To(bool* converted) { *converted = true; } // NOLINT function in class:testing::internal::To
209 To to = ::testing::internal::ImplicitCast_<To>(&converted);
340 // joining a thread, causing flakiness in this test. To counter that, we
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtcp_packet.h38 // report_block.To(234)
47 // fir.To(234)
129 void To(uint32_t ssrc) { function in class:webrtc::rtcp::ReportBlock
500 void To(uint32_t ssrc) { function in class:webrtc::rtcp::Pli
539 void To(uint32_t ssrc) { function in class:webrtc::rtcp::Sli
591 void To(uint32_t ssrc) { function in class:webrtc::rtcp::Nack
637 void To(uint32_t ssrc) { function in class:webrtc::rtcp::Rpsi
686 void To(uint32_t ssrc) { function in class:webrtc::rtcp::Fir
731 void To(uint32_t ssrc) { function in class:webrtc::rtcp::Tmmbr
1016 void To(uint32_ function in class:webrtc::rtcp::VoipMetric
[all...]
/external/chromium_org/v8/src/heap/
H A Dspaces.h55 // To enable lazy cleaning of old space pages we can mark chunks of the page
1619 bool To(T** obj) { function in class:v8::internal::AllocationResult
/external/clang/include/clang/AST/
H A DASTImporter.h272 /// \c To declaration mappings as they are imported.
273 virtual Decl *Imported(Decl *From, Decl *To);
281 virtual Decl *GetOriginalDecl(Decl *To) { return nullptr; } argument
285 bool IsStructurallyEquivalent(QualType From, QualType To,
H A DASTVector.h191 // TODO: NEED To compile time dispatch on whether in_iter is a random access
286 iterator insert(const ASTContext &C, iterator I, ItTy From, ItTy To) { argument
288 append(C, From, To);
292 size_t NumToInsert = std::distance(From, To);
313 std::copy(From, To, I);
333 this->uninitialized_copy(From, To, OldEnd);
H A DExternalASTSource.h623 void erase(iterator From, iterator To) { argument
624 if (From.Position < 0 && To.Position < 0) {
625 Loaded.erase(Loaded.end() + From.Position, Loaded.end() + To.Position);
634 Local.erase(Local.begin() + From.Position, Local.begin() + To.Position);
/external/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h26 // The matcher functions are defined in ASTMatchers.h. To make it possible
861 /// \brief Converts a \c Matcher<T> to a matcher of desired type \c To by
862 /// "adapting" a \c To into a \c T.
869 /// that is convertible into any matcher of type \c To by constructing
870 /// \c HasMatcher<To, T>(InnerMatcher).
885 template <typename To> operator Matcher<To>() const {
886 return Matcher<To>(new ArgumentAdapterT<To, T>(InnerMatcher));
/external/clang/include/clang/Analysis/
H A DCFG.h598 bool Filter(const CFGBlock *To) { argument
599 return IsPred ? FilterEdge(F, To, From) : FilterEdge(F, From, To);
/external/clang/include/clang/Lex/
H A DPreprocessorOptions.h158 void addRemappedFile(StringRef From, StringRef To) { argument
159 RemappedFiles.push_back(std::make_pair(From, To));
162 void addRemappedFile(StringRef From, llvm::MemoryBuffer *To) { argument
163 RemappedFileBuffers.push_back(std::make_pair(From, To));
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h102 /// but with the bitwidth and signedness of 'To'.
103 const llvm::APSInt &Convert(const llvm::APSInt& To, argument
105 APSIntType TargetType(To);
H A DSymbolManager.h317 SymbolCast(const SymExpr *In, QualType From, QualType To) : argument
318 SymExpr(CastSymbolKind), Operand(In), FromTy(From), ToTy(To) { }
327 const SymExpr *In, QualType From, QualType To) {
331 ID.Add(To);
524 QualType From, QualType To);
326 Profile(llvm::FoldingSetNodeID& ID, const SymExpr *In, QualType From, QualType To) argument
/external/clang/lib/AST/
H A DASTContext.cpp6773 bool ASTContext::canBindObjCObjectType(QualType To, QualType From) { argument
6775 getObjCObjectPointerType(To)->getAs<ObjCObjectPointerType>(),
H A DASTImporter.cpp86 DeclarationNameInfo& To);
107 bool ImportDefinition(RecordDecl *From, RecordDecl *To,
109 bool ImportDefinition(VarDecl *From, VarDecl *To,
111 bool ImportDefinition(EnumDecl *From, EnumDecl *To,
113 bool ImportDefinition(ObjCInterfaceDecl *From, ObjCInterfaceDecl *To,
115 bool ImportDefinition(ObjCProtocolDecl *From, ObjCProtocolDecl *To,
129 bool IsStructuralMatch(ClassTemplateDecl *From, ClassTemplateDecl *To);
130 bool IsStructuralMatch(VarTemplateDecl *From, VarTemplateDecl *To);
1865 DeclarationNameInfo& To) {
1866 // NOTE: To
1864 ImportDeclarationNameLoc(const DeclarationNameInfo &From, DeclarationNameInfo& To) argument
1907 ImportDefinition(RecordDecl *From, RecordDecl *To, ImportDefinitionKind Kind) argument
2010 ImportDefinition(VarDecl *From, VarDecl *To, ImportDefinitionKind Kind) argument
2025 ImportDefinition(EnumDecl *From, EnumDecl *To, ImportDefinitionKind Kind) argument
2061 Decl *To = Importer.Import(*P); local
2151 TemplateArgument To = ImportTemplateArgument(FromArgs[I]); local
2205 IsStructuralMatch(ClassTemplateDecl *From, ClassTemplateDecl *To) argument
2213 IsStructuralMatch(VarTemplateDecl *From, VarTemplateDecl *To) argument
3380 ImportDefinition(ObjCProtocolDecl *From, ObjCProtocolDecl *To, ImportDefinitionKind Kind) argument
3469 ImportDefinition(ObjCInterfaceDecl *From, ObjCInterfaceDecl *To, ImportDefinitionKind Kind) argument
4934 Decl *To = Import(From); local
5095 Imported(Decl *From, Decl *To) argument
5100 IsStructurallyEquivalent(QualType From, QualType To, bool Complain) argument
[all...]
/external/clang/lib/Analysis/
H A DCFG.cpp3779 const CFGBlock *From, const CFGBlock *To) {
3784 if (To && From && F.IgnoreDefaultsWithCoveredEnums) {
3785 // If the 'To' has no label or is labeled but the label isn't a
3790 const Stmt *L = To->getLabel();
3778 FilterEdge(const CFGBlock::FilterOptions &F, const CFGBlock *From, const CFGBlock *To) argument
H A DConsumed.cpp478 void forwardInfo(const Expr *From, const Expr *To);
479 void copyInfo(const Expr *From, const Expr *To, ConsumedState CS);
481 void setInfo(const Expr *To, ConsumedState NS);
526 void ConsumedStmtVisitor::forwardInfo(const Expr *From, const Expr *To) { argument
529 insertInfo(To, Entry->second);
533 // Create a new state for To, which is initialized to the state of From.
535 void ConsumedStmtVisitor::copyInfo(const Expr *From, const Expr *To, argument
542 insertInfo(To, PropagationInfo(CS));
560 // If we already have info for To then update it, otherwise create a new entry.
561 void ConsumedStmtVisitor::setInfo(const Expr *To, ConsumedStat argument
1103 isBackEdge(const CFGBlock *From, const CFGBlock *To) argument
[all...]
/external/clang/lib/CodeGen/
H A DCGCleanup.cpp500 llvm::BasicBlock *To) {
507 Br->setSuccessor(0, To);
512 Switch->setSuccessor(I, To);
498 ForwardPrebranchedFallthrough(llvm::BasicBlock *Exit, llvm::BasicBlock *From, llvm::BasicBlock *To) argument
/external/clang/lib/Rewrite/Core/
H A DRewriter.cpp334 bool Rewriter::ReplaceStmt(Stmt *From, Stmt *To) { argument
335 assert(From != nullptr && To != nullptr && "Expected non-null Stmt's");
345 To->printPretty(S, nullptr, PrintingPolicy(*LangOpts));
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp579 void QuoteDoublequotes(std::string &From, std::string &To) { argument
582 To += "\\\"";
584 To += From[i];
1616 /// SynthCountByEnumWithState - To print:
3330 // To turn off a warning, type-cast to 'id'
3430 // To turn off a warning, type-cast to 'id'
H A DRewriteObjC.cpp479 void QuoteDoublequotes(std::string &From, std::string &To) { argument
482 To += "\\\"";
484 To += From[i];
1393 /// SynthCountByEnumWithState - To print:
2707 // To turn off a warning, type-cast to 'id'
2807 // To turn off a warning, type-cast to 'id'
/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp84 void CheckJump(Stmt *From, Stmt *To, SourceLocation DiagLoc,
740 void JumpScopeChecker::CheckJump(Stmt *From, Stmt *To, SourceLocation DiagLoc, argument
745 if (CHECK_PERMISSIVE(!LabelAndGotoScopes.count(To)))
749 unsigned ToScope = LabelAndGotoScopes[To];
H A DSemaAccess.cpp255 const CXXRecordDecl *To) {
257 if (From->getDeclName() != To->getDeclName())
261 const DeclContext *ToDC = To->getDeclContext()->getPrimaryContext();
1041 // To get this exactly right, this might need to be checked more
254 MightInstantiateTo(const CXXRecordDecl *From, const CXXRecordDecl *To) argument

Completed in 6217 milliseconds

1234