Home
last modified time | relevance | path

Searched defs:Implementation (Results 1 – 20 of 20) sorted by relevance

/llvm-project/libc/docs/gpu/
H A Drpc.rst95 Server LibraryRemote Procedure Call Implementation global() argument
109 Client ExampleRemote Procedure Call Implementation global() argument
137 Server ExampleRemote Procedure Call Implementation global() argument
181 CUDA Server ExampleRemote Procedure Call Implementation global() argument
302 ExtensionsRemote Procedure Call Implementation global() argument
/llvm-project/llvm/docs/
H A DInstCombineContributorGuide.md337 ## Implementation section in InstCombine contributor guide
339 ### Real-world usefulness
356 ### Pick the correct optimization pass
372 ### Canonicalization and target-independence
408 ### PatternMatch
461 ### InstCombine APIs
516 ### Multi-use handling
530 ### Generalization
H A DMemTagSanitizer.rst36 Implementation global() chapter
H A DBugpointRedesign.md62 ### Implementation subsection
H A DBigEndianNEON.rst154 Implementation chapter
/llvm-project/clang/include/clang/APINotes/
H A DAPINotesWriter.h33 class Implementation; variable
34 std::unique_ptr<Implementation> Implementation; variable
H A DAPINotesReader.h29 class Implementation; variable
30 std::unique_ptr<Implementation> Implementation; variable
/llvm-project/mlir/docs/
H A DDataLayout.md223 ### Built-in Modules
231 ### Built-in Types
286 ### Byte Size
290 ### DLTI Dialect
/llvm-project/libc/src/math/docs/
H A Dadd_math_function.md24 ## Implementation section in How to add a new math function to LLVM-libc
50 Floating point utilityHow to add a new math function to LLVM-libc""Implementation global() argument
/llvm-project/openmp/docs/openacc/
H A DOpenMPExtensions.rst89 Implementation section in ``ompx_hold`` Map Type Modifier
/llvm-project/clang/lib/InstallAPI/
H A DFileList.cpp43 class Implementation { class
/llvm-project/clang/lib/AST/
H A DMangle.cpp395 class ASTNameGenerator::Implementation { global() class in ASTNameGenerator
400 explicit Implementation(ASTContext &Ctx) Implementation() function in ASTNameGenerator::Implementation
/llvm-project/clang-tools-extra/clangd/index/dex/dexp/
H A DDexp.cpp363 std::function<std::unique_ptr<Command>()> Implementation; member
/llvm-project/clang-tools-extra/clangd/unittests/
H A DParsedASTTests.cpp668 std::string Implementation = R"cpp( in TEST() local
/llvm-project/libcxxabi/src/
H A Dcxa_guard_impl.h642 enum class Implementation { NoThreads, GlobalMutex, Futex }; enum
[all...]
/llvm-project/flang/lib/Evaluate/
H A Dintrinsics.cpp2521 class IntrinsicProcTable::Implementation { global() class in Fortran::evaluate::IntrinsicProcTable
2523 explicit Implementation(const common::IntrinsicTypeDefaultKinds &dfts) Implementation() function in Fortran::evaluate::IntrinsicProcTable::Implementation
[all...]
/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp22 class APINotesWriter::Implementation { class in clang::api_notes::APINotesWriter
161 Implementation(llvm::StringRef ModuleName, const FileEntry *SF) Implementation() function in clang::api_notes::APINotesWriter::Implementation
[all...]
H A DAPINotesReader.cpp596 class APINotesReader::Implementation { global() class in clang::api_notes::APINotesReader
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp1428 if (auto *Implementation = dyn_cast<ObjCImplementationDecl>(D)) LookupMemberExpr() local
/llvm-project/clang/include/clang/Sema/
H A DSema.h9614 Implementation, ///< 'module X;' global() enumerator