Home
last modified time | relevance | path

Searched defs:true (Results 351 - 375 of 421) sorted by relevance

1...<<11121314151617

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceOperand.h703 virtual void setIsArg(bool Val = true) { IsArgument = Val; } in setIsArg() argument
705 void setIsImplicitArg(bool Val = true) { IsImplicitArgument = Val; } in setIsImplicitArg() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp627 convertCalleeSaveRestoreToSPPrePostIncDec( MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, const DebugLoc &DL, const TargetInstrInfo *TII, int CSStackSizeInc, bool NeedsWinCFI, bool *HasWinCFI, bool InProlog = true) convertCalleeSaveRestoreToSPPrePostIncDec() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h751 setHasSpilledSGPRs(bool Spill = true) setHasSpilledSGPRs() argument
759 setHasSpilledVGPRs(bool Spill = true) setHasSpilledVGPRs() argument
767 setHasNonSpillStackObjects(bool StackObject = true) setHasNonSpillStackObjects() argument
775 setIsStackRealigned(bool Realigned = true) setIsStackRealigned() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp399 DefCFAOffsetCandidates.addInst(std::prev(MBBI), ArgRegsSaveSize, true); in emitPrologue() local
408 NumBytes - ArgRegsSaveSize, true); emitPrologue() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp389 MI->second.Merge(TopDownPtrState(), /*TopDown=*/true); in MergePred() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1832 MSSAU->insertDef(cast<MemoryDef>(NewMemAcc), true); global() variable
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h378 setHasStackMap(bool s = true) setHasStackMap() argument
384 setHasPatchPoint(bool s = true) setHasPatchPoint() argument
[all...]
/third_party/tzdata/
H A Dprivate.h43 # define true 1 macro
[all...]
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_message.cc78 ConditionalToCheckBitmasks( const std::vector<uint32>& masks, bool return_success = true, StringPiece has_bits_var = �) ConditionalToCheckBitmasks() argument
[all...]
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc2235 src.size(), dest, true); Base64Escape() local
2245 src.size(), dest, true); WebSafeBase64EscapeWithPadding() local
[all...]
/third_party/skia/modules/skparagraph/tests/
H A DSkParagraphTest.cpp175 void drawLine(SkColor color, SkRect rect, bool vertical = true) { in drawLine() argument
5576 relayout(std::numeric_limits<size_t>::max(), true, 50, 20, 950, 950, SK_ColorCYAN); UNIX_ONLY_TEST() local
[all...]
/third_party/skia/modules/skparagraph/samples/
H A DSampleParagraph.cpp1779 collection->getParagraphCache()->turnOn(true); global() variable
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp101 SamplerViewType (vk::VkImageViewType type, bool normalized = true) in SamplerViewType() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiSwapchainTests.cpp1168 createFences(const DeviceInterface& vkd, const VkDevice device, size_t numFences, bool isSignaled = true) createFences() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dusettest.cpp3311 ucnv_fromUnicode(openUTF8Converter(), &t, tLimit, &s16, s16Limit, o, true, &errorCode); testSpanBothUTFs() local
[all...]
/third_party/icu/icu4c/source/i18n/
H A Ddtfmtsym.cpp275 initializeData(Locale::getDefault(), NULL, status, true); in DateFormatSymbols() local
290 initializeData(Locale::getDefault(), type, status, true); in DateFormatSymbols() local
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dmodule-decoder.cc393 DecodeSection(SectionCode section_code, base::Vector<const uint8_t> bytes, uint32_t offset, bool verify_functions = true) DecodeSection() argument
1477 FinishDecoding(bool verify_functions = true) FinishDecoding() argument
1499 DecodeModule(Counters* counters, AccountingAllocator* allocator, bool verify_functions = true) DecodeModule() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Ddtfmtsym.cpp275 initializeData(Locale::getDefault(), nullptr, status, true); in DateFormatSymbols() local
290 initializeData(Locale::getDefault(), type, status, true); in DateFormatSymbols() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc1065 AdjustStackPointerForTailCall(Instruction* instr, TurboAssembler* assembler, Linkage* linkage, OptimizedCompilationInfo* info, FrameAccessState* state, int new_slot_above_sp, bool allow_shrinkage = true) AdjustStackPointerForTailCall() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc1055 AdjustStackPointerForTailCall( TurboAssembler* tasm, FrameAccessState* state, int new_slot_above_sp, ZoneVector<Register>* pending_pushes = nullptr, bool allow_shrinkage = true) AdjustStackPointerForTailCall() argument
[all...]
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger-agent-impl.cc388 didParseSource(std::move(script), true); in enableImpl() local
[all...]
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-printer.cc591 JSObjectPrintBody(std::ostream& os, JSObject obj, bool print_elements = true) JSObjectPrintBody() argument
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp3689 setPosition(reinterpret_cast<BasicBlock *>(breakBBs.pop().u.p), true); handleInstruction() local
3736 setPosition(BasicBlock::get(sub.cur->f->cfg.getRoot()), true); handleInstruction() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiExternalMemoryTests.cpp862 submitAtomicCalculationsAndGetFenceNative(const Context& context, const vk::DeviceInterface& vk, vk::VkDevice device, vk::Allocator& alloc, vk::VkQueue queue, deUint32 queueFamilyIndex, vk::VkFence fence, vk::VkExternalFenceHandleTypeFlagBits externalType, NativeHandle& nativeHandle, bool expectFenceUnsignaled = true) submitAtomicCalculationsAndGetFenceNative() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingPipelineFlagsTests.cpp834 blas->addGeometry(std::vector<tcu::Vec3>(triangle.begin(), triangle.end()), true, geomFlags); in createBottomLevelAccelerationStructs() local
[all...]

Completed in 69 milliseconds

1...<<11121314151617