Home
last modified time | relevance | path

Searched defs:doc (Results 1 – 25 of 32) sorted by relevance

12

/llvm-project/libc/config/
H A Dconfig.json5 "doc": "The implementation used for errno, acceptable values are LIBC_ERRNO_MODE_DEFAULT, LIBC_ERRNO_MODE_UNDEFINED, LIBC_ERRNO_MODE_THREAD_LOCAL, LIBC_ERRNO_MODE_SHARED, LIBC_ERRNO_MODE_EXTERNAL, and LIBC_ERRNO_MODE_SYSTEM." string
27 "doc": "Use dyadic float for faster and smaller but less accurate printf doubles." string
31 "doc": "Use the same mode for double and long double in printf." string
9 "doc": "Disable index mode in the printf format string." global() string
13 "doc": "Disable handling of %n in printf format string." global() string
17 "doc": "Use large table for better printf long double performance." global() string
21 "doc": "Disable printing fixed point values in printf and friends." global() string
37 "doc": "Read more than a byte at a time to perform byte-string operations like strlen." global() string
41 "doc": "Inserts prefetch for write instructions (PREFETCHW) for memset on x86 to recover performance when hardware prefetcher is disabled." global() string
47 "doc": "Keep frame pointer in functions for better debugging experience." global() string
51 "doc": "Enable -fstack-protector-strong to defend against stack smashing attack." global() string
57 "doc": "Automatically adjust timeout to CLOCK_MONOTONIC (default to true). POSIX API may require CLOCK_REALTIME, which can be unstable and leading to unexpected behavior. Thi global() string
61 "doc": "Default number of spins before blocking if a mutex is in contention (default to 100)." global() string
65 "doc": "Default number of spins before blocking if a rwlock is in contention (default to 100)." global() string
71 "doc": "Default size for the constinit freelist buffer used for the freelist malloc implementation (default 1o 1GB)." global() string
77 "doc": "Configures optimizations for math functions. Values accepted are LIBC_MATH_SKIP_ACCURATE_PASS, LIBC_MATH_SMALL_TABLES, LIBC_MATH_NO_ERRNO, LIBC_MATH_NO_EXCEPT, and LI global() string
[all...]
/llvm-project/third-party/unittest/googlemock/include/gmock/internal/
H A Dgmock-port.h79 #define GMOCK_DEFINE_bool_(name, default_val, doc) \ argument
81 #define GMOCK_DEFINE_int32_(name, default_val, doc) \ argument
83 #define GMOCK_DEFINE_string_(name, default_val, doc) \ argument
101 #define GMOCK_DEFINE_bool_(name, default_val, doc) \ argument
106 #define GMOCK_DEFINE_int32_(name, default_val, doc) \ argument
111 #define GMOCK_DEFINE_string_(name, default_val, doc) \ argument
/llvm-project/lldb/unittests/Host/
H A DXMLTest.cpp73 XMLDocument doc; in TEST() local
99 XMLDocument doc; in TEST() local
/llvm-project/clang-tools-extra/clang-doc/
H A DClangDoc.cpp27 namespace doc { namespace
H A DGenerators.cpp14 namespace doc { namespace
H A DMapper.cpp18 namespace doc { global() namespace
H A DRepresentation.cpp27 namespace doc { namespace
H A DYAMLGenerator.cpp315 namespace doc { namespace
H A DMDGenerator.cpp19 namespace doc { namespace
[all...]
H A DBitcodeWriter.cpp14 namespace doc { namespace
/llvm-project/clang-tools-extra/unittests/clang-doc/
H A DGeneratorTest.cpp16 namespace doc { namespace
H A DMergeTest.cpp14 namespace doc { namespace
H A DMDGeneratorTest.cpp15 namespace doc { namespace
H A DHTMLGeneratorTest.cpp17 namespace doc { namespace
[all...]
H A DBitcodeTest.cpp18 namespace doc { namespace
H A DYAMLGeneratorTest.cpp16 namespace doc { namespace
H A DClangDocTest.cpp15 namespace doc { namespace
/llvm-project/polly/lib/External/isl/imath/tools/
H A Dmkdoc.py17 doc = re.compile( variable
/llvm-project/mlir/lib/Tools/tblgen-lsp-server/
H A DTableGenServer.cpp588 hoverOS << "\n" << *doc << "\n"; in buildHoverForRecord() local
623 if (std::optional<std::string> doc = buildHoverForField() local
633 if (std::optional<std::string> doc = buildHoverForField() local
/llvm-project/mlir/lib/Tools/lsp-server-support/
H A DTransport.cpp219 if (llvm::Expected<llvm::json::Value> doc = llvm::json::parse(json)) { in run() local
/llvm-project/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp119 if (std::optional<StringRef> doc = decl->getDocComment()) in getDocumentationFor() local
542 if (std::optional<std::string> doc = getDocumentationFor(sourceMgr, decl)) in buildHoverForPattern() local
609 if (std::optional<std::string> doc = getDocumentationFor(sourceMgr, decl)) in buildHoverForUserConstraintOrRewrite() local
842 if (std::optional<std::string> doc = in codeCompleteConstraintName() local
1034 if (std::optional<std::string> doc = in codeCompleteCallSignature() local
[all...]
/llvm-project/mlir/utils/spirv/
H A Dgen_spirv_dialect.py757 get_op_definition( instruction, opname, doc, existing_info, capability_mapping, settings ) global() argument
[all...]
/llvm-project/llvm/unittests/Support/
H A DYAMLIOTest.cpp80 FooBar doc; in TEST() local
110 FooBar doc; TEST() local
120 FooBar doc; TEST() local
1232 MultilineStringType doc; TEST() local
1258 MultilineStringType doc; TEST() local
1267 MultilineStringType doc; TEST() local
1704 FooBarMap doc; TEST() local
1926 FlowFooBarDoc doc; TEST() local
2377 FooBar doc; TEST() local
2460 FooBar doc; TEST() local
2467 OptionalTest doc; TEST() local
[all...]
/llvm-project/lldb/source/Host/common/
H A DXML.cpp26 xmlDocPtr doc = m_document; in Clear() local
/llvm-project/mlir/tools/mlir-linalg-ods-gen/
H A Dmlir-linalg-ods-yaml-gen.cpp55 std::optional<std::string> doc; global() member
699 std::string doc; generateNamedGenericOpOds() local

12