search for: integerliteral

Displaying 3 results from an estimated 3 matches for "integerliteral".

2015 Apr 23
2
[LLVMdev] Get precise line/column debug info from LLVM IR
...39; <LValueToRValue> | | | `-DeclRefExpr 0x7ffec382d700 <col:19> 'unsigned int' lvalue ParmVar 0x7ffec382d3d0 'n' 'unsigned int' | | `-ImplicitCastExpr 0x7ffec382d760 <col:23> 'unsigned int' <IntegralCast> | | `-IntegerLiteral 0x7ffec382d728 <col:23> 'int' 1 | `-CallExpr 0x7ffec3869ef0 <col:28, col:37> 'unsigned int' | |-ImplicitCastExpr 0x7ffec3869ed8 <col:28> 'unsigned int (*)(unsigned int)' <FunctionToPointerDecay> | | `-DeclRefExpr 0x7ffec386...
2016 Mar 15
2
[cfe-dev] GSoC AST->XML project still open?
2016 Feb 18
2
Question about __NSConstantString and __NSConstantString_tag
...39;struct __va_list_tag [1]' 1 | `-RecordType 0x8e424f0 'struct __va_list_tag' | `-CXXRecord 0x8e42458 '__va_list_tag' `-NamespaceDecl 0x8e42778 <example.hpp:5:1, line:7:1> line:5:11 ns `-VarDecl 0x8e8f970 <line:6:5, col:13> col:9 a 'int' cinit `-IntegerLiteral 0x8e8f9d0 <col:13> 'int' 1 My file was just containing a namespace (called ns), and an int declaration (int a = 1). __NSConstantString and __NSConstantString_tag are now exposed. I am not sure if this is the wanted behaviour ? We found out that there seem to have been some back and...