search for: labelstr

Displaying 10 results from an estimated 10 matches for "labelstr".

Did you mean: labelptr
2007 Jul 30
1
Module question: resources evaluated once or repeatedly?
...> 0755; } define amandaconfig ( $confdir = "/etc/amanda", $logdir = "/var/log/amanda", $libdir = "/var/lib/amanda", $user = "backup", $group = "backup", $dumpcycle = 1, $tapecycle = 2, $runtapes = 1, $labelstr = "LABEL" ) { file { "$confdir/$name": ensure => directory, owner => $user, group => $group, mode => 0770; "$confdir/$name/amanda.conf": content => template(&quo...
2007 Dec 15
2
[LLVMdev] fix warning with newer g++ compilers
...d = CurPtr; if (!KeywordEnd && !isalnum(*CurPtr) && *CurPtr != '_') KeywordEnd = CurPtr; } - + // If we stopped due to a colon, this really is a label. if (*CurPtr == ':') { llvmAsmlval.StrVal = new std::string(StartChar-1, CurPtr++); return LABELSTR; } - + // Otherwise, this wasn't a label. If this was valid as an integer type, // return it. if (IntEnd == 0) IntEnd = CurPtr; if (IntEnd != StartChar) { CurPtr = IntEnd; uint64_t NumBits = atoull(StartChar, CurPtr); - if (NumBits < IntegerType::MIN_INT_BITS |...
2012 Dec 28
1
Using grImport to create a watermark
...a R script, but when I attempt to do do this in my script: • • • postscript(outputFilename,paper="us") grid.picture(noaalogo,distort=FALSE,width=0.5,x=0.50,y=0.50) grid.rect(gp=gpar(fill=rgb(1,1,1,0.9))) plot(dat,xaxt="n",type="b",ylim=c(y_range[1],y_range[2]),main=labelStr,xlab="Date",ylab="Elevation, NAVD88 (Ft)") • • • dev.off() The picture "noaalogo" is drawn, but either the plot() is obscured or is not drawn at all. In either case, the "watermarking" effect is not happening in my script, but does work as expected, manually...
2003 Jun 03
1
[LLVMdev] Problem with `as'
...entptr [17 x sbyte]* %.LC1, long 0, long 0 %result = seteq int 5, 6 br bool %result, label %IfEqual, label %IfUnEqual IfEqual: call int %puts(sbyte* %cast1) br label %Done IfUnEqual: call int %puts(sbyte* %cast2) Done: ret int 0 } The assembler says: as: hello.ll:17: parse error, unexpected LABELSTR hello.ll:17: while reading token: 'Done' What am I missing? Secondly, can I get the GCC frontend that generater LLVM code? It would be much easier than writing assembly. Thanks, Rahul
2008 Jan 12
1
[LLVMdev] Labels
...this case): <snip> %tmp26 = load i32* @yybegin, align 4 %tmp27 = load i32* @yyend, align 4 call void @yyDo(void (i8*, i32)* @yy_7_body, i32 %tmp26, i32 %tmp27) l6: br label %l2 <snip> I get the following error: llvm-as: test.ll:578,0: test.ll:578: error: syntax error, unexpected LABELSTR, expecting LOAD or STORE while reading token: 'l6:' Why is this label unexpected? Situation 2: More than 1 label is used to refer to the same location (l11 in this case): <snip> PredicateEqualZero3: br label %l1 PredicateNotEqualZero3: l11: l2: ret i32 1 <snip> I...
2006 Jan 11
4
[LLVMdev] Re: [llvm-commits] CVS: llvm/lib/AsmParser/Lexer.cpp Lexer.l
...warning: this is the location of the previous definition llvmAsmParser.tab.h:293:1: warning: "VAR_ID" redefined /home/wanderer/pkg/build/llvm/src/llvm/lib/AsmParser/llvmAsmParser.h:149:1: warning: this is the location of the previous definition llvmAsmParser.tab.h:294:1: warning: "LABELSTR" redefined /home/wanderer/pkg/build/llvm/src/llvm/lib/AsmParser/llvmAsmParser.h:150:1: warning: this is the location of the previous definition llvmAsmParser.tab.h:295:1: warning: "STRINGCONSTANT" redefined /home/wanderer/pkg/build/llvm/src/llvm/lib/AsmParser/llvmAsmParser.h:151:1:...
2006 Jan 11
0
[LLVMdev] Re: [llvm-commits] CVS: llvm/lib/AsmParser/Lexer.cpp Lexer.l
...he location of the previous definition > llvmAsmParser.tab.h:293:1: warning: "VAR_ID" redefined > /home/wanderer/pkg/build/llvm/src/llvm/lib/AsmParser/llvmAsmParser.h:149:1: > warning: this is the location of the previous definition > llvmAsmParser.tab.h:294:1: warning: "LABELSTR" redefined > /home/wanderer/pkg/build/llvm/src/llvm/lib/AsmParser/llvmAsmParser.h:150:1: > warning: this is the location of the previous definition > llvmAsmParser.tab.h:295:1: warning: "STRINGCONSTANT" redefined > /home/wanderer/pkg/build/llvm/src/llvm/lib/AsmParser/llv...
2006 Jan 11
1
[LLVMdev] Re: [llvm-commits] CVS: llvm/lib/AsmParser/Lexer.cpp Lexer.l
...he previous definition >> llvmAsmParser.tab.h:293:1: warning: "VAR_ID" redefined >> /home/wanderer/pkg/build/llvm/src/llvm/lib/AsmParser/llvmAsmParser.h:149:1: >> warning: this is the location of the previous definition >> llvmAsmParser.tab.h:294:1: warning: "LABELSTR" redefined >> /home/wanderer/pkg/build/llvm/src/llvm/lib/AsmParser/llvmAsmParser.h:150:1: >> warning: this is the location of the previous definition >> llvmAsmParser.tab.h:295:1: warning: "STRINGCONSTANT" redefined >> /home/wanderer/pkg/build/llvm/src/llvm/l...
2008 May 27
8
How to manage partitions and logical volumes with puppet?
Hi, As someone new to puppet I''m trying to work out the best way to manage different filesystems and logical volumes on different servers. Specifically I would like to be able to define on a series of nodes different LVM logical volumes to create and mount. I''m trying to do this at the moment with a define of the following type: # Manage a partition and create if needed.
2006 Jan 11
1
[LLVMdev] Re: [llvm-commits] CVS: llvm/lib/AsmParser/Lexer.cpp Lexer.l
...revious definition > > llvmAsmParser.tab.h:293:1: warning: "VAR_ID" redefined > > /home/wanderer/pkg/build/llvm/src/llvm/lib/AsmParser/llvmAsmParser.h:149:1: > > warning: this is the location of the previous definition > > llvmAsmParser.tab.h:294:1: warning: "LABELSTR" redefined > > /home/wanderer/pkg/build/llvm/src/llvm/lib/AsmParser/llvmAsmParser.h:150:1: > > warning: this is the location of the previous definition > > llvmAsmParser.tab.h:295:1: warning: "STRINGCONSTANT" redefined > > /home/wanderer/pkg/build/llvm/src/ll...