Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGen/
H A Dtransparent-union-redecl.c15 void f0(TU tu) {} in f0() argument
23 void f1(TU tu) {} in f1() argument
43 knrStyle(tu) knrStyle() argument
[all...]
H A Dnonnull.c49 int bar6(TransparentUnion tu) __attribute__((nonnull(1))) { in bar6()
/llvm-project/clang/test/Modules/
H A Dimplicit-private-with-submodule-explicit.m29 void tu(void) { function
/llvm-project/clang/test/Sema/
H A 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
/llvm-project/clang/bindings/python/tests/cindex/
H A Dtest_translation_unit.py33 save_tu(tu) global() argument
44 save_tu_pathlike(tu) global() argument
[all...]
/llvm-project/clang/test/ClangScanDeps/
H A Dmodules-pch-imports.c104 void tu(void) { in tu() function
/llvm-project/clang/test/SemaCXX/
H A Dattr-gnu.cpp49 void tu() { in tu() function
/llvm-project/clang/tools/libclang/
H A DCXTranslationUnit.h74 CXTUOwner(CXTranslationUnitImpl *tu) : TU(tu) { } in CXTUOwner()
H A DCXExtractAPI.cpp107 enum CXErrorCode clang_createAPISet(CXTranslationUnit tu, CXAPISet *out_api) { in clang_createAPISet()
H A DCIndex.cpp4295 CXTranslationUnit tu = static_cast<CXTranslationUnit>(CT.data[1]); clang_Type_getObjCEncoding() local
6839 CXTranslationUnit tu = getCursorTU(C); clang_getCursorReferenced() local
[all...]
/llvm-project/clang/test/CodeGenCXX/
H A Dattr-likelihood-if-vs-builtin-expect.cpp199 void tu(int &i) { in tu() function
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp535 DWARFTypeUnit *tu = ReferencedUnitAndOffset() local
H A DDebugNamesDWARFIndex.cpp43 for (uint32_t tu = 0; tu < num_tus; ++tu) in GetTypeUnitSignatures() local
57 for (uint32_t tu = 0; tu < num_tus; ++tu) in GetUnits() local
H A DManualDWARFIndex.cpp63 if (auto *tu = Index() local
H A DSymbolFileDWARF.cpp1111 SymbolFileDWARF::GetTypeUnitSupportFiles(DWARFTypeUnit &tu) { in GetFile() local
1118 GetTypeUnitSupportFiles(DWARFTypeUnit & tu) GetTypeUnitSupportFiles() argument
/llvm-project/flang/test/Lower/forall/
H A Darray-pointer.f9020 type tu type
/llvm-project/lldb/unittests/SymbolFile/PDB/
H A DSymbolFilePDBTests.cpp451 auto tu = ast_ctx.getTranslationUnitDecl(); in TEST_F() local
/llvm-project/lldb/tools/lldb-test/
H A Dlldb-test.cpp681 clang::TranslationUnitDecl *tu = ast_ctx.getTranslationUnitDecl(); dumpAST() local