Searched defs:nullptr (Results 26 - 50 of 165) sorted by relevance

1234567

/external/llvm/include/llvm/Transforms/Utils/
H A DLocal.h58 const TargetLibraryInfo *TLI = nullptr);
68 const TargetLibraryInfo *TLI = nullptr);
75 const TargetLibraryInfo *TLI = nullptr);
83 const TargetLibraryInfo *TLI = nullptr);
90 bool SimplifyInstructionsInBlock(BasicBlock *BB, const DataLayout *TD = nullptr,
91 const TargetLibraryInfo *TLI = nullptr);
109 DataLayout *TD = nullptr);
116 void MergeBasicBlockIntoOnlyPred(BasicBlock *BB, Pass *P = nullptr);
139 const DataLayout *TD = nullptr);
145 bool FlattenCFG(BasicBlock *BB, AliasAnalysis *AA = nullptr);
176 getKnownAlignment(Value *V, const DataLayout *TD = nullptr) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DMessageEvent.h57 static PassRefPtrWillBeRawPtr<MessageEvent> create(PassOwnPtrWillBeRawPtr<MessagePortArray> ports, const String& origin = String(), const String& lastEventId = String(), PassRefPtrWillBeRawPtr<EventTarget> source = nullptr) argument
61 static PassRefPtrWillBeRawPtr<MessageEvent> create(PassOwnPtrWillBeRawPtr<MessagePortArray> ports, PassRefPtr<SerializedScriptValue> data, const String& origin = String(), const String& lastEventId = String(), PassRefPtrWillBeRawPtr<EventTarget> source = nullptr) argument
65 static PassRefPtrWillBeRawPtr<MessageEvent> create(PassOwnPtr<MessagePortChannelArray> channels, PassRefPtr<SerializedScriptValue> data, const String& origin = String(), const String& lastEventId = String(), PassRefPtrWillBeRawPtr<EventTarget> source = nullptr) argument
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DRenderGeometryMapTest.cpp71 return nullptr;
76 return nullptr;
84 return nullptr;
89 return nullptr;
97 return nullptr;
100 return nullptr;
108 return nullptr;
111 return nullptr;
150 EXPECT_EQ(FloatPoint(8.0f, 8.0f), rgm.mapToContainer(point, nullptr));
151 EXPECT_EQ(FloatQuad(FloatRect(8.0f, 8.0f, 1.0f, 2.0f)), rgm.mapToContainer(rect, nullptr));
379 rgm.pushMappingsToAncestor(getRenderBox(webView, "Col2"), nullptr); local
388 rgm.pushMappingsToAncestor(getRenderBox(webView, "Col3"), nullptr); local
[all...]
/external/clang/include/clang/Basic/
H A DABI.h189 ThunkInfo() : Method(nullptr) { }
192 const CXXMethodDecl *Method = nullptr)
201 return This.isEmpty() && Return.isEmpty() && Method == nullptr;
191 ThunkInfo(const ThisAdjustment &This, const ReturnAdjustment &Return, const CXXMethodDecl *Method = nullptr) argument
/external/llvm/include/llvm/
H A DPassInfo.h52 TargetMachineCtor_t machine = nullptr)
63 IsAnalysis(false), IsAnalysisGroup(true), NormalCtor(nullptr),
64 TargetMachineCtor(nullptr) {}
50 PassInfo(const char *name, const char *arg, const void *pi, NormalCtor_t normal, bool isCFGOnly, bool is_analysis, TargetMachineCtor_t machine = nullptr) argument
/external/llvm/lib/Analysis/IPA/
H A DCallGraph.cpp24 : M(M), Root(nullptr), ExternalCallingNode(getOrInsertFunction(nullptr)),
25 CallsExternalNode(new CallGraphNode(nullptr)) {
213 if (CR.second == Callee && CR.first == nullptr) {
270 void CallGraphWrapperPass::releaseMemory() { G.reset(nullptr); }
283 void CallGraphWrapperPass::dump() const { print(dbgs(), nullptr); } local
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp339 void SDNode::dump() const { dump(nullptr); }
436 OS << ' ' << PrintReg(R->getReg(), G ? G->getTarget().getRegisterInfo() :nullptr);
604 DumpNodesr(dbgs(), this, 0, nullptr, once); local
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp34 MCContext *Ctx = nullptr) {
33 adjustFixupValue(const MCFixup &Fixup, uint64_t Value, MCContext *Ctx = nullptr) argument
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h162 Name *PossibleMatch = nullptr) {}
159 handleMutexNotHeld(StringRef Kind, const NamedDecl *D, ProtectedOperationKind POK, Name LockName, LockKind LK, SourceLocation Loc, Name *PossibleMatch = nullptr) argument
/external/clang/include/clang/Edit/
H A DCommit.h61 const PPConditionalDirectiveRecord *PPRec = nullptr)
62 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec), Editor(nullptr),
134 SourceLocation *MacroBegin = nullptr) const;
136 SourceLocation *MacroEnd = nullptr) const;
60 Commit(const SourceManager &SM, const LangOptions &LangOpts, const PPConditionalDirectiveRecord *PPRec = nullptr) argument
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h191 return nullptr;
208 ExplodedNode *addTransition(ProgramStateRef State = nullptr, argument
209 const ProgramPointTag *Tag = nullptr) {
210 return addTransitionImpl(State ? State : getState(), false, nullptr, Tag);
222 const ProgramPointTag *Tag = nullptr) {
228 ExplodedNode *generateSink(ProgramStateRef State = nullptr, argument
229 ExplodedNode *Pred = nullptr,
230 const ProgramPointTag *Tag = nullptr) {
252 return nullptr;
288 ExplodedNode *P = nullptr,
220 addTransition(ProgramStateRef State, ExplodedNode *Pred, const ProgramPointTag *Tag = nullptr) argument
286 addTransitionImpl(ProgramStateRef State, bool MarkAsSink, ExplodedNode *P = nullptr, const ProgramPointTag *Tag = nullptr) argument
[all...]
H A DSValBuilder.h149 const void *symbolTag = nullptr) {
156 const void *symbolTag = nullptr) {
145 conjureSymbol(const Stmt *stmt, const LocationContext *LCtx, QualType type, unsigned visitCount, const void *symbolTag = nullptr) argument
153 conjureSymbol(const Expr *expr, const LocationContext *LCtx, unsigned visitCount, const void *symbolTag = nullptr) argument
/external/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp83 bool handleAttr(AttributedTypeLoc TL, Decl *D = nullptr) { argument
152 return ID->getImplementation() != nullptr;
154 return CD->getImplementation() != nullptr;
/external/clang/lib/Frontend/
H A DASTConsumers.cpp39 ASTPrinter(raw_ostream *Out = nullptr, bool Dump = false, argument
101 ASTDeclNodeLister(raw_ostream *Out = nullptr) argument
127 return new ASTPrinter(nullptr, /*Dump=*/true, FilterString, DumpLookups);
131 return new ASTDeclNodeLister(nullptr);
H A DChainedIncludesSource.cpp79 ASTDeserializationListener *deserialListener = nullptr) {
104 return nullptr;
162 consumer.reset(new PCHGenerator(Clang->getPreprocessor(), "-", nullptr,
167 Clang->createSema(TU_Prefix, nullptr);
189 return nullptr;
195 return nullptr;
208 return nullptr;
76 createASTReader(CompilerInstance &CI, StringRef pchFile, SmallVectorImpl<llvm::MemoryBuffer *> &memBufs, SmallVectorImpl<std::string> &bufNames, ASTDeserializationListener *deserialListener = nullptr) argument
/external/clang/lib/Serialization/
H A DASTReaderInternals.h133 IdentifierInfo *II = nullptr)
132 ASTIdentifierLookupTrait(ASTReader &Reader, ModuleFile &F, IdentifierInfo *II = nullptr) argument
/external/clang/tools/libclang/
H A DCXSourceLocation.cpp44 CXSourceLocation Result = { { nullptr, nullptr }, 0 };
55 CXSourceRange Result = { { nullptr, nullptr }, 0, 0 };
92 CXSourceLocation Result = { { range.ptr_data[0], nullptr }, 0 };
104 CXSourceLocation Result = { { range.ptr_data[1], nullptr }, 0 };
186 *file = nullptr;
197 unsigned *column, unsigned *offset = nullptr) {
196 createNullLocation(CXString *filename, unsigned *line, unsigned *column, unsigned *offset = nullptr) argument
H A DCursorVisitor.h39 VisitorJob(CXCursor C, Kind k, const void *d1, const void *d2 = nullptr, argument
40 const void *d3 = nullptr)
150 PostChildrenVisitorTy PostChildrenVisitor = nullptr)
158 DI_current(nullptr), FileDI_current(nullptr)
161 Parent.data[0] = nullptr;
162 Parent.data[1] = nullptr;
163 Parent.data[2] = nullptr;
164 StmtParent = nullptr;
144 CursorVisitor(CXTranslationUnit TU, CXCursorVisitor Visitor, CXClientData ClientData, bool VisitPreprocessorLast, bool VisitIncludedPreprocessingEntries = false, SourceRange RegionOfInterest = SourceRange(), bool VisitDeclsOnly = false, PostChildrenVisitorTy PostChildrenVisitor = nullptr) argument
H A DIndexDecl.cpp35 const NamedDecl *Parent = nullptr) {
231 IndexCtx.handleReference(IvarD, D->getPropertyIvarDeclLoc(), nullptr,
34 handleDeclarator(const DeclaratorDecl *D, const NamedDecl *Parent = nullptr) argument
/external/clang/unittests/ASTMatchers/Dynamic/
H A DRegistryTest.cpp43 Diagnostics *Error = nullptr) {
56 Diagnostics *Error = nullptr) {
70 Diagnostics *Error = nullptr) {
114 unsigned *Index = nullptr) {
42 constructMatcher(StringRef MatcherName, Diagnostics *Error = nullptr) argument
54 constructMatcher(StringRef MatcherName, const VariantValue &Arg1, Diagnostics *Error = nullptr) argument
67 constructMatcher(StringRef MatcherName, const VariantValue &Arg1, const VariantValue &Arg2, Diagnostics *Error = nullptr) argument
112 hasCompletion(const CompVector &Comps, StringRef TypedText, StringRef MatcherDecl = StringRef(), unsigned *Index = nullptr) argument
/external/clang/unittests/Sema/
H A DExternalSemaSourceTest.cpp52 : Chained(nullptr), FromNS(From), ToNS("'"), SeenCount(0) {
98 : CorrectFrom(From), CorrectTo(To), CurrentSema(nullptr), CallCount(0) {}
102 virtual void ForgetSema() { CurrentSema = nullptr; }
112 DeclContext *DestContext = nullptr;
122 Typo.getLoc(), ToIdent, nullptr);
152 CI.createSema(getTranslationUnitKind(), nullptr); local
/external/libcxx/src/
H A Dstrstream.cpp20 __palloc_(nullptr),
21 __pfree_(nullptr)
40 if (__pbeg == nullptr)
52 __palloc_(nullptr),
53 __pfree_(nullptr)
61 __palloc_(nullptr),
62 __pfree_(nullptr)
64 __init(const_cast<char *>(__gnext), __n, nullptr); local
70 __palloc_(nullptr),
71 __pfree_(nullptr)
[all...]
/external/llvm/include/llvm/Analysis/
H A DPtrUseVisitor.h51 PtrInfo() : AbortedInfo(nullptr, false), EscapedInfo(nullptr, false) {}
55 AbortedInfo.setPointer(nullptr);
57 EscapedInfo.setPointer(nullptr);
79 void setAborted(Instruction *I = nullptr) { argument
86 void setEscaped(Instruction *I = nullptr) { argument
95 void setEscapedAndAborted(Instruction *I = nullptr) { argument
/external/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h50 LastInsn(nullptr), FirstInsn(nullptr), DFSIn(0), DFSOut(0) {
88 void closeInsnRange(LexicalScope *NewScope = nullptr) { argument
91 FirstInsn = nullptr;
92 LastInsn = nullptr;
139 LexicalScopes() : MF(nullptr), CurrentFnLexicalScope(nullptr) {}
149 bool empty() { return CurrentFnLexicalScope == nullptr; }
184 return I != AbstractScopeMap.end() ? &I->second : nullptr;
194 return I != LexicalScopeMap.end() ? &I->second : nullptr;
[all...]
H A DLiveRangeEdit.h119 Delegate *delegate = nullptr)
177 explicit Remat(VNInfo *ParentVNI) : ParentVNI(ParentVNI), OrigMI(nullptr) {}
114 LiveRangeEdit(LiveInterval *parent, SmallVectorImpl<unsigned> &newRegs, MachineFunction &MF, LiveIntervals &lis, VirtRegMap *vrm, Delegate *delegate = nullptr) argument

Completed in 2382 milliseconds

1234567