Home
last modified time | relevance | path

Searched refs:append (Results 1 – 25 of 1536) sorted by relevance

12345678910>>...62

/llvm-project-15.0.7/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp176 .append( in getFragmentsForType()
184 .append( in getFragmentsForType()
221 return Fragments.append( in getFragmentsForType()
375 .append(std::move(After)); in getFragmentsForVar()
398 .append(Param->getName(), in getFragmentsForParam()
400 .append(std::move(After)); in getFragmentsForParam()
468 .append( in getFragmentsForEnum()
582 .append(std::move(After)) in getFragmentsForObjCMethod()
601 ParamID.append(":"); in getFragmentsForObjCMethod()
681 Fragments.append( in getFragmentsForObjCProperty()
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp93 m_wrapper_function_text.append(" "); in CompileFunction()
150 m_wrapper_function_text.append(", "); in CompileFunction()
153 args_buffer.append(" "); in CompileFunction()
154 args_buffer.append(type_name); in CompileFunction()
157 args_buffer.append(arg_buf); in CompileFunction()
158 args_buffer.append(";\n"); in CompileFunction()
161 args_list_buffer.append(arg_buf); in CompileFunction()
163 args_list_buffer.append(", "); in CompileFunction()
165 m_wrapper_function_text.append( in CompileFunction()
170 m_wrapper_function_text.append(" "); in CompileFunction()
[all …]
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_printer.cpp111 buffer->append(" "); in MaybeBuildIdToBuffer()
112 buffer->append("(BuildId: "); in MaybeBuildIdToBuffer()
116 buffer->append(")"); in MaybeBuildIdToBuffer()
135 buffer->append("%c", *p); in RenderFrame()
141 buffer->append("%%"); in RenderFrame()
145 buffer->append("%u", frame_no); in RenderFrame()
254 buffer->append("%c", *p); in RenderData()
260 buffer->append("%%"); in RenderData()
287 buffer->append(",%d", column); in RenderSourceLocation()
288 buffer->append(")"); in RenderSourceLocation()
[all …]
/llvm-project-15.0.7/llvm/utils/
H A Dllvm-original-di-preservation.py82 row.append(file)
84 row.append(x.instr)
87 row.append(x.action)
122 row.append(llvm_pass)
123 row.append(str(num))
166 row.append(file)
204 row.append(llvm_pass)
205 row.append(str(num))
248 row.append(file)
287 row.append(llvm_pass)
[all …]
H A Dpipeline.py14 curr.append([None, tok])
17 stack.append([kind, curr])
23 curr.append([None, tok])
28 curr.append([oldKind, oldCurr])
32 curr.append([None, tok])
71 dstA.append([s[0], dstA2])
72 dstB.append([s[0], dstB2])
94 dst.append([s[0], dst2])
113 dst.append([s[0], dst2])
115 dst.append([None, s[1]])
[all …]
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dreport.cpp20 ScopedErrorReport() : Message() { Message.append("Scudo ERROR: "); } in ScopedErrorReport()
21 void append(const char *Format, ...) { in append() function in scudo::ScopedErrorReport
24 Message.append(Format, Args); in append()
55 Report.append("%s\n", Message); in reportError()
67 Report.append("corrupted chunk header at address %p\n", Ptr); in reportHeaderCorruption()
75 Report.append("race on chunk header at address %p\n", Ptr); in reportHeaderRace()
126 Report.append("invalid chunk state when %s address %p\n", in reportInvalidChunkState()
132 Report.append("misaligned pointer when %s address %p\n", in reportMisalignedPointer()
150 Report.append( in reportDeleteSizeMismatch()
157 Report.append( in reportAlignmentNotPowerOfTwo()
[all …]
/llvm-project-15.0.7/compiler-rt/test/profile/
H A Dlit.cfg.py66 config.substitutions.append( ("%clang ", build_invocation(clang_cflags)) )
67 config.substitutions.append( ("%clangxx ", build_invocation(clang_cxxflags)) )
69 config.substitutions.append( ("%clang_profgen ", build_invocation(clang_cflags) + " -fprofile-instr…
74 config.substitutions.append( ("%clang_pgogen ", build_invocation(clang_cflags) + " -fprofile-genera…
75 config.substitutions.append( ("%clang_pgogen=", build_invocation(clang_cflags) + " -fprofile-genera…
76 config.substitutions.append( ("%clangxx_pgogen ", build_invocation(clang_cxxflags) + " -fprofile-ge…
77 config.substitutions.append( ("%clangxx_pgogen=", build_invocation(clang_cxxflags) + " -fprofile-ge…
79 config.substitutions.append( ("%clang_cspgogen ", build_invocation(clang_cflags) + " -fcs-profile-g…
80 config.substitutions.append( ("%clang_cspgogen=", build_invocation(clang_cflags) + " -fcs-profile-g…
84 config.substitutions.append( ("%clang_profuse=", build_invocation(clang_cflags) + " -fprofile-instr…
[all …]
/llvm-project-15.0.7/openmp/libomptarget/test/
H A Dlit.cfg155 config.substitutions.append(("%libomptarget-run-generic",
159 config.substitutions.append(("%clangxx-generic",
161 config.substitutions.append(("%clang-generic",
163 config.substitutions.append(("%fcheck-generic",
186 config.substitutions.append(("%libomptarget-compile-" + \
211 config.substitutions.append(("%libomptarget-run-" + \
262 config.substitutions.append(("%libomptarget-run-" + \
276 config.substitutions.append(("%clang", config.test_c_compiler))
281 config.substitutions.append(("%cuda_flags", ""))
282 config.substitutions.append(("%flags", config.test_flags))
[all …]
/llvm-project-15.0.7/compiler-rt/test/asan/
H A Dlit.cfg.py71 config.substitutions.append(('%env_asan_opts=',
99 clang_asan_static_cflags.append("-mbackchain")
155 clang_cl_asan_cxxflags.append("-MD")
195 config.substitutions.append( ("%libdl", libdl_flag) )
230 config.suffixes.append('.mm')
233 config.substitutions.append(('%fPIC', ''))
234 config.substitutions.append(('%fPIE', ''))
235 config.substitutions.append(('%pie', ''))
237 config.substitutions.append(('%fPIC', '-fPIC'))
238 config.substitutions.append(('%fPIE', '-fPIE'))
[all …]
/llvm-project-15.0.7/flang/lib/Optimizer/Support/
H A DInternalNames.cpp32 result.append(token).append(mod.lower()); in doModules()
42 result.append("F").append(host->lower()); in doModulesHost()
90 return result.append("N").append(intAsString(-kind)); in doKind()
103 return result.append("B").append(toLower(name)); in doCommonBlock()
108 return result.append("L").append(toLower(name)); in doBlockData()
116 result.append(doModulesHost(modules, host)).append("EC"); in doConstant()
126 result.append(doModulesHost(modules, host)).append("DT"); in doDispatchTable()
132 return result.append("Q").append(name); in doGenerated()
159 result.append(doModulesHost(modules, host)).append("C"); in doIntrinsicTypeDescriptor()
160 return result.append(name).append(doKind(kind)); in doIntrinsicTypeDescriptor()
[all …]
/llvm-project-15.0.7/openmp/tools/archer/tests/
H A Dlit.cfg99 config.substitutions.append(("%libarcher-compile-and-run-race", \
103 config.substitutions.append(("%libarcher-compile-and-run", \
105 config.substitutions.append(("%libarcher-cxx-compile-and-run", \
107 config.substitutions.append(("%libarcher-cxx-compile", \
109 config.substitutions.append(("%libarcher-compile", \
115 config.substitutions.append(("%clang-archer", config.test_c_compiler))
117 config.substitutions.append(("%archer_flags", config.archer_flags))
118 config.substitutions.append(("%flags", config.test_flags))
123 config.substitutions.append(("FileCheck", config.test_filecheck))
124 config.substitutions.append(("%not", config.test_not))
[all …]
/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_functiontestcase.py28 events.append('setUp')
32 events.append('test')
35 events.append('tearDown')
53 events.append('setUp')
56 events.append('test')
60 events.append('tearDown')
79 events.append('setUp')
82 events.append('test')
86 events.append('tearDown')
105 events.append('setUp')
[all …]
H A Dsupport.py27 self.errors.append((test, err))
30 self.failures.append((test, err))
49 self._events.append('startTest')
53 self._events.append('startTestRun')
57 self._events.append('stopTest')
61 self._events.append('stopTestRun')
65 self._events.append('addFailure')
69 self._events.append('addSuccess')
73 self._events.append('addError')
77 self._events.append('addSkip')
[all …]
/llvm-project-15.0.7/compiler-rt/test/
H A Dlit.common.cfg.py118 config.debug_info_flags.append("-gcodeview")
119 config.debug_info_flags.append("-gcolumn-info")
192 possibly_dangerous_env_vars.append('INCLUDE')
223 config.substitutions.append(
235 config.substitutions.append( ('%run_nomprotect',
258 config.substitutions.append( ('%env ', "env ") )
324 config.substitutions.append( ('%run', "") )
325 config.substitutions.append( ('%env ', "env ") )
327 config.substitutions.append( ('%run', "") )
724 config.substitutions.append((
[all …]
/llvm-project-15.0.7/compiler-rt/test/memprof/
H A Dlit.cfg.py37 config.substitutions.append(('%env_memprof_opts=',
68 config.substitutions.append( ("%clang ", build_invocation(target_cflags)) )
69 config.substitutions.append( ("%clangxx ", build_invocation(target_cxxflags)) )
70 config.substitutions.append( ("%clang_memprof ", build_invocation(clang_memprof_cflags)) )
71 config.substitutions.append( ("%clangxx_memprof ", build_invocation(clang_memprof_cxxflags)) )
74 config.substitutions.append( ("%shared_libmemprof", shared_libmemprof_path) )
75 …config.substitutions.append( ("%clang_memprof_static ", build_invocation(clang_memprof_static_cfla…
78 config.substitutions.append( ("%libdl", libdl_flag) )
92 config.substitutions.append(('%fPIC', '-fPIC'))
93 config.substitutions.append(('%fPIE', '-fPIE'))
[all …]
/llvm-project-15.0.7/lldb/test/Shell/helper/
H A Dbuild.py561 args.append('/Od')
563 args.append('/O2')
573 args.append('/Z7')
578 args.append('/c')
582 args.append('--')
583 args.append(source)
638 args.append('-g')
640 args.append('-O0')
642 args.append('-O2')
648 args.append('-c')
[all …]
/llvm-project-15.0.7/compiler-rt/test/cfi/
H A Dlit.cfg.py14 config.substitutions.append((r"%clang ", clang + ' '))
15 config.substitutions.append((r"%clangxx ", clangxx + ' '))
26 config.substitutions.append((r"%expect_crash_unless_devirt ", ""))
28 config.substitutions.append((r"%expect_crash_unless_devirt ", config.expect_crash))
36 config.substitutions.append((r"%clang_cfi ", clang_cfi + non_dso))
37 config.substitutions.append((r"%clangxx_cfi ", clang_cfi + cxx + non_dso))
38 config.substitutions.append((r"%clang_cfi_diag ", clang_cfi + non_dso + diag))
39 config.substitutions.append((r"%clangxx_cfi_diag ", clang_cfi + cxx + non_dso + diag))
40 config.substitutions.append((r"%clangxx_cfi_dso ", clang_cfi + cxx + dso))
41 config.substitutions.append((r"%clangxx_cfi_dso_diag ", clang_cfi + cxx + dso + diag))
[all …]
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/tool/
H A Drun-clang-tidy.py106 start.append('--use-color')
110 start.append('-checks=' + checks)
112 start.append('-export-fixes')
117 start.append(name)
122 start.append('-p=' + build_path)
124 start.append('-quiet')
131 start.append(f)
185 invocation.append('-format')
188 invocation.append(tmpdir)
211 failed_files.append(name)
[all …]
/llvm-project-15.0.7/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp150 Buffer->append("<unknown>"); in RenderLocation()
174 Buffer->append("<unknown>"); in RenderLocation()
183 Buffer->append("%c", *Msg); in RenderText()
189 Buffer->append("%s", A.String); in RenderText()
284 Buffer.append("\n"); in PrintMemorySnippet()
300 Buffer.append("%c", Pad); in PrintMemorySnippet()
301 Buffer.append("%c", Pad); in PrintMemorySnippet()
303 Buffer.append("%c", Byte); in PrintMemorySnippet()
320 Buffer.append(" "); in PrintMemorySnippet()
322 Buffer.append("\n"); in PrintMemorySnippet()
[all …]
/llvm-project-15.0.7/libcxx/test/std/strings/basic.string/string.modifiers/string_append/
H A DT_size_size.pass.cpp28 s.append(sv, pos, n); in test()
37 s.append(sv, pos, n); in test()
54 s.append(sv, pos); in test_npos()
63 s.append(sv, pos); in test_npos()
152 s.append(sv, 0); // calls append(T, pos, npos) in test()
160 s.append(arr, 0); // calls append(const char *, len) in test()
176 s.append(sv); in test()
180 s.append(sv, 0, std::string::npos); in test()
184 s.append(sv, sv.size()); in test()
191 s.append(sv); in test()
[all …]
/llvm-project-15.0.7/openmp/runtime/test/
H A Dlit.cfg123 config.substitutions.append(("%libomp-compile-and-run", \
125 config.substitutions.append(("%libomp-c99-compile-and-run", \
127 config.substitutions.append(("%libomp-cxx-compile-and-run", \
129 config.substitutions.append(("%libomp-cxx-compile-c", \
131 config.substitutions.append(("%libomp-cxx-compile", \
133 config.substitutions.append(("%libomp-compile", \
135 config.substitutions.append(("%libomp-c99-compile", \
137 config.substitutions.append(("%libomp-run", "%t"))
144 config.substitutions.append(("%flags-use-compiler-omp-h",
151 config.substitutions.append(("%flags", config.test_flags))
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDeclContext.cpp24 m_qualified_name.append("::"); in GetQualifiedName()
25 m_qualified_name.append(m_entries[0].name); in GetQualifiedName()
33 m_qualified_name.append("::"); in GetQualifiedName()
36 m_qualified_name.append("(anonymous namespace)"); in GetQualifiedName()
38 m_qualified_name.append("(anonymous class)"); in GetQualifiedName()
40 m_qualified_name.append("(anonymous struct)"); in GetQualifiedName()
42 m_qualified_name.append("(anonymous union)"); in GetQualifiedName()
44 m_qualified_name.append("(anonymous)"); in GetQualifiedName()
46 m_qualified_name.append(pos->name); in GetQualifiedName()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DIssueHash.cpp45 Signature.append(Target->getReturnType().getAsString()).append(" "); in GetSignature()
46 Signature.append(Target->getQualifiedNameAsString()).append("("); in GetSignature()
50 Signature.append(", "); in GetSignature()
51 Signature.append(Target->getParamDecl(i)->getType().getAsString()); in GetSignature()
55 Signature.append(", ..."); in GetSignature()
56 Signature.append(")"); in GetSignature()
65 Signature.append(" const"); in GetSignature()
67 Signature.append(" volatile"); in GetSignature()
69 Signature.append(" restrict"); in GetSignature()
75 Signature.append(" &"); in GetSignature()
[all …]
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dstrings_test.cpp23 Str.append("a%db%zdc%ue%zuf%xh%zxq%pe%sr", static_cast<int>(-1), in TEST()
39 Str.append("123"); in TEST()
48 Str.append("123"); in TEST()
56 Str.append("%.*s", 3, "12345"); in TEST()
60 Str.append("%.*s", 6, "12345"); in TEST()
64 Str.append("%-6s", "12345"); in TEST()
71 Str.append("A"); in fillString()
83 Str.append("%-128s", "12345"); in TEST()
86 Str.append("%024x", 12345); in TEST()
89 Str.append("EEEEEEEEEEEEEEEEEEEEEEEE"); in TEST()
[all …]
/llvm-project-15.0.7/mlir/test/Examples/standalone/
H A Dlit.local.cfg6 config.substitutions.append(("%cmake_exe", config.host_cmake))
7 config.substitutions.append(("%cmake_generator", config.host_cmake_generator))
8 config.substitutions.append(("%host_cxx", config.host_cxx))
9 config.substitutions.append(("%host_cc", config.host_cc))
10 config.substitutions.append(("%enable_libcxx", config.enable_libcxx))
11 config.substitutions.append(
13 config.substitutions.append(("%llvm_use_linker", config.llvm_use_linker))

12345678910>>...62