| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter-tests/ |
| H A D | nrvo.cpp | 9 struct string { struct 10 string() {} in string() function 11 string(int i) : i(i) {} in string() argument 12 ~string() {} in ~string() argument 15 string get_string() { in get_string() argument
|
| H A D | nrvo-string.cpp | 22 struct string { struct 23 string() {} in string() function 24 string(int i) : i(i) {} in string() function 25 ~string() {} in ~string() argument 28 string __attribute__((noinline)) get_string() { in get_string() argument
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/llgdb-tests/ |
| H A D | nrvo-string.cpp | 13 struct string { struct 14 string() {} in string() argument 15 string(int i) : i(i) {} in string() argument 16 ~string() {} in ~string() argument 19 string __attribute__((noinline)) get_string() { in get_string() argument
|
| /llvm-project-15.0.7/llvm/bindings/go/llvm/ |
| H A D | support.go | 29 func LoadLibraryPermanently(lib string) error { 44 func ParseCommandLineOptions(args []string, overview string) {
|
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | static-data.cpp | 16 if (auto string{AsString()}) { in AsFortran() local 18 } else if (auto string{AsU16String(bigEndian)}) { in AsFortran() local 20 } else if (auto string{AsU32String(bigEndian)}) { in AsFortran() local 28 StaticDataObject &StaticDataObject::Push(const std::string &string, bool) { in Push() 36 const std::u16string &string, bool bigEndian) { in Push() 46 const std::u32string &string, bool bigEndian) { in Push()
|
| /llvm-project-15.0.7/clang/test/CoverageMapping/ |
| H A D | classtemplate.cpp | 65 struct string { struct 66 const char *str; 67 string() { abort(); } in string() function 68 string(const char *S) : str(S) {} in string() function 69 ~string() { abort(); } in ~string()
|
| /llvm-project-15.0.7/llvm/tools/llvm-go/ |
| H A D | llvm-go.go | 70 func llvmConfig(args ...string) string { 115 func addTag(args []string, tag string) []string { 157 func runGoWithLLVMEnv(args []string, cc, cxx, gocmd, llgo, cppflags, cxxflags, ldflags string, pack…
|
| /llvm-project-15.0.7/flang/test/Lower/Intrinsics/ |
| H A D | scan.f90 | 43 subroutine test_optional(string, set, back) argument 44 character (*) :: string(:), set local 73 subroutine test_optional_scalar(string, set, back) argument 74 character (*) :: string(:), set local
|
| H A D | verify.f90 | 60 subroutine test_optional(string, set, back) argument 61 character (*) :: string(:), set local
|
| H A D | index.f90 | 57 subroutine test_optional(string, substring, back) argument 58 character (*) :: string(:), substring local
|
| /llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/ |
| H A D | TransferTest.cpp | 106 ASTContext &ASTCtx) { in TEST() 133 ASTContext &ASTCtx) { in TEST() 164 ASTContext &ASTCtx) { in TEST() 212 ASTContext &ASTCtx) { in TEST() 258 ASTContext &ASTCtx) { in TEST() 304 ASTContext &ASTCtx) { in TEST() 449 ASTContext &ASTCtx) { in TEST() 1332 ASTContext &ASTCtx) { in TEST() 1565 ASTContext &ASTCtx) { in TEST() 1606 ASTContext &ASTCtx) { in TEST() [all …]
|
| H A D | TypeErasedDataflowAnalysisTest.cpp | 428 ASTContext &ASTCtx) { in TEST_F() 580 ASTContext &ASTCtx) { in TEST_F() 624 ASTContext &ASTCtx) { in TEST_F() 665 ASTContext &ASTCtx) { in TEST_F() 748 std::pair<std::string, DataflowAnalysisState<NoopLattice>>> in TEST_F() 815 ASTContext &ASTCtx) { in TEST_F() 1017 ASTContext &ASTCtx) { in TEST_F() 1051 ASTContext &ASTCtx) { in TEST_F() 1094 ASTContext &ASTCtx) { in TEST_F() 1130 ASTContext &ASTCtx) { in TEST_F() [all …]
|
| H A D | ChromiumCheckModelTest.cpp | 155 std::pair<std::string, DataflowAnalysisState<NoopLattice>>> in TEST() 157 ASTContext &ASTCtx) { in TEST() 190 ASTContext &ASTCtx) { in TEST()
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/performance/ |
| H A D | inefficient-string-concatenation.cpp | 12 typedef basic_string<char> string; typedef 16 void f(std::string) {} in f() 17 std::string g(std::string) {} in g()
|
| /llvm-project-15.0.7/clang/test/AST/ |
| H A D | sourceranges.cpp | 79 struct string { struct 80 const char *str; 81 string() { abort(); } in string() argument 82 string(const char *S) : str(S) {} in string() argument 83 ~string() { abort(); } in ~string()
|
| /llvm-project-15.0.7/libcxx/test/std/re/re.submatch/re.submatch.members/ |
| H A D | compare_string_type.pass.cpp | 24 typedef SM::string_type string; in main() typedef 38 typedef SM::string_type string; in main() typedef
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | partial-init.cpp | 4 struct string { struct 16 std::string c;
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | ReleaseModeModelRunner.h | 81 int LookupArgIndex(const std::string &) { llvm_unreachable(NOOP_MODEL_ERRMSG); } in LookupArgIndex() 82 int LookupResultIndex(const std::string &) { llvm_unreachable(NOOP_MODEL_ERRMSG); } in LookupResultIndex()
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | delegating-constructors.cpp | 5 class string class 11 string(const char (&str)[N]) in string() function in PR10457::string
|
| /llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
| H A D | regex.cpp | 14 void test_matched(const regex_t *preg, const char *string) { in test_matched() 24 void test_print_matches(const regex_t *preg, const char *string) { in test_print_matches()
|
| /llvm-project-15.0.7/clang/test/ARCMT/ |
| H A D | nonobjc-to-objc-cast-2.m | 18 -(id)string; method 23 -(id)string { method
|
| H A D | nonobjc-to-objc-cast.m | 27 -(id)string; method 56 -(id)string { method
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/abseil/ |
| H A D | redundant-strcat-calls.cpp | 53 typedef basic_string<char> string; typedef 87 typedef basic_string<char> string; typedef
|
| /llvm-project-15.0.7/clang-tools-extra/clang-reorder-fields/ |
| H A D | ReorderFieldsAction.cpp | 85 std::map<std::string, tooling::Replacements> &Replacements) { in addReplacement() 127 std::map<std::string, tooling::Replacements> &Replacements) { in reorderFieldsInDefinition() 163 std::map<std::string, tooling::Replacements> &Replacements) { in reorderFieldsInConstructor() 226 std::map<std::string, tooling::Replacements> &Replacements) { in reorderFieldsInInitListExpr() 260 std::map<std::string, tooling::Replacements> &Replacements) in ReorderingConsumer()
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/Inputs/not-null-terminated-result/ |
| H A D | not-null-terminated-result-cxx.h | 26 typedef basic_string<char> string; typedef
|