Home
last modified time | relevance | path

Searched defs:text (Results 1 – 25 of 113) sorted by relevance

12345

/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/utils/posix/
H A DPrettyOutput.py13 def _color(self, text, color, stream, lock=_lock): argument
21 def red_impl(self, text, stream=None, **kwargs): argument
24 def yellow_impl(self, text, stream=None, **kwargs): argument
27 def green_impl(self, text, stream=None, **kwargs): argument
30 def blue_impl(self, text, stream=None, **kwargs): argument
33 def default_impl(self, text, stream=None, **kwargs): argument
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/utils/windows/
H A DPrettyOutput.py58 def _color(self, text, color, stream, lock=_lock): argument
69 def red_impl(self, text, stream=None, **kwargs): argument
72 def yellow_impl(self, text, stream=None, **kwargs): argument
75 def green_impl(self, text, stream=None, **kwargs): argument
78 def blue_impl(self, text, stream=None, **kwargs): argument
81 def default_impl(self, text, stream=None, **kwargs): argument
/llvm-project/flang/test/Semantics/
H A Dtest_symbols.py32 text = re.sub(r"!(?![DR]EF:|\$omp|\$acc).*", "", line, flags=re.I) variable
33 text = re.sub(r"^\s*$", "", text) variable
38 text = re.sub(r"![DR]EF:.*", "", line) variable
/llvm-project/clang/test/SemaCXX/
H A Dgoto2.cpp5 int subfun(const char *text) { in subfun()
10 void fun(const char* text) { in fun()
40 const char *text = "some text"; variable
/llvm-project/clang/test/Analysis/exploded-graph-rewriter/
H A Dl_name_starts_with_l.cpp11 char text[] = __FILE__; in test1() local
16 char text[] = "string\\literal"; in test2() local
H A Dwin_path_forbidden_chars.cpp14 char text[] = __FILE__; in test() local
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/utils/
H A DPrettyOutputBase.py82 def _write(self, text, stream): argument
161 def auto(self, text, stream=None, lock=_lock): argument
187 def _call_color_impl(self, fn, impl, text, *args, **kwargs): argument
195 def red_impl(self, text, stream=None, **kwargs): argument
202 def yellow_impl(self, text, stream=None, **kwargs): argument
209 def green_impl(self, text, stream=None, **kwargs): argument
216 def blue_impl(self, text, stream=None, **kwargs): argument
223 def default_impl(self, text, stream=None, **kwargs): argument
274 def red_impl(self, text, stream=None, **kwargs): argument
277 def yellow_impl(self, text, stream=None, **kwargs): argument
[all …]
/llvm-project/clang/docs/tools/
H A Ddump_format_help.py14 substitute(text, tag, contents) global() argument
20 indent(text, columns, indent_first_line=True) global() argument
51 validate(text, columns) global() argument
/llvm-project/clang/lib/ARCMigrate/
H A DTransformActions.cpp284 void TransformActionsImpl::insert(SourceLocation loc, StringRef text) { in insert()
294 void TransformActionsImpl::insertAfterToken(SourceLocation loc, StringRef text) { in insertAfterToken()
322 void TransformActionsImpl::replace(SourceRange range, StringRef text) { in replace()
339 void TransformActionsImpl::replaceText(SourceLocation loc, StringRef text, in replaceText()
351 void TransformActionsImpl::replaceStmt(Stmt *S, StringRef text) { in replaceStmt()
418 bool TransformActionsImpl::canReplaceText(SourceLocation loc, StringRef text) { in canReplaceText()
437 void TransformActionsImpl::commitInsert(SourceLocation loc, StringRef text) { in commitInsert()
442 StringRef text) { in commitInsertAfterToken()
481 StringRef text, in commitReplaceText()
506 void TransformActionsImpl::addInsertion(SourceLocation loc, StringRef text) { in addInsertion()
[all …]
/llvm-project/lldb/unittests/Symbol/
H A DJSONSymbolTest.cpp26 std::string text = R"( in TEST() local
64 std::string text = R"( in TEST() local
89 std::string text = R"( in TEST() local
107 std::string text = R"( in TEST() local
123 std::string text = R"( in TEST() local
/llvm-project/polly/lib/External/isl/imath/tools/
H A Dmkdoc.py44 def typeset(text): argument
66 def __init__(self, text): argument
153 def parse_decls(text): argument
/llvm-project/clang/test/Preprocessor/
H A Dpp-record.c5 #define STRINGIZE(text) STRINGIZE_I(text) argument
6 #define STRINGIZE_I(text) #text argument
/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp30 std::optional<Header> Header::parse(llvm::StringRef text) { in parse()
69 auto text = toStringRef(data_sp->GetData()); in CreateInstance() local
96 auto text = toStringRef(data_sp->GetData()); in GetModuleSpecifications() local
133 llvm::StringRef text = toStringRef(m_data.GetData()); in CreateSections() local
/llvm-project/clang-tools-extra/clang-include-fixer/tool/
H A Dclang-include-fixer.py88 def execute(command, text): argument
106 def InsertHeaderToVimBuffer(header, text): argument
/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.h65 void log(StringRef text) { in log()
68 LogBuilder logf(StringRef text) { in logf()
/llvm-project/llvm/utils/
H A Dmerge-stats.py19 text = f.read() variable
/llvm-project/flang/include/flang/Parser/
H A Dparse-state.h122 void PushContext(MessageFixedText text) { in PushContext()
140 template <typename... A> void Say(const MessageFixedText &text, A &&...args) { in Say()
144 void Say(const MessageExpectedText &text, A &&...args) { in Say()
/llvm-project/clang/lib/Edit/
H A DCommit.cpp48 bool Commit::insert(SourceLocation loc, StringRef text, in insert()
116 bool Commit::replace(CharSourceRange range, StringRef text) { in replace()
165 bool Commit::replaceText(SourceLocation loc, StringRef text, in replaceText()
182 void Commit::addInsert(SourceLocation OrigLoc, FileOffset Offs, StringRef text, in addInsert()
323 bool Commit::canReplaceText(SourceLocation loc, StringRef text, in canReplaceText()
H A DEditedSource.cpp112 FileOffset Offs, StringRef text, in commitInsert()
179 StringRef text = getSourceText(BeginOffs, B, Invalid); in commitInsertFromRange() local
190 StringRef text = getSourceText(BeginOffs, EndOffs, Invalid); in commitInsertFromRange() local
339 unsigned &len, StringRef &text) { in adjustRemoval()
383 StringRef text, FileOffset offs, unsigned len, in applyRewrite()
/llvm-project/libcxx/test/std/re/re.alg/re.alg.search/
H A Dno_update_pos.pass.cpp27 const char *text = "aaa\naa"; in main() local
/llvm-project/clang/test/Analysis/
H A Dcheck-analyzer-fixit.py35 def write_file(file_name, text): argument
H A DanalyzeOneFunction.m26 NSString *text; field
31 @property (nonatomic, assign) NSString *text; property
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.join/
H A Dlwg3698.pass.cpp22 char const text[] = "Hello"; in main() local
/llvm-project/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp67 insert(SourceLocation loc,StringRef text) insert() argument
71 replace(CharSourceRange range,StringRef text) replace() argument
/llvm-project/clang/test/Index/
H A Dcomplete-memfunc-cvquals.cpp17 void text(Foo f, Foo *fp, const Foo &fc, const Foo *fcp, in text() function

12345