Home
last modified time | relevance | path

Searched refs:current (Results 1 – 25 of 800) sorted by relevance

12345678910>>...32

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_linux.cpp37 (char *)internal_memchr(data_.current, '\n', last - data_.current); in Next()
42 CHECK_EQ(*data_.current++, '-'); in Next()
44 CHECK_EQ(*data_.current++, ' '); in Next()
54 CHECK_EQ(*data_.current++, ' '); in Next()
56 CHECK_EQ(*data_.current++, ' '); in Next()
57 ParseHex(&data_.current); in Next()
58 CHECK_EQ(*data_.current++, ':'); in Next()
59 ParseHex(&data_.current); in Next()
61 while (IsDecimal(*data_.current)) data_.current++; in Next()
66 while (data_.current < next_line && *data_.current == ' ') data_.current++; in Next()
[all …]
/llvm-project-15.0.7/libc/src/__support/CPP/
H A Dblockstore.h45 Block *current = &first; variable
53 return {current, current->next}; in getLastBlocks()
58 assert(curr == current); in getLastBlocks()
124 current = new_block; in new_obj()
149 current = current->next; in pop_back()
152 current = prev; in pop_back()
181 auto current = block_store->current; in destroy() local
183 auto temp = current; in destroy()
184 current = current->next; in destroy()
190 auto temp = current; in destroy()
[all …]
/llvm-project-15.0.7/mlir/test/python/ir/
H A Dcontext_managers.py16 assert Context.current is ctx
18 _ = Context.current
31 assert Context.current is ctx1
32 assert Location.current is loc1
36 assert Context.current is ctx1
42 _ = Location.current
47 assert Context.current is ctx1
52 _ = Location.current
75 _ = Location.current
87 _ = InsertionPoint.current
[all …]
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dbuiltin-source-location.cpp22 return current(__p); in bad_current()
55 SL const_init_global = SL::current();
84 SL local = SL::current(); in test_function()
89 SL info = SL::current();
93 TestInit(SL arg_info = SL::current()) : arg_info(arg_info) {} in TestInit()
133 SL info = SL::current();
136 constexpr TestInitConstexpr(SL arg_info = SL::current()) : arg_info(arg_info) {} in TestInitConstexpr()
175 SL i2 = SL::current();
224 {SL::current()} in test_agg_init()
232 Tp info = Tp::current();
[all …]
/llvm-project-15.0.7/clang/tools/scan-build-py/lib/libscanbuild/
H A Dshell.py26 for current in word:
27 if state == 0 and current in reserved:
29 elif state == 0 and current == '\\':
31 elif state == 1 and current in reserved | {'\\'}:
33 elif state == 0 and current == '"':
35 elif state == 2 and current == '"':
37 elif state == 0 and current == "'":
39 elif state == 3 and current == "'":
/llvm-project-15.0.7/mlir/examples/toy/Ch3/include/toy/
H A DLexer.h214 : Lexer(std::move(filename)), current(begin), end(end) {} in LexerBuffer()
220 auto *begin = current; in readNextLine()
221 while (current <= end && *current && *current != '\n') in readNextLine()
222 ++current; in readNextLine()
223 if (current <= end && *current) in readNextLine()
224 ++current; in readNextLine()
225 llvm::StringRef result{begin, static_cast<size_t>(current - begin)}; in readNextLine()
228 const char *current, *end; variable
/llvm-project-15.0.7/mlir/examples/toy/Ch2/include/toy/
H A DLexer.h214 : Lexer(std::move(filename)), current(begin), end(end) {} in LexerBuffer()
220 auto *begin = current; in readNextLine()
221 while (current <= end && *current && *current != '\n') in readNextLine()
222 ++current; in readNextLine()
223 if (current <= end && *current) in readNextLine()
224 ++current; in readNextLine()
225 llvm::StringRef result{begin, static_cast<size_t>(current - begin)}; in readNextLine()
228 const char *current, *end; variable
/llvm-project-15.0.7/mlir/examples/toy/Ch1/include/toy/
H A DLexer.h214 : Lexer(std::move(filename)), current(begin), end(end) {} in LexerBuffer()
220 auto *begin = current; in readNextLine()
221 while (current <= end && *current && *current != '\n') in readNextLine()
222 ++current; in readNextLine()
223 if (current <= end && *current) in readNextLine()
224 ++current; in readNextLine()
225 llvm::StringRef result{begin, static_cast<size_t>(current - begin)}; in readNextLine()
228 const char *current, *end; variable
/llvm-project-15.0.7/mlir/examples/toy/Ch7/include/toy/
H A DLexer.h217 : Lexer(std::move(filename)), current(begin), end(end) {} in LexerBuffer()
223 auto *begin = current; in readNextLine()
224 while (current <= end && *current && *current != '\n') in readNextLine()
225 ++current; in readNextLine()
226 if (current <= end && *current) in readNextLine()
227 ++current; in readNextLine()
228 llvm::StringRef result{begin, static_cast<size_t>(current - begin)}; in readNextLine()
231 const char *current, *end; variable
/llvm-project-15.0.7/mlir/examples/toy/Ch5/include/toy/
H A DLexer.h214 : Lexer(std::move(filename)), current(begin), end(end) {} in LexerBuffer()
220 auto *begin = current; in readNextLine()
221 while (current <= end && *current && *current != '\n') in readNextLine()
222 ++current; in readNextLine()
223 if (current <= end && *current) in readNextLine()
224 ++current; in readNextLine()
225 llvm::StringRef result{begin, static_cast<size_t>(current - begin)}; in readNextLine()
228 const char *current, *end; variable
/llvm-project-15.0.7/mlir/examples/toy/Ch4/include/toy/
H A DLexer.h214 : Lexer(std::move(filename)), current(begin), end(end) {} in LexerBuffer()
220 auto *begin = current; in readNextLine()
221 while (current <= end && *current && *current != '\n') in readNextLine()
222 ++current; in readNextLine()
223 if (current <= end && *current) in readNextLine()
224 ++current; in readNextLine()
225 llvm::StringRef result{begin, static_cast<size_t>(current - begin)}; in readNextLine()
228 const char *current, *end; variable
/llvm-project-15.0.7/mlir/examples/toy/Ch6/include/toy/
H A DLexer.h214 : Lexer(std::move(filename)), current(begin), end(end) {} in LexerBuffer()
220 auto *begin = current; in readNextLine()
221 while (current <= end && *current && *current != '\n') in readNextLine()
222 ++current; in readNextLine()
223 if (current <= end && *current) in readNextLine()
224 ++current; in readNextLine()
225 llvm::StringRef result{begin, static_cast<size_t>(current - begin)}; in readNextLine()
228 const char *current, *end; variable
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dsource_location.cpp5 #define CURRENT_FROM_MACRO() SL::current()
103 constexpr SL S = SL::current(); in test_line_fn()
111 current in test_line_fn()
168 SL info = SL::current();
180 U info = U::current();
211 U info = U::current();
224 constexpr U get(T, U u = U::current(), U2 u2 = identity(U2::current())) const { in get()
362 return {u, U::current()}; in test_func_template()
374 T info = T::current();
413 current in test_column_fn()
[all …]
/llvm-project-15.0.7/clang/test/SemaCXX/Inputs/
H A Dsource-location-file.h8 constexpr SL global_info = SL::current();
10 constexpr SL test_function(SL v = SL::current()) {
19 constexpr U test_function_template(T, U u = U::current()) {
29 SL info = SL::current();
32 constexpr TestClass(int, SL cinfo = SL::current()) : ctor_info(cinfo) {} in ctor_info()
34 constexpr TestClass(int, T, U u = U::current()) : ctor_info(u) {} in ctor_info()
41 T init_info = T::current();
/llvm-project-15.0.7/llvm/test/Transforms/TailCallElim/
H A D2010-06-26-MultipleReturnValues.ll20 ; CHECK: %ret.tr = phi i32 [ poison, %entry ], [ %current.ret.tr, %body ]
24 ; CHECK: %current.ret.tr = select i1 %ret.known.tr, i32 %ret.tr, i32 0
27 ; CHECK: %current.ret.tr1 = select i1 %ret.known.tr, i32 %ret.tr, i32 1
28 ; CHECK: ret i32 %current.ret.tr1
50 ; CHECK: %ret.tr = phi i32 [ poison, %entry ], [ %current.ret.tr, %body ]
54 ; CHECK: %current.ret.tr = select i1 %ret.known.tr, i32 %ret.tr, i32 %helper1
57 ; CHECK: %current.ret.tr1 = select i1 %ret.known.tr, i32 %ret.tr, i32 %helper2
58 ; CHECK: ret i32 %current.ret.tr1
97 ; CHECK: %ret.tr = phi i32 [ poison, %entry ], [ %current.ret.tr, %case1 ], [ %current.ret.tr1, %ca…
101 ; CHECK: %current.ret.tr = select i1 %ret.known.tr, i32 %ret.tr, i32 9
[all …]
/llvm-project-15.0.7/llvm/test/MC/Mips/mips3/
H A Dinvalid-mips4.s9 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exist in current ISA level
32 …$f7 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exist in current ISA level
34 …$f6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exist in current ISA level
36 …$f6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exist in current ISA level
38 …$f2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exist in current ISA level
40 …$f7 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exist in current ISA level
42 …$f6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exist in current ISA level
44 …$f6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exist in current ISA level
46 …$f4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exist in current ISA level
48 …$f8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exist in current ISA level
[all …]
H A Dinvalid-mips5.s10 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exist in current ISA level
44 …$f7 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exist in current ISA level
46 …$f6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exist in current ISA level
48 …$f6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exist in current ISA level
50 …$f2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exist in current ISA level
52 …$f7 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exist in current ISA level
54 …$f6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exist in current ISA level
56 …$f6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exist in current ISA level
58 …$f4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exist in current ISA level
60 …$f8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exist in current ISA level
[all …]
/llvm-project-15.0.7/clang/tools/clang-format/
H A Dclang-format.py66 return vim.current.buffer
67 return [ line.decode(encoding) for line in vim.current.buffer ]
80 with open(vim.current.buffer.name, 'r') as f:
82 sequence = difflib.SequenceMatcher(None, ondisk, vim.current.buffer)
90 lines = ['-lines', '%s:%s' % (vim.current.range.start + 1,
91 vim.current.range.end + 1)]
119 if vim.current.buffer.name:
120 command.extend(['-assume-filename', vim.current.buffer.name])
145 vim.current.buffer[op[1]:op[2]] = lines[op[3]:op[4]]
/llvm-project-15.0.7/llvm/test/MC/Mips/mips1/
H A Dinvalid-mips5-wrong-error.s38 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exist in current ISA level
40 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exist in current ISA level
42 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exist in current ISA level
44 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exist in current ISA level
46 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exist in current ISA level
48 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exist in current ISA level
50 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exist in current ISA level
52 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exist in current ISA level
54 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exist in current ISA level
56 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exist in current ISA level
[all …]
/llvm-project-15.0.7/llvm/test/TableGen/
H A Dexists.td36 // There is no record called `current` in current context though we will define it below.
37 def current_missing : Self_check<"current">;
38 def current : Self_check<"current">;
52 // CHECK: def current {
56 // `current` doesn't exist because we define it below `current_missing`.
/llvm-project-15.0.7/lldb/docs/use/
H A Dformatting.rst52 text, control characters and variables that have access to the current program
69 …e.basename`` | The current compile unit file basename for the curr…
71 …e.fullpath`` | The current compile unit file fullpath for the curr…
73 …language`` | The current compile unit language for the curren…
107 … | The line table entry basename to the file for the current line entry in the current fram…
109 … | The line table entry fullpath to the file for the current line entry in the current fram…
111 … | The line table entry line number for the current line entry in the current fram…
113 … | The line table entry start address for the current line entry in the current fram…
184 current frame line table entry basename and line number when the information is
185 available for the current frame:
[all …]
/llvm-project-15.0.7/llvm/test/MC/Mips/mips2/
H A Dinvalid-mips32.s9 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exist in current ISA level
47 …$f7 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exist in current ISA level
49 …$f6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exist in current ISA level
51 …$f6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exist in current ISA level
53 …$f2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exist in current ISA level
55 …$f7 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exist in current ISA level
57 …$f6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exist in current ISA level
59 …$f6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exist in current ISA level
61 …$f4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exist in current ISA level
63 …$f8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exist in current ISA level
[all …]
/llvm-project-15.0.7/libcxx/include/__iterator/
H A Dreverse_iterator.h64 _Iter current;
85 reverse_iterator() : __t(), current() {} in reverse_iterator()
95 : __t(__u.base()), current(__u.base()) in reverse_iterator()
105 __t = current = __u.base();
110 reverse_iterator() : current() {} in reverse_iterator()
113 explicit reverse_iterator(_Iter __x) : current(__x) {} in reverse_iterator()
120 : current(__u.base()) in reverse_iterator()
130 current = __u.base();
135 _Iter base() const {return current;} in base()
145 return std::prev(current);
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp229 ListIterator current(m_head); in GetItem() local
233 current = cached_iterator->second; in GetItem()
237 ValueObjectSP value_sp = current.advance(advance); in GetItem()
238 m_iterators[idx] = current; in GetItem()
251 ListEntry current(m_head); in CalculateNumChildren() local
253 while (current && m_count < m_list_capping_size) { in CalculateNumChildren()
255 current = current.next(); in CalculateNumChildren()
341 ListEntry current(m_head); in CalculateNumChildren() local
342 while (current.next() && current.next().value() != m_node_address) { in CalculateNumChildren()
344 current = current.next(); in CalculateNumChildren()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Bufferization/IR/
H A DAllocationOpInterface.td28 with the current allocation operation.
35 current allocation value (which refers to the current Op implementing
36 this interface). The allocation value is a result of the current
45 Builds a clone operation using the provided builder and the current
46 allocation value (which refers to the current Op implementing this
47 interface). The allocation value is a result of the current operation

12345678910>>...32