Home
last modified time | relevance | path

Searched defs:newBase (Results 1 – 25 of 200) sorted by relevance

12345678

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/include/flang/Lower/Support/
H A DBoxValue.h64 CharBoxValue clone(mlir::Value newBase) const { return {newBase, len}; } in clone()
115 ArrayBoxValue clone(mlir::Value newBase) const { in clone()
132 CharArrayBoxValue clone(mlir::Value newBase) const { in clone()
148 ProcBoxValue clone(mlir::Value newBase) const { in clone()
179 BoxValue clone(mlir::Value newBase) const { in clone()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/include/flang/Lower/Support/
H A DBoxValue.h64 CharBoxValue clone(mlir::Value newBase) const { return {newBase, len}; } in clone()
115 ArrayBoxValue clone(mlir::Value newBase) const { in clone()
132 CharArrayBoxValue clone(mlir::Value newBase) const { in clone()
148 ProcBoxValue clone(mlir::Value newBase) const { in clone()
179 BoxValue clone(mlir::Value newBase) const { in clone()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/include/flang/Lower/Support/
H A DBoxValue.h64 CharBoxValue clone(mlir::Value newBase) const { return {newBase, len}; } in clone()
115 ArrayBoxValue clone(mlir::Value newBase) const { in clone()
132 CharArrayBoxValue clone(mlir::Value newBase) const { in clone()
148 ProcBoxValue clone(mlir::Value newBase) const { in clone()
179 BoxValue clone(mlir::Value newBase) const { in clone()
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/include/flang/Lower/Support/
H A DBoxValue.h64 CharBoxValue clone(mlir::Value newBase) const { return {newBase, len}; } in clone()
115 ArrayBoxValue clone(mlir::Value newBase) const { in clone()
132 CharArrayBoxValue clone(mlir::Value newBase) const { in clone()
148 ProcBoxValue clone(mlir::Value newBase) const { in clone()
179 BoxValue clone(mlir::Value newBase) const { in clone()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/include/flang/Lower/Support/
H A DBoxValue.h64 CharBoxValue clone(mlir::Value newBase) const { return {newBase, len}; } in clone()
115 ArrayBoxValue clone(mlir::Value newBase) const { in clone()
132 CharArrayBoxValue clone(mlir::Value newBase) const { in clone()
148 ProcBoxValue clone(mlir::Value newBase) const { in clone()
179 BoxValue clone(mlir::Value newBase) const { in clone()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/include/flang/Lower/Support/
H A DBoxValue.h64 CharBoxValue clone(mlir::Value newBase) const { return {newBase, len}; } in clone()
115 ArrayBoxValue clone(mlir::Value newBase) const { in clone()
132 CharArrayBoxValue clone(mlir::Value newBase) const { in clone()
148 ProcBoxValue clone(mlir::Value newBase) const { in clone()
179 BoxValue clone(mlir::Value newBase) const { in clone()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/include/flang/Lower/Support/
H A DBoxValue.h64 CharBoxValue clone(mlir::Value newBase) const { return {newBase, len}; } in clone()
115 ArrayBoxValue clone(mlir::Value newBase) const { in clone()
132 CharArrayBoxValue clone(mlir::Value newBase) const { in clone()
148 ProcBoxValue clone(mlir::Value newBase) const { in clone()
179 BoxValue clone(mlir::Value newBase) const { in clone()
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/include/flang/Lower/Support/
H A DBoxValue.h64 CharBoxValue clone(mlir::Value newBase) const { return {newBase, len}; } in clone()
115 ArrayBoxValue clone(mlir::Value newBase) const { in clone()
132 CharArrayBoxValue clone(mlir::Value newBase) const { in clone()
148 ProcBoxValue clone(mlir::Value newBase) const { in clone()
179 BoxValue clone(mlir::Value newBase) const { in clone()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/irregexp/
H A DRegExpStack.cpp80 void* newBase = js_realloc(base_, kMinimumStackSize); in reset() local
97 void* newBase = js_realloc(base_, newSize); in grow() local
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/irregexp/
H A DRegExpStack.cpp81 void* newBase = js_realloc(base_, kMinimumStackSize); in reset() local
98 void* newBase = js_realloc(base_, newSize); in grow() local
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/irregexp/
H A DRegExpStack.cpp81 void* newBase = js_realloc(base_, kMinimumStackSize); in reset() local
98 void* newBase = js_realloc(base_, newSize); in grow() local
/dports/sysutils/helm/helm-3.5.2/pkg/plugin/installer/
H A Dbase.go29 func newBase(source string) base { func
/dports/sysutils/istio/istio-1.6.7/vendor/helm.sh/helm/v3/pkg/plugin/installer/
H A Dbase.go30 func newBase(source string) base { func
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/command_container/
H A Dcmdcontainer.cpp162 auto newBase = indirectHeap->getHeapGpuBase(); in getHeapSpaceAllowGrow() local
193 auto newBase = indirectHeap->getHeapGpuBase(); in getHeapWithRequiredSizeAndAlignment() local
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/irregexp/
H A DRegExpStack.cpp93 void* newBase = js_realloc(base_, newSize); in grow() local
/dports/math/polymake/polymake-4.5/external/permlib/test/
H A Dtest-symmetric-group.cpp77 unsigned long newBase[newBaseLength] = { 3, 1, 0, 9, 17 }; in BOOST_AUTO_TEST_CASE() local
/dports/math/permlib/PermLib-0.2.9/test/
H A Dtest-symmetric-group.cpp77 unsigned long newBase[newBaseLength] = { 3, 1, 0, 9, 17 }; in BOOST_AUTO_TEST_CASE() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.incubator.foreign/share/classes/jdk/incubator/foreign/
H A DMemorySegment.java247 default MemorySegment asSlice(MemoryAddress newBase, long newSize) { in asSlice()
290 default MemorySegment asSlice(MemoryAddress newBase) { in asSlice()
/dports/emulators/vmips/vmips-1.5.1/
H A Drange.h49 void setBase (uint32 newBase) { base = newBase; } in setBase()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/
H A DChromeBaseAppCompatActivity.java34 protected void attachBaseContext(Context newBase) { in attachBaseContext()
/dports/www/getleft/Getleft-v1.2/scripts/
H A DHtmlParser.tcl686 proc CompleteUrl {link referer newBase} {
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.incubator.foreign/share/classes/jdk/incubator/foreign/
H A DMemorySegment.java331 default MemorySegment asSlice(MemoryAddress newBase, long newSize) { in asSlice()
374 default MemorySegment asSlice(MemoryAddress newBase) { in asSlice()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Syndication/
H A DFeedUtils.cs76 internal static Uri CombineXmlBase(Uri rootBase, string newBase) in CombineXmlBase()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/
H A DFeedUtils.cs76 internal static Uri CombineXmlBase(Uri rootBase, string newBase) in CombineXmlBase()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir.sparc/src/org/graalvm/compiler/lir/sparc/
H A DSPARCImmediateAddressValue.java62 AllocatableValue newBase = (AllocatableValue) proc.doValue(inst, base, mode, flags); in forEachComponent() local

12345678