Displaying 4 results from an estimated 4 matches for "id15".
Did you mean:
i915
2016 Apr 04
2
multiple bar plot annotation text labelling
...6,0 L 156,153 515,153
515,1237 197,1010 197,1180 530,1409 696,1409 696,153 1039,153 1039,0
156,0 Z"/>
</font>
</defs>
<defs class="TextShapeIndex">
<g ooo:slide="id1" ooo:id-list="id3 id4 id5 id6 id7 id8 id9 id10 id11
id12 id13 id14 id15 id16 id17 id18 id19 id20 id21"/>
</defs>
<defs class="EmbeddedBulletChars">
<g id="bullet-char-template(57356)"
transform="scale(0.00048828125,-0.00048828125)">
<path d="M 580,1141 L 1163,571 580,0 -4,571 580,1141 Z"/&...
2016 Apr 04
0
multiple bar plot annotation text labelling
...56,0 L 156,153 515,153
515,1237 197,1010 197,1180 530,1409 696,1409 696,153 1039,153 1039,0
156,0 Z"/>
</font>
</defs>
<defs class="TextShapeIndex">
<g ooo:slide="id1" ooo:id-list="id3 id4 id5 id6 id7 id8 id9 id10 id11
id12 id13 id14 id15 id16 id17 id18 id19 id20 id21"/>
</defs>
<defs class="EmbeddedBulletChars">
<g id="bullet-char-template(57356)"
transform="scale(0.00048828125,-0.00048828125)">
<path d="M 580,1141 L 1163,571 580,0 -4,571 580,1141 Z"/&...
2013 Mar 06
0
[LLVMdev] LangRef/implementation inconsistency: What is the intended constraint on function return types?
...what is an allowed return type.
LangRef says:
"The return type of a function type is a first class type or a void type."
<http://llvm.org/docs/LangRef.html#id14>
and also, contrarily,
"<returntype>‘ is any type except label."
<http://llvm.org/docs/LangRef.html#id15>
On the other hand, the actual implementation of
FunctionType::isValidReturnType opines that:
bool FunctionType::isValidReturnType(Type *RetTy) {
return !RetTy->isFunctionTy() && !RetTy->isLabelTy() &&
!RetTy->isMetadataTy();
}
These definitions are mutually inco...
2017 Sep 22
1
Build clang front end only for few languages ( say C and C++ )
Hi,
I am trying to build clang, however the build size is quite large. As
clang supports non-C family languages as well ( e.g. Java, Fortran ), is
there a way to turn that off during the build. I just want to have support
for C and C++ and don't care about other languages.
Is there a CMake option that needs to be set to do that??
Thanks a lot!
Best Regards,
Nitish
-------------- next