Home
last modified time | relevance | path

Searched defs:tu (Results 1 – 25 of 47) sorted by relevance

12

/external/llvm-project/clang/test/CodeGen/
Dtransparent-union-redecl.c16 void f0(TU tu) {} in f0()
24 void f1(TU tu) {} in f1()
44 void knrStyle(tu) TU tu; {} in knrStyle() argument
Dnonnull.c49 int bar6(TransparentUnion tu) __attribute__((nonnull(1))) { in bar6()
/external/llvm-project/clang/test/Sema/
Dtransparent-union.c18 TU tu; in g() local
49 void f_triple0(TU tu) {} in f_triple0()
54 void f_triple1(TU tu) {} // expected-note{{previous definition is here}} in f_triple1()
59 void f_triple2(TU tu) {} in f_triple2()
67 TU tu; in caller() local
/external/rust/crates/clang-sys/tests/
Dlib.rs15 let tu = clang_parseTranslationUnit( in parse() localVariable
/external/llvm-project/clang/bindings/python/tests/cindex/
Dtest_translation_unit.py32 def save_tu(tu): argument
43 def save_tu_pathlike(tu): argument
/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/tests/store_buffering/
Dtest.c55 pthread_t tu; in main() local
/external/rust/crates/cexpr/tests/
Dclang.rs235 let tu = { in file_visit_macros() localVariable
238 let mut tu = mem::MaybeUninit::uninit(); in file_visit_macros() localVariable
/external/libabigail/tools/
Dabilint.cc280 abigail::translation_unit_sptr tu = in main() local
319 abigail::translation_unit_sptr tu; in main() local
/external/clang/bindings/python/tests/cindex/
Dtest_translation_unit.py92 def save_tu(tu): argument
/external/clang/test/CodeGen/
Dnonnull.c41 int bar6(TransparentUnion tu) __attribute__((nonnull(1))) { in bar6()
/external/clang/tools/libclang/
DCXTranslationUnit.h68 CXTUOwner(CXTranslationUnitImpl *tu) : TU(tu) { } in CXTUOwner()
/external/llvm-project/clang/test/SemaCXX/
Dattr-gnu.cpp48 void tu() { in tu() function
/external/llvm-project/clang/tools/libclang/
DCXTranslationUnit.h74 CXTUOwner(CXTranslationUnitImpl *tu) : TU(tu) { } in CXTUOwner()
/external/libabigail/src/
Dabg-ir.cc3430 translation_unit* tu = get_translation_unit(); in get_corpus() local
3450 type_or_decl_base::set_translation_unit(translation_unit* tu) in set_translation_unit()
6637 if (translation_unit* tu = get_translation_unit()) in add_member_decl() local
6678 if (translation_unit* tu = get_translation_unit()) in insert_member_decl() local
7004 global_scope::global_scope(translation_unit *tu) in global_scope()
9442 lookup_basic_type(const interned_string& type_name, const translation_unit& tu) in lookup_basic_type()
9460 lookup_basic_type(const string& type_name, const translation_unit& tu) in lookup_basic_type()
9483 lookup_class_type(const string& fqn, const translation_unit& tu) in lookup_class_type()
9504 lookup_class_type(const interned_string& type_name, const translation_unit& tu) in lookup_class_type()
9522 lookup_union_type(const interned_string& type_name, const translation_unit& tu) in lookup_union_type()
[all …]
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DDebugInfo.h51 DwarfDebugInfo(TranslationUnitSource tu) in DwarfDebugInfo() argument
/external/llvm-project/clang/test/CodeGenCXX/
Dattr-likelihood-if-vs-builtin-expect.cpp199 void tu(int &i) { in tu() function
/external/libabigail/tests/
Dtest-read-write.cc306 translation_unit_sptr tu; in perform() local
/external/wpa_supplicant_8/src/p2p/
Dp2p_dev_disc.c312 unsigned int tu; in p2p_process_go_disc_req() local
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFFormValue.cpp532 DWARFTypeUnit *tu = in Reference() local
DManualDWARFIndex.cpp52 if (auto *tu = llvm::dyn_cast<DWARFTypeUnit>(dwp_info->GetUnitAtIndex(U))) in Index() local
/external/clang/test/Sema/
Dtransparent-union.c18 TU tu; in g() local
/external/rust/crates/bindgen/src/
Dclang.rs194 let tu = clang_Cursor_getTranslationUnit(self.x); in translation_unit() localVariable
217 let tu = self.translation_unit(); in is_toplevel() localVariable
734 tu: CXTranslationUnit, field
744 let tu = unsafe { clang_Cursor_getTranslationUnit(cursor.x) }; in new() localVariable
840 tu: CXTranslationUnit, field
1581 let tu = unsafe { in parse() localVariable
/external/clang/bindings/python/clang/
Dcindex.py180 def from_position(tu, file, line, column): argument
188 def from_offset(tu, file, offset): argument
437 def __init__(self, tu, memory, count): argument
446 def get_tokens(tu, extent): argument
1170 def from_location(tu, location): argument
2543 def __init__(self, tu): argument
/external/llvm-project/clang/bindings/python/clang/
Dcindex.py252 def from_position(tu, file, line, column): argument
260 def from_offset(tu, file, offset): argument
532 def __init__(self, tu, memory, count): argument
541 def get_tokens(tu, extent): argument
1423 def from_location(tu, location): argument
2974 def __init__(self, tu): argument
/external/rust/crates/bindgen/src/ir/
Dvar.rs351 let tu = ctx.translation_unit(); in parse() localVariable

12