Home
last modified time | relevance | path

Searched refs:OffsetValue (Results 126 – 150 of 337) sorted by relevance

12345678910>>...14

/dports/cad/opencascade/opencascade-7.6.0/tests/offset/simple/
H A Dend2 offsetshapesimple result s $OffsetValue $SingularTol
/dports/devel/abseil/abseil-cpp-20211102.0/absl/flags/internal/
H A Dflag.cc403 StorageT* FlagImpl::OffsetValue() const { in OffsetValue() function in absl::flags_internal::FlagImpl
413 return OffsetValue<void>(); in AlignedBufferValue()
418 return OffsetValue<std::atomic<uint64_t>>(); in AtomicBufferValue()
424 return OffsetValue<FlagOneWordValue>()->value; in OneWordValue()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/flags/internal/
H A Dflag.cc403 StorageT* FlagImpl::OffsetValue() const { in OffsetValue() function in absl::flags_internal::FlagImpl
413 return OffsetValue<void>(); in AlignedBufferValue()
418 return OffsetValue<std::atomic<uint64_t>>(); in AtomicBufferValue()
424 return OffsetValue<FlagOneWordValue>()->value; in OneWordValue()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2343 if (OffsetValue && OffsetValue->getType() != IntPtrTy) in emitAlignmentAssumption()
2344 OffsetValue = in emitAlignmentAssumption()
2351 if (OffsetValue) { in emitAlignmentAssumption()
2353 if (const auto *CI = dyn_cast<llvm::ConstantInt>(OffsetValue)) in emitAlignmentAssumption()
2367 CGM.getDataLayout(), PtrValue, Alignment, OffsetValue); in emitAlignmentAssumption()
2372 OffsetValue, TheCheck, Assumption); in emitAlignmentAssumption()
2386 OffsetValue); in emitAlignmentAssumption()
2641 llvm::Value *OffsetValue, llvm::Value *TheCheck, in emitAlignmentAssumptionCheck() argument
2668 if (!OffsetValue) in emitAlignmentAssumptionCheck()
2669 OffsetValue = Builder.getInt1(0); // no offset. in emitAlignmentAssumptionCheck()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2213 if (OffsetValue && OffsetValue->getType() != IntPtrTy) in emitAlignmentAssumption()
2214 OffsetValue = in emitAlignmentAssumption()
2221 if (OffsetValue) { in emitAlignmentAssumption()
2223 if (const auto *CI = dyn_cast<llvm::ConstantInt>(OffsetValue)) in emitAlignmentAssumption()
2237 CGM.getDataLayout(), PtrValue, Alignment, OffsetValue); in emitAlignmentAssumption()
2242 OffsetValue, TheCheck, Assumption); in emitAlignmentAssumption()
2256 OffsetValue); in emitAlignmentAssumption()
2507 llvm::Value *OffsetValue, llvm::Value *TheCheck, in emitAlignmentAssumptionCheck() argument
2534 if (!OffsetValue) in emitAlignmentAssumptionCheck()
2535 OffsetValue = Builder.getInt1(0); // no offset. in emitAlignmentAssumptionCheck()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2325 if (OffsetValue && OffsetValue->getType() != IntPtrTy) in emitAlignmentAssumption()
2326 OffsetValue = in emitAlignmentAssumption()
2333 if (OffsetValue) { in emitAlignmentAssumption()
2335 if (const auto *CI = dyn_cast<llvm::ConstantInt>(OffsetValue)) in emitAlignmentAssumption()
2349 CGM.getDataLayout(), PtrValue, Alignment, OffsetValue); in emitAlignmentAssumption()
2354 OffsetValue, TheCheck, Assumption); in emitAlignmentAssumption()
2368 OffsetValue); in emitAlignmentAssumption()
2619 llvm::Value *OffsetValue, llvm::Value *TheCheck, in emitAlignmentAssumptionCheck() argument
2646 if (!OffsetValue) in emitAlignmentAssumptionCheck()
2647 OffsetValue = Builder.getInt1(0); // no offset. in emitAlignmentAssumptionCheck()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2298 if (OffsetValue && OffsetValue->getType() != IntPtrTy) in emitAlignmentAssumption()
2299 OffsetValue = in emitAlignmentAssumption()
2306 if (OffsetValue) { in emitAlignmentAssumption()
2308 if (const auto *CI = dyn_cast<llvm::ConstantInt>(OffsetValue)) in emitAlignmentAssumption()
2322 CGM.getDataLayout(), PtrValue, Alignment, OffsetValue); in emitAlignmentAssumption()
2327 OffsetValue, TheCheck, Assumption); in emitAlignmentAssumption()
2341 OffsetValue); in emitAlignmentAssumption()
2592 llvm::Value *OffsetValue, llvm::Value *TheCheck, in emitAlignmentAssumptionCheck() argument
2619 if (!OffsetValue) in emitAlignmentAssumptionCheck()
2620 OffsetValue = Builder.getInt1(0); // no offset. in emitAlignmentAssumptionCheck()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2206 if (OffsetValue && OffsetValue->getType() != IntPtrTy) in emitAlignmentAssumption()
2207 OffsetValue = in emitAlignmentAssumption()
2214 if (OffsetValue) { in emitAlignmentAssumption()
2216 if (const auto *CI = dyn_cast<llvm::ConstantInt>(OffsetValue)) in emitAlignmentAssumption()
2230 CGM.getDataLayout(), PtrValue, Alignment, OffsetValue); in emitAlignmentAssumption()
2235 OffsetValue, TheCheck, Assumption); in emitAlignmentAssumption()
2249 OffsetValue); in emitAlignmentAssumption()
2520 llvm::Value *OffsetValue, llvm::Value *TheCheck, in emitAlignmentAssumptionCheck() argument
2547 if (!OffsetValue) in emitAlignmentAssumptionCheck()
2548 OffsetValue = Builder.getInt1(0); // no offset. in emitAlignmentAssumptionCheck()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2325 if (OffsetValue && OffsetValue->getType() != IntPtrTy) in emitAlignmentAssumption()
2326 OffsetValue = in emitAlignmentAssumption()
2333 if (OffsetValue) { in emitAlignmentAssumption()
2335 if (const auto *CI = dyn_cast<llvm::ConstantInt>(OffsetValue)) in emitAlignmentAssumption()
2349 CGM.getDataLayout(), PtrValue, Alignment, OffsetValue); in emitAlignmentAssumption()
2354 OffsetValue, TheCheck, Assumption); in emitAlignmentAssumption()
2368 OffsetValue); in emitAlignmentAssumption()
2619 llvm::Value *OffsetValue, llvm::Value *TheCheck, in emitAlignmentAssumptionCheck() argument
2646 if (!OffsetValue) in emitAlignmentAssumptionCheck()
2647 OffsetValue = Builder.getInt1(0); // no offset. in emitAlignmentAssumptionCheck()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2325 if (OffsetValue && OffsetValue->getType() != IntPtrTy) in emitAlignmentAssumption()
2326 OffsetValue = in emitAlignmentAssumption()
2333 if (OffsetValue) { in emitAlignmentAssumption()
2335 if (const auto *CI = dyn_cast<llvm::ConstantInt>(OffsetValue)) in emitAlignmentAssumption()
2349 CGM.getDataLayout(), PtrValue, Alignment, OffsetValue); in emitAlignmentAssumption()
2354 OffsetValue, TheCheck, Assumption); in emitAlignmentAssumption()
2368 OffsetValue); in emitAlignmentAssumption()
2619 llvm::Value *OffsetValue, llvm::Value *TheCheck, in emitAlignmentAssumptionCheck() argument
2646 if (!OffsetValue) in emitAlignmentAssumptionCheck()
2647 OffsetValue = Builder.getInt1(0); // no offset. in emitAlignmentAssumptionCheck()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2298 if (OffsetValue && OffsetValue->getType() != IntPtrTy) in emitAlignmentAssumption()
2299 OffsetValue = in emitAlignmentAssumption()
2306 if (OffsetValue) { in emitAlignmentAssumption()
2308 if (const auto *CI = dyn_cast<llvm::ConstantInt>(OffsetValue)) in emitAlignmentAssumption()
2322 CGM.getDataLayout(), PtrValue, Alignment, OffsetValue); in emitAlignmentAssumption()
2327 OffsetValue, TheCheck, Assumption); in emitAlignmentAssumption()
2341 OffsetValue); in emitAlignmentAssumption()
2592 llvm::Value *OffsetValue, llvm::Value *TheCheck, in emitAlignmentAssumptionCheck() argument
2619 if (!OffsetValue) in emitAlignmentAssumptionCheck()
2620 OffsetValue = Builder.getInt1(0); // no offset. in emitAlignmentAssumptionCheck()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2325 if (OffsetValue && OffsetValue->getType() != IntPtrTy) in emitAlignmentAssumption()
2326 OffsetValue = in emitAlignmentAssumption()
2333 if (OffsetValue) { in emitAlignmentAssumption()
2335 if (const auto *CI = dyn_cast<llvm::ConstantInt>(OffsetValue)) in emitAlignmentAssumption()
2349 CGM.getDataLayout(), PtrValue, Alignment, OffsetValue); in emitAlignmentAssumption()
2354 OffsetValue, TheCheck, Assumption); in emitAlignmentAssumption()
2368 OffsetValue); in emitAlignmentAssumption()
2619 llvm::Value *OffsetValue, llvm::Value *TheCheck, in emitAlignmentAssumptionCheck() argument
2646 if (!OffsetValue) in emitAlignmentAssumptionCheck()
2647 OffsetValue = Builder.getInt1(0); // no offset. in emitAlignmentAssumptionCheck()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/CodeGen/
H A DCodeGenFunction.cpp2325 if (OffsetValue && OffsetValue->getType() != IntPtrTy) in emitAlignmentAssumption()
2326 OffsetValue = in emitAlignmentAssumption()
2333 if (OffsetValue) { in emitAlignmentAssumption()
2335 if (const auto *CI = dyn_cast<llvm::ConstantInt>(OffsetValue)) in emitAlignmentAssumption()
2349 CGM.getDataLayout(), PtrValue, Alignment, OffsetValue); in emitAlignmentAssumption()
2354 OffsetValue, TheCheck, Assumption); in emitAlignmentAssumption()
2368 OffsetValue); in emitAlignmentAssumption()
2619 llvm::Value *OffsetValue, llvm::Value *TheCheck, in emitAlignmentAssumptionCheck() argument
2646 if (!OffsetValue) in emitAlignmentAssumptionCheck()
2647 OffsetValue = Builder.getInt1(0); // no offset. in emitAlignmentAssumptionCheck()
[all …]
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DAdaptor3d_HSurface.lxx478 //function : OffsetValue
482 inline Standard_Real Adaptor3d_HSurface::OffsetValue() const
484 return Surface().OffsetValue();
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DAdaptor3d_HSurfaceTool.hxx166 …static Standard_Real OffsetValue (const Handle(Adaptor3d_Surface)& theSurf) { return theSurf->Offs… in OffsetValue() function in Adaptor3d_HSurfaceTool
/dports/cad/opencascade/opencascade-7.6.0/src/Adaptor3d/
H A DAdaptor3d_HSurfaceTool.hxx166 …static Standard_Real OffsetValue (const Handle(Adaptor3d_Surface)& theSurf) { return theSurf->Offs… in OffsetValue() function in Adaptor3d_HSurfaceTool
/dports/multimedia/gmmlib/gmmlib-intel-gmmlib-22.0.2/Source/GmmLib/Texture/
H A DGmmGen7Texture.cpp596 GMM_GFX_SIZE_T OffsetValue; in Fill3DTexOffsetAddress() local
623 OffsetValue = 0; in Fill3DTexOffsetAddress()
682 pTexInfo->OffsetInfo.Texture3DOffsetInfo.Offset[i] = OffsetValue; in Fill3DTexOffsetAddress()
701 OffsetValue = OffsetMipRows * pTexInfo->Pitch; in Fill3DTexOffsetAddress()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepAdaptor/
H A DBRepAdaptor_Surface.cxx455 Standard_Real BRepAdaptor_Surface::OffsetValue() const in OffsetValue() function in BRepAdaptor_Surface
457 return mySurf.OffsetValue(); in OffsetValue()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2040 llvm::Value *OffsetValue) { in EmitAlignmentAssumption() argument
2043 CGM.getDataLayout(), PtrValue, Alignment, OffsetValue, &TheCheck); in EmitAlignmentAssumption()
2046 OffsetValue, TheCheck, Assumption); in EmitAlignmentAssumption()
2054 llvm::Value *OffsetValue) { in EmitAlignmentAssumption() argument
2057 CGM.getDataLayout(), PtrValue, Alignment, OffsetValue, &TheCheck); in EmitAlignmentAssumption()
2061 OffsetValue, TheCheck, Assumption); in EmitAlignmentAssumption()
2076 OffsetValue); in EmitAlignmentAssumption()
2347 llvm::Value *OffsetValue, llvm::Value *TheCheck, in EmitAlignmentAssumptionCheck() argument
2374 if (!OffsetValue) in EmitAlignmentAssumptionCheck()
2375 OffsetValue = Builder.getInt1(0); // no offset. in EmitAlignmentAssumptionCheck()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/MC/
H A DMCObjectStreamer.cpp643 int64_t OffsetValue; in EmitRelocDirective() local
644 if (Offset.evaluateAsAbsolute(OffsetValue)) { in EmitRelocDirective()
645 if (OffsetValue < 0) in EmitRelocDirective()
647 DF->getFixups().push_back(MCFixup::create(OffsetValue, Expr, Kind, Loc)); in EmitRelocDirective()
/dports/devel/llvm80/llvm-8.0.1.src/lib/MC/
H A DMCObjectStreamer.cpp644 int64_t OffsetValue; in EmitRelocDirective() local
645 if (Offset.evaluateAsAbsolute(OffsetValue)) { in EmitRelocDirective()
646 if (OffsetValue < 0) in EmitRelocDirective()
648 DF->getFixups().push_back(MCFixup::create(OffsetValue, Expr, Kind, Loc)); in EmitRelocDirective()
/dports/devel/llvm70/llvm-7.0.1.src/lib/MC/
H A DMCObjectStreamer.cpp597 int64_t OffsetValue;
598 if (!Offset.evaluateAsAbsolute(OffsetValue))
601 if (OffsetValue < 0)
616 DF->getFixups().push_back(MCFixup::create(OffsetValue, Expr, Kind, Loc));
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/StaticAnalyzer/Checkers/
H A DCheckPlacementNew.cpp251 int64_t OffsetValue = in checkFieldRegionAlign() local
253 unsigned AddressAlign = OffsetValue % AllocatedTAlign; in checkFieldRegionAlign()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCheckPlacementNew.cpp251 int64_t OffsetValue = in checkFieldRegionAlign() local
253 unsigned AddressAlign = OffsetValue % AllocatedTAlign; in checkFieldRegionAlign()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DCheckPlacementNew.cpp251 int64_t OffsetValue = in checkFieldRegionAlign() local
253 unsigned AddressAlign = OffsetValue % AllocatedTAlign; in checkFieldRegionAlign()

12345678910>>...14