Searched refs:get_tu (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
H A Dtest_tls_kind.py11 from .util import get_tu namespace
20 tu = get_tu("""
40 tu = get_tu("""
49 tu = get_tu("""
H A Dtest_access_specifiers.py11 from .util import get_tu namespace
20 tu = get_tu("""
H A Dtest_exception_specification_kind.py8 from .util import get_tu namespace
27 tu = get_tu(source, lang='cpp', flags=['-std=c++14'])
H A Dtest_linkage.py11 from .util import get_tu namespace
20 tu = get_tu("""
H A Dtest_tokens.py12 from .util import get_tu namespace
20 tu = get_tu('int i = 5;')
35 tu = get_tu('int foo = 10;')
49 tu = get_tu('int foo = 10;')
H A Dtest_cursor.py17 from .util import get_tu namespace
58 tu = get_tu(kInput)
98 tu = get_tu('int x;')
115 tu = get_tu(source)
128 tu = get_tu(source, lang='cpp')
143 tu = get_tu(source, lang='cpp')
162 tu = get_tu(source, lang='cpp')
178 tu = get_tu(source, lang='cpp')
192 tu = get_tu(source, lang='cpp')
208 tu = get_tu(sourc
[all...]
H A Dtest_location.py11 from .util import get_tu namespace
26 tu = get_tu(baseInput)
37 tu = get_tu('\n' + baseInput)
48 tu = get_tu(' ' + baseInput)
57 tu = get_tu(baseInput)
83 tu = get_tu(baseInput)
H A Dtest_type.py13 from .util import get_tu namespace
43 tu = get_tu(kInput)
119 tu = get_tu('int x;')
137 tu = get_tu(constarrayInput)
151 tu = get_tu(source)
169 tu = get_tu('int c[5]; void f(int i[]); int x; int v[x];')
185 tu = get_tu('int a;')
193 tu = get_tu('void f(int, int);')
216 tu = get_tu('void f(int, int);')
228 tu = get_tu('voi
[all...]
H A Dtest_diagnostics.py7 from .util import get_tu namespace
17 tu = get_tu('int f0() {}\n')
27 tu = get_tu('#define A x\nvoid *A = 1;\n')
39 tu = get_tu('struct { int f0; } x = { f0 : 1 };')
54 tu = get_tu('void f() { int i = "a"; }')
72 tu = get_tu('int f(int i) { return 7; }', all_warnings=True)
85 tu = get_tu('int f(int i) { return 7; }', all_warnings=True)
93 tu = get_tu('void f(int x) {} void g() { f(); }')
106 tu = get_tu('struct MissingSemicolon{}')
H A Dtest_translation_unit.py23 from .util import get_tu namespace
61 tu = get_tu(path)
162 tu = get_tu('int foo();')
172 tu = get_tu('int foo();')
181 tu = get_tu('int foo();')
195 tu = get_tu('int foo();')
214 tu = get_tu('int foo();')
235 tu = get_tu('int foo();')
248 tu = get_tu('int foo();')
260 tu = get_tu('in
[all...]
H A Dutil.py16 def get_tu(source, lang='c', all_warnings=False, flags=[]): function
87 'get_tu',
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dread.h118 signatured_type *get_tu (int index);
H A Dread.c2497 dwarf2_per_bfd::get_tu (int index)
5606 per_cu = &per_bfd->get_tu (ull)->per_cu;
2493 dwarf2_per_bfd::get_tu (int index) function in class:dwarf2_per_bfd

Completed in 288 milliseconds