Home
last modified time | relevance | path

Searched full:string (Results 1 – 25 of 7611) sorted by relevance

12345678910>>...305

/llvm-project/libc/test/src/string/
H A DCMakeLists.txt1 add_custom_target(libc-string-tests)
14 libc-string-tests
18 libc.src.string.memccpy
24 libc-string-tests
28 libc.src.string.mempcpy
34 libc-string-tests
38 libc.src.string.memmem
44 libc-string-tests
48 libc.src.string.memchr
54 libc-string
[all...]
/llvm-project/llvm/test/tools/dxil-dis/
H A Dmd-manystrings.ll9 !0 = !{!"String 0"}
10 !1 = !{!"String 1"}
11 !2 = !{!"String 2"}
12 !3 = !{!"String 3"}
13 !4 = !{!"String 4"}
14 !5 = !{!"String 5"}
15 !6 = !{!"String 6"}
16 !7 = !{!"String 7"}
17 !8 = !{!"String 8"}
18 !9 = !{!"String 9"}
[all …]
/llvm-project/llvm/utils/vscode/llvm/syntaxes/
H A DTableGen.tmLanguage6 <array><string>td</string></array>
8 <string>/\*\*|\{\s*$</string>
10 <string>\*\*/|^\s*\}</string>
12 <string>TableGen</string>
17 <string>#comments</string>
21 …<string>\b(def|let|in|code|dag|string|list|bits|bit|field|include|defm|foreach|class|multiclass|in…
23 <string>keyword.control.tablegen</string>
27 <string>"</string>
29 <string>"</string>
31 <string>string.quoted.double.untitled</string>
[all …]
/llvm-project/llvm/utils/textmate/TableGen.tmbundle/Syntaxes/
H A DTableGen.tmLanguage6 <array><string>td</string></array>
8 <string>/\*\*|\{\s*$</string>
10 <string>\*\*/|^\s*\}</string>
12 <string>TableGen</string>
17 <string>#comments</string>
21 …<string>\b(def|let|in|code|dag|string|list|bits|bit|field|include|defm|foreach|class|multiclass|in…
23 <string>keyword.control.tablegen</string>
27 <string>"</string>
29 <string>"</string>
31 <string>string.quoted.double.untitled</string>
[all …]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dredundant-string-init.cpp1 // RUN: %check_clang_tidy %s readability-redundant-string-init %t \
3 // RUN: {readability-redundant-string-init.StringNames: \
19 typedef basic_string<char> string; typedef
38 std::string a = ""; in f()
39 …CHECK-MESSAGES: [[@LINE-1]]:15: warning: redundant string initialization [readability-redundant-st… in f()
40 // CHECK-FIXES: std::string a; in f()
41 std::string b(""); in f()
42 // CHECK-MESSAGES: [[@LINE-1]]:15: warning: redundant string initialization in f()
43 // CHECK-FIXES: std::string b; in f()
44 std::string c = R"()"; in f()
[all …]
/llvm-project/lldb/test/API/macosx/find-dsym/deep-bundle/
H A DInfo.plist6 <string>16B2657</string>
8 <string>en</string>
10 <string>MyFramework</string>
12 <string>com.apple.test.framework</string>
14 <string>6.0</string>
16 <string>MyFramework</string>
18 <string>FMWK</string>
20 <string>113</string>
22 <string>????</string>
25 <string>MacOSX</string>
[all …]
/llvm-project/lldb/include/lldb/Utility/
H A DConstString.h29 /// A uniqued constant string class.
37 /// No reference counting is done on strings that are added to the string
38 /// pool, once strings are added they are in the string pool for the life of
44 /// Initializes the string to an empty string.
49 /// Construct with C String value
51 /// Constructs this object with a C string by looking to see if the
52 /// C string already exists in the global string pool. If it doesn't
53 /// exist, it is added to the string pool.
56 /// A NULL terminated C string to add to the string pool.
59 /// Construct with C String value with max length
[all …]
/llvm-project/clang/test/Analysis/Inputs/expected-plists/
H A Dobjc-arc.m.plist12 <key>kind</key><string>event</string>
36 <string>&apos;p&apos; initialized to a null pointer value</string>
38 <string>&apos;p&apos; initialized to a null pointer value</string>
41 <key>kind</key><string>control</string>
75 <key>kind</key><string>control</string>
109 <key>kind</key><string>event</string>
133 <string>Dereference of null pointer (loaded from variable &apos;p&apos;)</string>
135 <string>Dereference of null pointer (loaded from variable &apos;p&apos;)</string>
138 …<key>description</key><string>Dereference of null pointer (loaded from variable &apos;p&apos;)</st…
139 <key>category</key><string>Logic error</string>
[all …]
H A Dgenerics.m.plist12 <key>kind</key><string>event</string>
36string>Type &apos;NSMutableArray&lt;NSString *&gt; *&apos; is inferred from implicit cast (from &a…
38string>Type &apos;NSMutableArray&lt;NSString *&gt; *&apos; is inferred from implicit cast (from &a…
41 <key>kind</key><string>control</string>
75 <key>kind</key><string>control</string>
109 <key>kind</key><string>event</string>
133string>Conversion from value of type &apos;NSMutableArray&lt;NSString *&gt; *&apos; to incompatibl…
135string>Conversion from value of type &apos;NSMutableArray&lt;NSString *&gt; *&apos; to incompatibl…
138string>Conversion from value of type &apos;NSMutableArray&lt;NSString *&gt; *&apos; to incompatibl…
139 <key>category</key><string>Core Foundation/Objective-C</string>
[all …]
H A Dmethod-call-path-notes.cpp.plist12 <key>kind</key><string>event</string>
36 <string>&apos;p&apos; declared without an initial value</string>
38 <string>&apos;p&apos; declared without an initial value</string>
41 <key>kind</key><string>control</string>
75 <key>kind</key><string>event</string>
99 <string>Called C++ object pointer is uninitialized</string>
101 <string>Called C++ object pointer is uninitialized</string>
104 <key>description</key><string>Called C++ object pointer is uninitialized</string>
105 <key>category</key><string>Logic error</string>
106 <key>type</key><string>Called C++ object pointer is uninitialized</string>
[all …]
H A Dmalloc-plist.c.plist3 <key>kind</key><string>control</string>
37 <key>kind</key><string>event</string>
61 <string>Assuming &apos;in&apos; is &gt; 5</string>
63 <string>Assuming &apos;in&apos; is &gt; 5</string>
66 <key>kind</key><string>control</string>
100 <key>kind</key><string>event</string>
124 <string>Memory is allocated</string>
126 <string>Memory is allocated</string>
129 <key>kind</key><string>control</string>
163 <key>kind</key><string>control</string>
[all …]
H A Dretain-release-path-notes.m.plist12 <key>kind</key><string>event</string>
36 <string>Method returns an instance of NSObject with a +1 retain count</string>
38 <string>Method returns an instance of NSObject with a +1 retain count</string>
41 <key>kind</key><string>control</string>
75 <key>kind</key><string>event</string>
99string>Object leaked: object allocated and stored into &apos;leaked&apos; is not referenced later …
101string>Object leaked: object allocated and stored into &apos;leaked&apos; is not referenced later …
104 <key>description</key><string>Potential leak of an object stored into &apos;leaked&apos;</string>
105 <key>category</key><string>Memory (Core Foundation/Objective-C/OSObject)</string>
106 <key>type</key><string>Leak</string>
[all …]
H A Dunix-fns.c.plist12 <key>kind</key><string>control</string>
46 <key>kind</key><string>control</string>
80 <key>kind</key><string>event</string>
104 <string>Assuming &apos;fd&apos; is not equal to 0</string>
106 <string>Assuming &apos;fd&apos; is not equal to 0</string>
109 <key>kind</key><string>control</string>
143 <key>kind</key><string>control</string>
177 <key>kind</key><string>event</string>
201 …<string>Call to &apos;open&apos; requires a 3rd argument when the &apos;O_CREAT&apos; flag is set<…
203 …<string>Call to &apos;open&apos; requires a 3rd argument when the &apos;O_CREAT&apos; flag is set<…
[all …]
H A Dretain-release.m.objcpp.plist12 <key>kind</key><string>control</string>
46 <key>kind</key><string>event</string>
70 …<string>Call to function &apos;CFDateCreate&apos; returns a Core Foundation object of type &apos;C…
72 …<string>Call to function &apos;CFDateCreate&apos; returns a Core Foundation object of type &apos;C…
75 <key>kind</key><string>control</string>
109 <key>kind</key><string>event</string>
145 <string>Reference count incremented. The object now has a +2 retain count</string>
147 <string>Reference count incremented. The object now has a +2 retain count</string>
150 <key>kind</key><string>control</string>
184 <key>kind</key><string>event</string>
[all …]
/llvm-project/llvm/test/TableGen/
H A Dname-resolution-consistency.td5 // CHECK: string e = "B0";
9 // CHECK: string a = "B0b";
10 // CHECK: string b = "B0";
14 // CHECK: string f = "B0b";
15 // CHECK: string g = "B0";
19 // CHECK: string a = "B0cz";
20 // CHECK: string b = "B0";
24 // CHECK: string f = "B0cz";
25 // CHECK: string g = "B0";
29 // CHECK: string a = "C0";
[all …]
/llvm-project/libc/AOR_v20.02/string/
H A DDir.mk7 S := $(srcdir)/string
8 B := build/string
11 all-string check-string install-string clean-string:
16 string-lib-srcs := $(wildcard $(S)/$(ARCH)/*.[cS])
17 string-test-srcs := $(wildcard $(S)/test/*.c)
19 string-includes := $(patsubst $(S)/%,build/%,$(wildcard $(S)/include/*.h))
21 string-libs := \
25 string-tools := \
41 string-lib-objs := $(patsubst $(S)/%,$(B)/%.o,$(basename $(string-lib-srcs)))
42 string-test-objs := $(patsubst $(S)/%,$(B)/%.o,$(basename $(string-test-srcs)))
[all …]
/llvm-project/libc/src/__support/CPP/
H A Dstring.h1 //===-- A simple implementation of the string class -------------*- C++ -*-===//
18 #include "src/string/memory_utils/inline_memcpy.h"
19 #include "src/string/memory_utils/inline_memset.h"
20 #include "src/string/string_utils.h" // string_length
27 // This class mimics std::string but does not intend to be a full fledged
30 class string { in get_empty_string()
54 LIBC_INLINE constexpr string() {} in string()
55 LIBC_INLINE string(const string &other) { this->operator+=(other); } in string()
56 LIBC_INLINE constexpr string(strin in string()
51 LIBC_INLINE constexpr string() {} string() function
52 LIBC_INLINE string(const string &other) { this->operator+=(other); } string() function
53 LIBC_INLINE constexpr string(string &&other) string() function
57 LIBC_INLINE string(const char *cstr, size_t count) { string() function
61 LIBC_INLINE string(const string_view &view) string() function
63 LIBC_INLINE string(const char *cstr) string() function
65 LIBC_INLINE string(size_t size_, char value) { string() function
[all...]
/llvm-project/llvm/test/tools/opt-viewer/Inputs/basic/
H A Dor.yaml8 - String: ' will not be inlined into '
10 - String: ' because its definition is unavailable'
19 - String: ' will not be inlined into '
21 - String: ' because its definition is unavailable'
30 - String: ' can be inlined into '
32 - String: ' with cost='
34 - String: ' (threshold='
36 - String: ')'
45 - String: ' inlined into '
55 - String: ' can be inlined into '
[all …]
/llvm-project/llvm/test/tools/llvm-opt-report/Inputs/
H A Dor.yaml8 - String: ' will not be inlined into '
10 - String: ' because its definition is unavailable'
19 - String: ' will not be inlined into '
21 - String: ' because its definition is unavailable'
30 - String: ' can be inlined into '
32 - String: ' with cost='
34 - String: ' (threshold='
36 - String: ')'
45 - String: ' inlined into '
55 - String: ' can be inlined into '
[all …]
/llvm-project/clang/test/Analysis/inlining/Inputs/expected-plists/
H A Dpath-notes.cpp.plist12 <key>kind</key><string>control</string>
46 <key>kind</key><string>event</string>
70 <string>Null pointer value stored to &apos;globalPtr&apos;</string>
72 <string>Null pointer value stored to &apos;globalPtr&apos;</string>
75 <key>kind</key><string>control</string>
109 <key>kind</key><string>event</string>
118 <string>Calling &apos;~Bar&apos;</string>
120 <string>Calling &apos;~Bar&apos;</string>
123 <key>kind</key><string>event</string>
132 <string>Entered call from &apos;test&apos;</string>
[all …]
H A Dpath-notes.c.plist12 <key>kind</key><string>event</string>
36 <string>Calling &apos;zero&apos;</string>
38 <string>Calling &apos;zero&apos;</string>
41 <key>kind</key><string>event</string>
50 <string>Entered call from &apos;testZero&apos;</string>
52 <string>Entered call from &apos;testZero&apos;</string>
55 <key>kind</key><string>control</string>
89 <key>kind</key><string>event</string>
113 <string>Null pointer value stored to &apos;a&apos;</string>
115 <string>Null pointer value stored to &apos;a&apos;</string>
[all …]
/llvm-project/llvm/test/Transforms/IROutliner/
H A Dopt-remarks.ll35 ; YAML-NEXT: - String: 'did not outline '
36 ; YAML-NEXT: - String: '2'
37 ; YAML-NEXT: - String: ' regions due to estimated increase of '
39 ; YAML-NEXT: - String: ' instructions at locations '
41 ; YAML-NEXT: - String: ' '
49 ; YAML-NEXT: - String: 'did not outline '
50 ; YAML-NEXT: - String: '2'
51 ; YAML-NEXT: - String: ' regions due to estimated increase of '
53 ; YAML-NEXT: - String: ' instructions at locations '
55 ; YAML-NEXT: - String: ' '
[all …]
/llvm-project/clang/test/Analysis/diagnostics/Inputs/expected-plists/
H A Dreport-issues-within-main-file.cpp.plist12 <key>kind</key><string>control</string>
46 <key>kind</key><string>event</string>
70 <string>Calling &apos;cause_div_by_zero_in_header2&apos;</string>
72 <string>Calling &apos;cause_div_by_zero_in_header2&apos;</string>
75 <key>kind</key><string>event</string>
84 <string>Entered call from &apos;callInMacro&apos;</string>
86 <string>Entered call from &apos;callInMacro&apos;</string>
89 <key>kind</key><string>control</string>
123 <key>kind</key><string>event</string>
147 <string>&apos;h2&apos; initialized to 0</string>
[all …]
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIO.h18 long GetEpoch(const std::string &Path);
20 Unit FileToVector(const std::string &Path, size_t MaxSize = 0,
23 std::string FileToString(const std::string &Path);
25 void CopyFileToErr(const std::string &Path);
27 void WriteToFile(const uint8_t *Data, size_t Size, const std::string &Path);
29 void WriteToFile(const std::string &Data, const std::string &Path);
30 void WriteToFile(const Unit &U, const std::string &Path);
32 void AppendToFile(const uint8_t *Data, size_t Size, const std::string &Path);
33 void AppendToFile(const std::string &Data, const std::string &Path);
37 std::vector<std::string> *VPaths = 0);
[all …]
/llvm-project/clang/docs/
H A DPCHLayout.graffle9 <string>com.omnigroup.OmniGrafflePro</string>
10 <string>137.11.0.108132</string>
17 <string>{{0, 0}, {576, 733}}</string>
19 <string>SolidGraphic</string>
27 <string>NO</string>
32 <string>NO</string>
37 <string>{0, 0}</string>
43 <string>2009-06-02 11:19:43 -0700</string>
45 <string>Douglas Gregor</string>
47 <string>1 0/72 in = 1.0000 in</string>
[all …]

12345678910>>...305