/llvm-project/libc/config/ |
H A D | config.json | 5 "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 D | gmock-port.h | 79 #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 D | XMLTest.cpp | 73 XMLDocument doc; in TEST() local 99 XMLDocument doc; in TEST() local
|
/llvm-project/clang-tools-extra/clang-doc/ |
H A D | ClangDoc.cpp | 27 namespace doc { namespace
|
H A D | Generators.cpp | 14 namespace doc { namespace
|
H A D | Mapper.cpp | 18 namespace doc { global() namespace
|
H A D | Representation.cpp | 27 namespace doc { namespace
|
H A D | YAMLGenerator.cpp | 315 namespace doc { namespace
|
H A D | MDGenerator.cpp | 19 namespace doc { namespace [all...] |
H A D | BitcodeWriter.cpp | 14 namespace doc { namespace
|
/llvm-project/clang-tools-extra/unittests/clang-doc/ |
H A D | GeneratorTest.cpp | 16 namespace doc { namespace
|
H A D | MergeTest.cpp | 14 namespace doc { namespace
|
H A D | MDGeneratorTest.cpp | 15 namespace doc { namespace
|
H A D | HTMLGeneratorTest.cpp | 17 namespace doc { namespace [all...] |
H A D | BitcodeTest.cpp | 18 namespace doc { namespace
|
H A D | YAMLGeneratorTest.cpp | 16 namespace doc { namespace
|
H A D | ClangDocTest.cpp | 15 namespace doc { namespace
|
/llvm-project/polly/lib/External/isl/imath/tools/ |
H A D | mkdoc.py | 17 doc = re.compile( variable
|
/llvm-project/mlir/lib/Tools/tblgen-lsp-server/ |
H A D | TableGenServer.cpp | 588 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 D | Transport.cpp | 219 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 D | PDLLServer.cpp | 119 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 D | gen_spirv_dialect.py | 757 get_op_definition( instruction, opname, doc, existing_info, capability_mapping, settings ) global() argument [all...] |
/llvm-project/llvm/unittests/Support/ |
H A D | YAMLIOTest.cpp | 80 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 D | XML.cpp | 26 xmlDocPtr doc = m_document; in Clear() local
|
/llvm-project/mlir/tools/mlir-linalg-ods-gen/ |
H A D | mlir-linalg-ods-yaml-gen.cpp | 55 std::optional<std::string> doc; global() member 699 std::string doc; generateNamedGenericOpOds() local
|