/llvm-project/clang/test/Modules/ |
H A D | lookup.cpp | 2 #define import @import macro 20 int import; variable 23 int import; in f() local
|
H A D | import-decl.cpp | 16 void testImport(A *import) { in testImport()
|
/llvm-project/clang/test/CXX/basic/basic.link/ |
H A D | p3.cpp | 8 struct import { struct inner {}; }; argument [all...] |
/llvm-project/lld/MachO/ |
H A D | OutputSegment.h | 28 constexpr const char import[] = "__IMPORT"; variable
|
H A D | SyntheticSections.cpp | 2319 auto *import = reinterpret_cast<dyld_chained_import *>(buf); writeImport() local 2326 auto *import = reinterpret_cast<dyld_chained_import_addend *>(buf); writeImport() local 2334 auto *import = reinterpret_cast<dyld_chained_import_addend64 *>(buf); writeImport() local [all...] |
/llvm-project/clang/unittests/AST/ |
H A D | ASTImporterFixtures.cpp | 79 Decl *ASTImporterTestBase::TU::import( in import() function in clang::ast_matchers::ASTImporterTestBase::TU 98 QualType ASTImporterTestBase::TU::import( in import() function in clang::ast_matchers::ASTImporterTestBase::TU
|
/llvm-project/lldb/test/API/functionalities/breakpoint/cpp/ |
H A D | main.cpp | 87 template <typename T> void import() {} in import() function
|
/llvm-project/lld/wasm/ |
H A D | SyntheticSections.cpp | 239 import.Module = ctx.arg.memoryImport->first; in writeBody() local 257 WasmImport import; writeBody() local 279 WasmImport import; writeBody() local [all...] |
H A D | WriterUtils.cpp | 216 void writeImport(raw_ostream &os, const WasmImport &import) { in writeImport()
|
H A D | InputFiles.cpp | 308 // An MVP object file can have only one table import. in addLegacyIndirectFunctionTableIfNeeded() local
|
/llvm-project/polly/lib/External/isl/imath/ |
H A D | gmp_compat.c | 734 void GMPZAPI(import)(mp_int rop, size_t count, int order, size_t size, in GMPZAPI() argument
|
/llvm-project/clang/lib/AST/ |
H A D | ASTImporter.cpp | 201 auto import(T *From) import() function in clang::ASTNodeImporter 211 auto import(const T *From) { import() function in clang::ASTNodeImporter 217 Expected<T> import(const T &From) { import() function in clang::ASTNodeImporter 223 Expected<std::optional<T>> import(std::optional<T> From) { import() function in clang::ASTNodeImporter 758 ASTNodeImporter::import(TemplateParameterList *From) { import() function in clang::ASTNodeImporter 788 ASTNodeImporter::import(const TemplateArgument &From) { import() function in clang::ASTNodeImporter 878 ASTNodeImporter::import(const TemplateArgumentLoc &TALoc) { import() function in clang::ASTNodeImporter 918 Expected<DeclGroupRef> ASTNodeImporter::import(const DeclGroupRef &DG) { import() function in clang::ASTNodeImporter 937 ASTNodeImporter::import(const Designator &D) { import() function in clang::ASTNodeImporter 977 Expected<ConceptReference *> ASTNodeImporter::import(ConceptReference *From) { import() function in clang::ASTNodeImporter 1004 Expected<LambdaCapture> ASTNodeImporter::import(const LambdaCapture &From) { import() function in clang::ASTNodeImporter [all...] |
/llvm-project/llvm/tools/llvm-lto/ |
H A D | llvm-lto.cpp | 770 void import() { import() function in thinlto::ThinLTOProcessing
|
/llvm-project/flang/lib/Semantics/ |
H A D | mod-file.cpp | 747 for (const SourceName &import : collector.imports()) { PutSubprogram() local
|