| /art/compiler/optimizing/ |
| code_generator_arm_vixl.cc | 438 if (successor_ == nullptr) { 446 DCHECK(successor_ == nullptr); 692 nullptr); 697 nullptr); 702 nullptr); 1937 CompileBakerReadBarrierThunk(*GetAssembler(), encoded_data, \/* debug_name= *\/ nullptr); local [all...] |
| /external/clang/lib/CodeGen/ |
| CGExpr.cpp | 71 return new llvm::AllocaInst(Ty, nullptr, Name, AllocaInsertPt); 263 CXXDestructorDecl *ReferenceTemporaryDtor = nullptr; 547 llvm::BasicBlock *Done = nullptr; 740 return nullptr; 2656 ImplicitParamDecl ArgData(getContext(), nullptr, SourceLocation(), nullptr, local 2658 ImplicitParamDecl ArgAddr(getContext(), nullptr, SourceLocation(), nullptr, local [all...] |
| CGObjCMac.cpp | 109 llvm::StructType::get(longDoubleType, longDoubleType, nullptr); 5351 nullptr); local 5425 nullptr); local 5605 nullptr); local [all...] |
| MicrosoftCXXABI.cpp | 46 : CGCXXABI(CGM), BaseClassDescriptorType(nullptr), 47 ClassHierarchyDescriptorType(nullptr), 48 CompleteObjectLocatorType(nullptr), CatchableTypeType(nullptr), 49 ThrowInfoType(nullptr) {} 133 return CatchTypeInfo{nullptr, 0x40}; 229 return nullptr; 340 return nullptr; 521 /*Initializer=*/nullptr, Name); 567 llvm::Value **VBPtr = nullptr); 3832 getContext(), nullptr, SourceLocation(), &getContext().Idents.get("src"), local 3841 ImplicitParamDecl IsMostDerived(getContext(), nullptr, SourceLocation(), local [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
| Core.cpp | 375 unwrap(M)->print(errs(), nullptr, local 388 unwrap(M)->print(dest, nullptr); 405 unwrap(M)->print(os, nullptr); 675 return nullptr; 848 return nullptr; 866 MDNode *N = Val ? extractMDNode(unwrap<MetadataAsValue>(Val)) : nullptr; 885 return nullptr; 892 return nullptr; 900 return nullptr; 908 return nullptr; [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
| AMDGPUISelLowering.cpp | 486 setLibcallName(static_cast<RTLIB::Libcall>(I), nullptr); local [all...] |
| /external/v8/src/arm/ |
| assembler-arm.cc | 254 const char* arm_arch = nullptr; 259 const char* arm_float_abi = nullptr; 592 desc->unwinding_info = nullptr; 5114 RelocInfo rinfo(reinterpret_cast<Address>(pc_), rmode, data, nullptr); local [all...] |
| /external/v8/src/interpreter/ |
| bytecode-generator.cc | 40 DCHECK(scope->NeedsContext() || outer_ == nullptr); 68 // is a function local execution context, otherwise returns nullptr. 71 return nullptr; 113 PerformCommand(CMD_RETURN, nullptr, source_position); 116 PerformCommand(CMD_ASYNC_RETURN, nullptr, source_position); 174 Statement* statement; // The target statement for the command or {nullptr}. 208 RecordCommand(CMD_RETHROW, nullptr); 290 return_token_ = GetNewTokenForCommand(CMD_RETURN, nullptr); 297 async_return_token_ = GetNewTokenForCommand(CMD_ASYNC_RETURN, nullptr); 304 rethrow_token_ = GetNewTokenForCommand(CMD_RETHROW, nullptr); 2488 LoopBuilder loop_builder(builder(), nullptr, nullptr); local 3217 LoopBuilder loop(builder(), nullptr, nullptr); local [all...] |
| /external/v8/src/mips/ |
| assembler-mips.cc | 351 desc->unwinding_info = nullptr; 3877 RelocInfo rinfo(reinterpret_cast<Address>(pc_), rmode, data, nullptr); local [all...] |
| /external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
| native_crypto.cc | 64 * If this function returns nullptr and <code>throwIfNull</code> is 67 * nullptr, a caller of this function should simply return and allow JNI 72 * @param throwIfNull whether to throw if the SSL pointer is nullptr 73 * @returns the pointer, which may be nullptr 77 if ((ssl_ctx == nullptr) && throwIfNull) { 86 if ((ssl == nullptr) && throwIfNull) { 95 if ((bio == nullptr) && throwIfNull) { 105 if ((ssl_session == nullptr) && throwIfNull) { 115 if ((ssl_cipher == nullptr) && throwIfNull) { 124 if (contextObject == nullptr) { 388 reinterpret_cast<const uint8_t*>(arrayRo.get()), arrayRo.size(), nullptr)); local 7635 SSL_CTX_set_alpn_select_cb(SSL_get_SSL_CTX(ssl), alpn_select_callback, nullptr); local 7657 SSL_CTX_set_alpn_select_cb(SSL_get_SSL_CTX(ssl), alpn_select_callback, nullptr); local [all...] |