/third_party/boost/libs/statechart/example/Handcrafted/ |
D | Handcrafted.cpp | 126 struct Off : state< Off > struct in BitMachine 128 Off() : state<Off>() { } in Off() function 130 virtual const state_base & react( const EvFlipBit & ) const in react()
|
/third_party/boost/libs/msm/test/ |
D | TestConstructorMovableOnlyTypes.cpp | 56 struct Off : public msm::front::state<> struct 59 void on_entry(Event const&, FSM& ) { } in on_entry() 61 void on_exit(Event const&, FSM&) { } in on_exit()
|
/third_party/grpc/src/csharp/Grpc.Core/Logging/ |
D | LogLevel.cs | 46 Off = int.MaxValue enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFListTable.cpp | 102 for (const auto &Off : Offsets) { in dump() local
|
D | DWARFDataExtractor.cpp | 15 uint64_t DWARFDataExtractor::getRelocatedValue(uint32_t Size, uint64_t *Off, in getRelocatedValue()
|
D | DWARFContext.cpp | 396 if (const auto *Off = shouldDump(Explicit, ".debug_loc", DIDT_ID_DebugLoc, in dump() local 400 if (const auto *Off = in dump() local 407 if (const auto *Off = in dump() local 415 if (const auto *Off = in dump() local 433 if (const auto *Off = shouldDump(Explicit, ".debug_frame", DIDT_ID_DebugFrame, in dump() local 437 if (const auto *Off = shouldDump(Explicit, ".eh_frame", DIDT_ID_DebugFrame, in dump() local 480 if (const auto *Off = shouldDump(Explicit, ".debug_line", DIDT_ID_DebugLine, in dump() local 489 if (const auto *Off = in dump() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeEnumGlobals.cpp | 28 for (uint32_t Off : GS.getGlobalsTable()) { in NativeEnumGlobals() local
|
D | GlobalsStream.cpp | 75 uint32_t Off = PSH.Off - 1; in findRecordsByName() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeHashing.cpp | 40 uint32_t Off = 0; in hashType() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | GlobalsStream.h | 39 uint32_t Off = this->I->Off; variable
|
D | RawTypes.h | 20 support::ulittle32_t Off; member 41 support::ulittle32_t Off; // Offset in the symbol record stream member 49 support::little32_t Off; member 279 support::little32_t Off; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | BinaryStreamWriter.h | 183 void setOffset(uint32_t Off) { Offset = Off; } in setOffset()
|
D | BinaryStreamReader.h | 254 void setOffset(uint32_t Off) { Offset = Off; } in setOffset()
|
/third_party/optimized-routines/math/ |
D | v_logf.c | 29 #define Off v_u32 (0x3f2aaaab) /* 0.666667 */ macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAGAddressAnalysis.h | 62 int64_t Off; in equalBaseIndex() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64ExternalSymbolizer.cpp | 193 const MCExpr *Off = nullptr; in tryAddingSymbolicOperand() local
|
/third_party/boost/libs/msm/doc/HTML/examples/iPod_distributed/ |
D | Events.hpp | 24 struct Off {}; struct
|
/third_party/boost/libs/msm/doc/PDF/examples/iPod_distributed/ |
D | Events.hpp | 24 struct Off {}; struct
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceELFStreamer.h | 101 void seek(uint64_t Off) override { Out.seek(Off); } in seek()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/ |
D | MCExternalSymbolizer.cpp | 111 const MCExpr *Off = nullptr; in tryAddingSymbolicOperand() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86TargetObjectFile.cpp | 58 const MCExpr *Off = MCConstantExpr::create(FinalOff, getContext()); in getIndirectSymViaGOTPCRel() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SafeStack.cpp | 554 Value *Off = IRB.CreateGEP(Int8Ty, BasePointer, // BasePointer is i8* in moveStaticAllocasToUnsafeStack() local 573 Value *Off = IRB.CreateGEP(Int8Ty, BasePointer, // BasePointer is i8* in moveStaticAllocasToUnsafeStack() local 609 Value *Off = IRBUser.CreateGEP(Int8Ty, BasePointer, // BasePointer is i8* in moveStaticAllocasToUnsafeStack() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
D | UDTLayout.h | 55 uint32_t containsOffset(uint32_t Off) const { in containsOffset()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | MDBuilder.cpp | 230 ConstantInt *Off = ConstantInt::get(Type::getInt64Ty(Context), Offset); in createTBAAScalarTypeNode() local 240 ConstantInt *Off = ConstantInt::get(Int64, Offset); in createTBAAStructTagNode() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnit.h | 432 if (Optional<uint64_t> Off = RngListTable->getOffsetEntry(Index)) in getRnglistOffset() local 440 if (Optional<uint64_t> Off = LoclistTableHeader->getOffsetEntry(Index)) in getLoclistOffset() local
|