/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/utils/posix/ |
H A D | PrettyOutput.py | 13 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 D | PrettyOutput.py | 58 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 D | test_symbols.py | 32 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 D | goto2.cpp | 5 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 D | l_name_starts_with_l.cpp | 11 char text[] = __FILE__; in test1() local 16 char text[] = "string\\literal"; in test2() local
|
H A D | win_path_forbidden_chars.cpp | 14 char text[] = __FILE__; in test() local
|
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/utils/ |
H A D | PrettyOutputBase.py | 82 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 D | dump_format_help.py | 14 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 D | TransformActions.cpp | 284 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 D | JSONSymbolTest.cpp | 26 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 D | mkdoc.py | 44 def typeset(text): argument 66 def __init__(self, text): argument 153 def parse_decls(text): argument
|
/llvm-project/clang/test/Preprocessor/ |
H A D | pp-record.c | 5 #define STRINGIZE(text) STRINGIZE_I(text) argument 6 #define STRINGIZE_I(text) #text argument
|
/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
H A D | ObjectFileBreakpad.cpp | 30 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 D | clang-include-fixer.py | 88 def execute(command, text): argument 106 def InsertHeaderToVimBuffer(header, text): argument
|
/llvm-project/llvm/tools/llvm-diff/lib/ |
H A D | DifferenceEngine.h | 65 void log(StringRef text) { in log() 68 LogBuilder logf(StringRef text) { in logf()
|
/llvm-project/llvm/utils/ |
H A D | merge-stats.py | 19 text = f.read() variable
|
/llvm-project/flang/include/flang/Parser/ |
H A D | parse-state.h | 122 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 D | Commit.cpp | 48 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 D | EditedSource.cpp | 112 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 D | no_update_pos.pass.cpp | 27 const char *text = "aaa\naa"; in main() local
|
/llvm-project/clang/test/Analysis/ |
H A D | check-analyzer-fixit.py | 35 def write_file(file_name, text): argument
|
H A D | analyzeOneFunction.m | 26 NSString *text; field 31 @property (nonatomic, assign) NSString *text; property
|
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.join/ |
H A D | lwg3698.pass.cpp | 22 char const text[] = "Hello"; in main() local
|
/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | FixItRewriter.cpp | 67 insert(SourceLocation loc,StringRef text) insert() argument 71 replace(CharSourceRange range,StringRef text) replace() argument
|
/llvm-project/clang/test/Index/ |
H A D | complete-memfunc-cvquals.cpp | 17 void text(Foo f, Foo *fp, const Foo &fc, const Foo *fcp, in text() function
|