Displaying 6 results from an estimated 6 matches for "sourceptr".
Did you mean:
sourcemgr
1999 Nov 13
0
patches for alpha
...tiple declarations of mkString in DEC cc ?:*/
+#ifndef _R_INTERNALS_H_
+SEXP mkString(char *);
+#endif
SEXP mkTrue(void);
/* Internal lexer / parser state variables */
@@ -1362,7 +1365,7 @@
}
-SEXP mkString(const char *s)
+SEXP mkString(char *s)
{
SEXP t;
@@ -1623,9 +1628,9 @@
SourcePtr = FunctionSource + 8;
}
FunctionStart[FunctionLevel] = SourcePtr - 8;
- #if 0
+# if 0
printf("%d,%d\n",SourcePtr - FunctionSource, FunctionLevel);
- #endif
+# endif
}
return kw;
}
ALbrecht
------------------------------------------...
2007 Feb 24
3
[LLVMdev] cast instruction
I need to create a cast instruction that casts an sbyte* to another
pointer type. Previously I was using the CastInst::createInferredCast()
function to do that; however, that function has been removed. Which of
the create() functions from CastInst should I use to do that? It seems
like the obdvious answer should be createPointerCast(). However, the
documentation for createPointerCast
2010 Sep 07
0
[LLVMdev] Intrinsic prototype has incorrect number of arguments!
On Sep 7, 2010, at 8:03 AM, F van der Meeren wrote:
> Hello,
>
> I have a question, what is wrong with the following code?
>
> declare void @llvm.memcpy.p0i64.p0i64.i8(i64*, i64*, i8, i32, i1) nounwind
>
> ...
>
> call void @llvm.memcpy.p0i64.p0i64.i8(i64* %19, i64* %21, i8 %17, i32 0, i1 false)
>
> ...
>
>
> According to the compiler this is the
2010 Sep 07
2
[LLVMdev] Intrinsic prototype has incorrect number of arguments!
..., false);
function = LLVMAddFunction(module, methodName, functionType);
LLVMRemoveAttribute(LLVMGetParam(function, 0), LLVMNoCaptureAttribute);
LLVMRemoveAttribute(LLVMGetParam(function, 1), LLVMNoCaptureAttribute);
}
And then invoked it with this:
LLVMValueRef args[] = {
sourcePtr,
destinationPtr,
lengthInteger,
LLVMConstInt(LLVMInt32TypeInContext(context), 0, true),
LLVMConstInt(LLVMInt1TypeInContext(context), (unsigned long long)false, true),
};
LLVMBuildCall(builder, function, args, numberOfArguments, "");
Then you...
2010 Sep 07
4
[LLVMdev] Intrinsic prototype has incorrect number of arguments!
Hello,
I have a question, what is wrong with the following code?
declare void @llvm.memcpy.p0i64.p0i64.i8(i64*, i64*, i8, i32, i1) nounwind
...
call void @llvm.memcpy.p0i64.p0i64.i8(i64* %19, i64* %21, i8 %17, i32 0, i1 false)
...
According to the compiler this is the error, but I seem to miss where exactly my fault is.
Intrinsic prototype has incorrect number of arguments!
void (i64*,
2009 Dec 29
0
aMSN segfaults at login after configuring my home network
...blockTime = {sec = 134532880, usec = 134532892}
tsdPtr = 0x80770f0
---Type <return> to continue, or q <return> to quit---
#40 0xb7e28f19 in Tcl_DoOneEvent (flags=-3)
at /build/buildd/tcl8.5-8.5.7/unix/../generic/tclNotify.c:991
result = 0
oldMode = 0
sourcePtr = <value optimized out>
timePtr = <value optimized out>
#41 0xb7dec622 in Tcl_VwaitObjCmd (clientData=0x0, interp=0x80563a0, objc=2,
objv=0x81b7a38)
at /build/buildd/tcl8.5-8.5.7/unix/../generic/tclEvent.c:1248
done = 0
foundEvent = 1
nameString =...