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

1234

/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,
/external/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp31 const Stmt &To) {
33 CharSourceRange::getTokenRange(To.getSourceRange()),
29 replaceStmtWithStmt(SourceManager &Sources, const Stmt &From, const Stmt &To) argument
/external/llvm/lib/IR/
H A DUser.cpp24 // references to the "To" definition.
26 void User::replaceUsesOfWith(Value *From, Value *To) { argument
27 if (From == To) return; // Duh what?
35 // "To", adding "this" to the uses list of To, and
37 setOperand(i, To); // Fix it now...
H A DGlobals.cpp191 void GlobalVariable::replaceUsesOfWithOnConstant(Value *From, Value *To, argument
204 assert(isa<Constant>(To) &&
208 this->setOperand(0, cast<Constant>(To));
/external/llvm/lib/Target/NVPTX/
H A DNVPTXImageOptimizer.cpp43 void replaceWith(Instruction *From, ConstantInt *To);
146 void NVPTXImageOptimizer::replaceWith(Instruction *From, ConstantInt *To) { argument
155 if (To->isZero())
165 From->replaceAllUsesWith(To);
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DTo.java39 * To SIP Header.
50 public final class To extends AddressParametersHeader implements class in inherits:AddressParametersHeader,javax.sip.header.ToHeader
61 public To() { method in class:To
68 public To(From from) { method in class:To
/external/chromium_org/mojo/public/cpp/bindings/
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
H A Darray.h57 U To() const { function in class:mojo::Array
/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/lib/Sema/
H A DSemaFixItUtils.cpp24 CanQualType To,
28 if (!To.isAtLeastAsQualifiedAs(From))
32 To = To.getNonReferenceType();
35 if (isa<PointerType>(From) && isa<PointerType>(To)) {
38 To = S.Context.getCanonicalType(
39 (cast<PointerType>(To))->getPointeeType());
43 const CanQualType ToUnq = To.getUnqualifiedType();
46 To.isAtLeastAsQualifiedAs(From))
23 compareTypesSimple(CanQualType From, CanQualType To, Sema &S, SourceLocation Loc, ExprValueKind FromVK) argument
/external/llvm/include/llvm/ADT/
H A DTinyPtrVector.h263 iterator insert(iterator I, ItTy From, ItTy To) { argument
266 if (From == To)
272 if (std::next(From) == To) {
282 return Val.template get<VecTy*>()->insert(begin() + Offset, From, To);
H A DPostOrderIterator.h59 bool insertEdge(NodeType *From, NodeType *To) { argument
60 return Visited.insert(To);
80 bool insertEdge(NodeType *From, NodeType *To) { return Visited.insert(To); } argument
/external/llvm/include/llvm/Analysis/
H A DLoopIterator.h117 bool insertEdge(BasicBlock *From, BasicBlock *To);
170 insertEdge(BasicBlock *From, BasicBlock *To) { argument
171 return LBT.visitPreorder(To);
/external/llvm/lib/Analysis/IPA/
H A DCallGraph.cpp131 void CallGraph::spliceFunction(const Function *From, const Function *To) { argument
133 assert(!FunctionMap.count(To) &&
136 I->second->F = const_cast<Function*>(To);
137 FunctionMap[To] = I->second;
H A DGlobalsModRef.cpp160 void copyValue(Value *From, Value *To) override;
587 void GlobalsModRef::copyValue(Value *From, Value *To) { argument
588 AliasAnalysis::copyValue(From, To);
/external/llvm/lib/Analysis/
H A DSparsePropagation.cpp204 /// basic block to the 'To' basic block is currently feasible...
205 bool SparseSolver::isEdgeFeasible(BasicBlock *From, BasicBlock *To, argument
212 if (TI->getSuccessor(i) == To && SuccFeasible[i])
H A DAliasSetTracker.cpp522 void AliasSetTracker::copyValue(Value *From, Value *To) { argument
524 AA.copyValue(From, To);
532 AliasSet::PointerRec &Entry = getEntryFor(To);
H A DLoopPass.cpp145 BasicBlock *To, Loop *L) {
148 LP->cloneBasicBlockAnalysis(From, To, L);
144 cloneBasicBlockSimpleAnalysis(BasicBlock *From, BasicBlock *To, Loop *L) argument
/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/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);
/external/clang/unittests/Sema/
H A DExternalSemaSourceTest.cpp51 NamespaceDiagnosticWatcher(StringRef From, StringRef To) argument
53 ToNS.append(To);
97 NamespaceTypoProvider(StringRef From, StringRef To) argument
98 : CorrectFrom(From), CorrectTo(To), CurrentSema(nullptr), CallCount(0) {}
/external/llvm/lib/CodeGen/AsmPrinter/
H A DWinCodeViewLineTables.cpp120 const MCSymbol *From, const MCSymbol *To) {
124 *ToRef = MCSymbolRefExpr::Create(To, Variant, Context);
119 EmitLabelDiff(MCStreamer &Streamer, const MCSymbol *From, const MCSymbol *To) argument
/external/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp295 // Return true if an edge from the From loop to the To loop is leaving a loop.
296 // Either of To and From can be null.
297 static bool isExitingLoop(const MachineLoop *From, const MachineLoop *To) { argument
298 return From && !From->contains(To);
411 // Traces are built by two CFG traversals. To avoid recomputing too much, use a
437 bool insertEdge(const MachineBasicBlock *From, const MachineBasicBlock *To) {
438 // Skip already visited To blocks.
439 MachineTraceMetrics::TraceBlockInfo &TBI = LB.Blocks[To->getNumber()];
442 // From is null once when To is the trace center block.
446 if ((LB.Downward ? To
[all...]
H A DStackProtector.cpp62 const AllocaInst *To) {
74 I = Layout.find(To);
76 Layout.insert(std::make_pair(To, Kind));
61 adjustForColoring(const AllocaInst *From, const AllocaInst *To) argument

Completed in 454 milliseconds

1234