Searched defs:nullptr (Results 76 - 100 of 165) sorted by relevance

1234567

/external/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp53 DSE() : FunctionPass(ID), AA(nullptr), MD(nullptr), DT(nullptr) {
73 AA = nullptr; MD = nullptr; DT = nullptr;
117 SmallSetVector<Value*, 16> *ValueSet = nullptr) {
135 DeadInst->setOperand(op, nullptr);
207 if (Loc.Size == AliasAnalysis::UnknownSize && DL == nullptr)
363 if (DL == nullptr
114 DeleteDeadInstruction(Instruction *I, MemoryDependenceAnalysis &MD, const TargetLibraryInfo *TLI, SmallSetVector<Value*, 16> *ValueSet = nullptr) argument
[all...]
/external/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp58 CaseRange(Constant *low = nullptr, Constant *high = nullptr, argument
59 BasicBlock *bb = nullptr) :
178 if (Default != nullptr) {
238 ICmpInst* Comp = nullptr;
350 BasicBlock *NewDefault = nullptr;
375 ConstantInt *UpperBound = nullptr;
376 ConstantInt *LowerBound = nullptr;
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DInspectorFileSystemAgent.cpp136 void reportResult(FileError::ErrorCode errorCode, PassRefPtr<TypeBuilder::FileSystem::Entry> entry = nullptr) argument
207 void reportResult(FileError::ErrorCode errorCode, PassRefPtr<Array<TypeBuilder::FileSystem::Entry> > entries = nullptr) argument
328 void reportResult(FileError::ErrorCode errorCode, PassRefPtr<TypeBuilder::FileSystem::Metadata> metadata = nullptr) argument
569 OwnPtr<AsyncFileSystemCallbacks> fileSystemCallbacks = VoidCallbacks::create(successCallback, errorCallback, executionContext, nullptr);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DSimpleFontData.h56 static PassRefPtr<SimpleFontData> create(const FontPlatformData& platformData, PassRefPtr<CustomFontData> customData = nullptr, bool isTextOrientationFallback = false) argument
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h88 CFGWalker() : CFGraph(nullptr), ACtx(nullptr), SortedGraph(nullptr) {}
128 if (*SI == nullptr)
174 if (*SI == nullptr)
229 CallingContext(const NamedDecl *D = nullptr, const Expr *S = nullptr, argument
230 unsigned N = 0, const Expr *const *A = nullptr,
231 CallingContext *P = nullptr)
238 : Arena(A), SelfVar(nullptr), Scf
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h66 explicit SVal(BaseKind k, const void *D = nullptr) argument
70 explicit SVal() : Data(nullptr), Kind(0) {}
214 explicit DefinedOrUnknownSVal(BaseKind k, void *D = nullptr) argument
/external/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp87 const FieldDecl *FD = nullptr)
281 llvm::Type *StorageType = nullptr;
376 MemberInfo::Field, nullptr, *Field)); local
410 MemberInfo::Field, nullptr, *Run)); local
461 Members.push_back(MemberInfo(ScissorOffset, MemberInfo::Scissor, nullptr,
472 Members.push_back(MemberInfo(Offset, MemberInfo::VBase, nullptr,
649 llvm::StructType *BaseTy = nullptr;
86 MemberInfo(CharUnits Offset, InfoKind Kind, llvm::Type *Data, const FieldDecl *FD = nullptr) argument
/external/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp96 : LangOpts(nullptr), OriginalInstance(false), State(State) {}
100 : LangOpts(nullptr), OriginalInstance(true),
549 State->diagBuf, nullptr, &Info); local
705 State->OS.reset(nullptr);
/external/clang/test/Preprocessor/
H A Dcxx_oper_keyword_ms_compat.cpp66 #define nullptr macro
151 nullptr
/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h187 std::string *ErrorStr = nullptr,
199 std::string *ErrorStr = nullptr,
200 JITMemoryManager *JMM = nullptr,
414 virtual void runJITOnFunction(Function *, MachineCodeInfo * = nullptr) { } argument
481 virtual TargetMachine *getTargetMachine() { return nullptr; }
614 JMM = nullptr;
626 MCJMM = nullptr;
/external/llvm/include/llvm/IR/
H A DFunction.h125 const Twine &N = "", Module *M = nullptr);
129 const Twine &N = "", Module *M = nullptr) {
486 bool hasAddressTaken(const User** = nullptr) const;
508 return F ? &F->getValueSymbolTable() : nullptr;
513 return F ? &F->getValueSymbolTable() : nullptr;
128 Create(FunctionType *Ty, LinkageTypes Linkage, const Twine &N = �, Module *M = nullptr) argument
H A DInstrTypes.h39 Instruction *InsertBefore = nullptr)
94 Instruction *IB = nullptr)
163 Instruction *InsertBefore = nullptr);
288 Instruction *InsertBefore = nullptr);
292 Instruction *InsertBefore = nullptr);
296 Instruction *InsertBefore = nullptr);
300 Instruction *InsertBefore = nullptr);
304 Instruction *InsertBefore = nullptr);
392 const Twine &NameStr = "", Instruction *InsertBefore = nullptr)
414 Instruction *InsertBefore = nullptr ///< Plac
37 TerminatorInst(Type *Ty, Instruction::TermOps iType, Use *Ops, unsigned NumOps, Instruction *InsertBefore = nullptr) argument
93 UnaryInstruction(Type *Ty, unsigned iType, Value *V, Instruction *IB = nullptr) argument
391 CastInst(Type *Ty, unsigned iType, Value *S, const Twine &NameStr = �, Instruction *InsertBefore = nullptr) argument
[all...]
/external/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h177 return SuperClasses[0] != nullptr;
320 const TargetRegisterClass *RC = nullptr) const;
424 getCalleeSavedRegs(const MachineFunction *MF = nullptr) const = 0;
446 return nullptr;
654 const VirtRegMap *VRM = nullptr) const;
808 RegScavenger *RS = nullptr) const = 0;
871 Idx = nullptr;
899 explicit PrintReg(unsigned reg, const TargetRegisterInfo *tri = nullptr, argument
/external/llvm/lib/Analysis/
H A DLint.cpp140 const Value *V1 = nullptr, const Value *V2 = nullptr,
141 const Value *V3 = nullptr, const Value *V4 = nullptr) {
180 DL = DLP ? &DLP->getDataLayout() : nullptr;
202 0, nullptr, MemRef::Callee);
278 MCI->getAlignment(), nullptr,
281 MCI->getAlignment(), nullptr,
302 MMI->getAlignment(), nullptr,
305 MMI->getAlignment(), nullptr,
139 CheckFailed(const Twine &Message, const Value *V1 = nullptr, const Value *V2 = nullptr, const Value *V3 = nullptr, const Value *V4 = nullptr) argument
[all...]
/external/llvm/lib/AsmParser/
H A DLLParser.h188 LocTy *Loc = nullptr) {
366 bool ParseValID(ValID &ID, PerFunctionState *PFS = nullptr);
187 ParseOptionalToken(lltok::Kind T, bool &Present, LocTy *Loc = nullptr) argument
/external/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp214 const MachineRegisterInfo *MRI = nullptr)
226 /// When the returned value is not nullptr, getReg() gives the register
230 /// \return Unless the returned value is nullptr (i.e., no source found),
233 /// get the tracked value. When nullptr is returned, no alternative source
290 getSubClassWithSubReg(MRI->getRegClass(SrcReg), SubIdx) != nullptr;
465 SrcIdx, DefIdx) != nullptr;
475 return TRI.getMatchingSuperRegClass(SrcRC, DefRC, SrcSubReg) != nullptr;
477 return TRI.getCommonSubClass(DefRC, SrcRC) != nullptr;
679 DT = Aggressive ? &getAnalysis<MachineDominatorTree>() : nullptr;
754 MachineInstr *DefMI = nullptr;
212 ValueTracker(const MachineInstr &MI, unsigned DefIdx, unsigned DefSubReg, bool UseAdvancedTracking = false, const MachineRegisterInfo *MRI = nullptr) argument
[all...]
/external/llvm/lib/Target/AArch64/
H A DAArch64CollectLOH.cpp265 return nullptr;
338 BBGen[Reg] = ADRPMode ? &MI : nullptr;
454 const MachineInstr *DummyOp = nullptr) {
787 SetOfMachineInstr *InvolvedInLOHs = nullptr;
840 const MachineInstr *L2 = nullptr;
1060 MachineInstr *DummyOp = nullptr;
451 reachingDef(MachineFunction &MF, InstrToInstrs *ColorOpToReachedUses, const MapRegToId &RegToId, bool ADRPMode = false, const MachineInstr *DummyOp = nullptr) argument
H A DAArch64InstrInfo.cpp306 unsigned *NewVReg = nullptr) {
495 const TargetRegisterClass *RC = nullptr;
1858 return nullptr;
1863 return nullptr;
1868 return nullptr;
305 canFoldIntoCSel(const MachineRegisterInfo &MRI, unsigned VReg, unsigned *NewVReg = nullptr) argument
/external/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h425 StringRef SymName = StringRef(), void *OpDecl = nullptr) {
445 StringRef SymName = StringRef(), void *OpDecl = nullptr) {
464 void *OpDecl = nullptr) {
423 CreateReg(unsigned RegNo, SMLoc StartLoc, SMLoc EndLoc, bool AddressOf = false, SMLoc OffsetOfLoc = SMLoc(), StringRef SymName = StringRef(), void *OpDecl = nullptr) argument
444 CreateMem(const MCExpr *Disp, SMLoc StartLoc, SMLoc EndLoc, unsigned Size = 0, StringRef SymName = StringRef(), void *OpDecl = nullptr) argument
461 CreateMem(unsigned SegReg, const MCExpr *Disp, unsigned BaseReg, unsigned IndexReg, unsigned Scale, SMLoc StartLoc, SMLoc EndLoc, unsigned Size = 0, StringRef SymName = StringRef(), void *OpDecl = nullptr) argument
/external/llvm/lib/Transforms/Instrumentation/
H A DDebugIR.cpp121 I.setMetadata(LLVMContext::MD_dbg, nullptr);
171 StringRef Directory = StringRef(), const Module *DisplayM = nullptr,
172 const ValueToValueMapTy *VMap = nullptr)
174 Finder(), Filename(Filename), Directory(Directory), FileNode(nullptr),
175 LexicalBlockFileNode(nullptr), CUNode(nullptr) {
187 (MDNode*)*Finder.compile_units().begin() : nullptr);
235 Value *RealInst = nullptr;
259 NewLoc = DebugLoc::get(Line, Col, scope, nullptr);
337 return nullptr;
170 DIUpdater(Module &M, StringRef Filename = StringRef(), StringRef Directory = StringRef(), const Module *DisplayM = nullptr, const ValueToValueMapTy *VMap = nullptr) argument
[all...]
/external/llvm/tools/bugpoint/
H A DToolRunner.cpp65 std::string *ErrMsg = nullptr) {
77 return sys::ExecuteAndWait(ProgramPath, Args, nullptr, Redirects,
106 int ReturnCode = sys::ExecuteAndWait(RemoteClientPath, Args, nullptr,
222 LLIArgs.push_back(nullptr);
280 return nullptr;
331 ProgramArgs.push_back(nullptr);
388 ProgramArgs.push_back(nullptr);
451 return nullptr;
467 return nullptr;
502 LLCArgs.push_back (nullptr);
58 RunProgramWithTimeout(StringRef ProgramPath, const char **Args, StringRef StdInFile, StringRef StdOutFile, StringRef StdErrFile, unsigned NumSeconds = 0, unsigned MemoryLimit = 0, std::string *ErrMsg = nullptr) argument
[all...]
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp160 static const Target *getTarget(const ObjectFile *Obj = nullptr) { argument
186 return nullptr;
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.cc812 void* nullptr = 0; // NULL may be integer-type, not pointer-type. local
813 EXPECT_NE(nullptr, &unittest::TestAllTypes::NestedEnum_MIN);
814 EXPECT_NE(nullptr, &unittest::TestAllTypes::NestedEnum_MAX);
815 EXPECT_NE(nullptr, &unittest::TestAllTypes::NestedEnum_ARRAYSIZE);
817 EXPECT_NE(nullptr, &unittest::ForeignEnum_MIN);
818 EXPECT_NE(nullptr, &unittest::ForeignEnum_MAX);
819 EXPECT_NE(nullptr, &unittest::ForeignEnum_ARRAYSIZE);
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DFrameLoader.cpp412 RefPtrWillBeRawPtr<LocalFrame> protect(m_frame->view() ? m_frame.get() : nullptr);
573 m_provisionalDocumentLoader = nullptr;
589 updateForSameDocumentNavigation(url, SameDocumentNavigationDefault, nullptr, type);
762 loadInSameDocument(url, nullptr, newLoadType, request.clientRedirect());
835 loadWithNavigationAction(NavigationAction(request, type), type, nullptr, SubstituteData(), CheckContentSecurityPolicy, clientRedirectPolicy, overrideEncoding); local
864 m_provisionalDocumentLoader = nullptr;
997 m_provisionalDocumentLoader = nullptr;
1119 m_documentLoader = nullptr;
1127 m_frame->setView(nullptr);
1135 m_frame->setView(nullptr);
1452 loadWithNavigationAction(NavigationAction(request, FrameLoadTypeBackForward), FrameLoadTypeBackForward, nullptr, SubstituteData(), CheckContentSecurityPolicy); local
[all...]
/external/clang/include/clang/Analysis/
H A DProgramPoint.h80 const ProgramPointTag *tag = nullptr)
82 Data2(nullptr, (((unsigned) k) >> 0) & 0x3),
94 const ProgramPointTag *tag = nullptr)
196 const ProgramPointTag *tag = nullptr)
266 const Stmt *SubStmt = nullptr)
283 const ProgramPointTag *tag = nullptr)
288 const ProgramPointTag *tag = nullptr)
289 : StmtPoint(S, nullptr, k, L, tag) {}
292 const ProgramPointTag *tag = nullptr)
293 : StmtPoint(S, nullptr, PostStmtKin
77 ProgramPoint(const void *P, Kind k, const LocationContext *l, const ProgramPointTag *tag = nullptr) argument
90 ProgramPoint(const void *P1, const void *P2, Kind k, const LocationContext *l, const ProgramPointTag *tag = nullptr) argument
195 BlockEntrance(const CFGBlock *B, const LocationContext *L, const ProgramPointTag *tag = nullptr) argument
265 PreStmt(const Stmt *S, const LocationContext *L, const ProgramPointTag *tag, const Stmt *SubStmt = nullptr) argument
282 PostStmt(const Stmt *S, const void *data, Kind k, const LocationContext *L, const ProgramPointTag *tag = nullptr) argument
287 PostStmt(const Stmt *S, Kind k, const LocationContext *L, const ProgramPointTag *tag = nullptr) argument
291 PostStmt(const Stmt *S, const LocationContext *L, const ProgramPointTag *tag = nullptr) argument
306 PostCondition(const Stmt *S, const LocationContext *L, const ProgramPointTag *tag = nullptr) argument
335 PreLoad(const Stmt *S, const LocationContext *L, const ProgramPointTag *tag = nullptr) argument
349 PreStore(const Stmt *S, const LocationContext *L, const ProgramPointTag *tag = nullptr) argument
363 PostLoad(const Stmt *S, const LocationContext *L, const ProgramPointTag *tag = nullptr) argument
381 PostStore(const Stmt *S, const LocationContext *L, const void *Loc, const ProgramPointTag *tag = nullptr) argument
404 PostLValue(const Stmt *S, const LocationContext *L, const ProgramPointTag *tag = nullptr) argument
420 PreStmtPurgeDeadSymbols(const Stmt *S, const LocationContext *L, const ProgramPointTag *tag = nullptr) argument
436 PostStmtPurgeDeadSymbols(const Stmt *S, const LocationContext *L, const ProgramPointTag *tag = nullptr) argument
530 PreImplicitCall(const Decl *D, SourceLocation Loc, const LocationContext *L, const ProgramPointTag *Tag = nullptr) argument
547 PostImplicitCall(const Decl *D, SourceLocation Loc, const LocationContext *L, const ProgramPointTag *Tag = nullptr) argument
631 EpsilonPoint(const LocationContext *L, const void *Data1, const void *Data2 = nullptr, const ProgramPointTag *tag = nullptr) argument
651 ProgramPointTag(void *tagKind = nullptr) argument
[all...]

Completed in 4616 milliseconds

1234567