/third_party/gn/src/gn/ |
H A D | tokenizer.cc | 133 if (!at_end()) // Could be EOF. in Run() 139 while (!at_end() && IsCurrentWhitespace()) { in Run() 197 while (!at_end() && IsCurrentWhitespace()) 251 DCHECK(!at_end()); 263 } while (!at_end() && base::IsAsciiDigit(cur_char())); 264 if (!at_end()) { 281 if (at_end()) { 309 while (!at_end() && IsIdentifierContinuingChar(cur_char())) 326 while (!at_end() && !IsCurrentNewline()) 352 DCHECK(!at_end()); [all...] |
H A D | parser.cc | 327 if (!p.at_end() && !err->has_error()) { in ParseExpression() 377 if (at_end()) in LookAhead() 400 if (!at_end()) in Consume() 404 if (at_end()) { in Consume() 430 if (at_end()) in ParseExpression() 445 while (!at_end() && !IsStatementBreak(cur_token().type()) && in ParseExpression() 508 if (!has_error() && !at_end()) in List() 664 if (at_end()) { in ParseList() 689 if (at_end()) in ParseFile() 696 if (!at_end() in ParseFile() [all...] |
H A D | command_format.cc | 725 std::string at_end = suffix; in Expr() local 782 at_end = ")" + at_end; in Expr() 829 int penalty_current_line = sub1.Expr(binop->right(), prec_right, at_end); in Expr() 844 int penalty_next_line = sub2.Expr(binop->right(), prec_right, at_end); in Expr() 881 Expr(binop->right(), prec_right, at_end); in Expr() 882 at_end = ""; in Expr() 895 Expr(binop->right(), prec_right, at_end); in Expr() 896 at_end = ""; in Expr() 905 CHECK(at_end in Expr() [all...] |
H A D | tokenizer.h | 86 bool done() const { return at_end() || has_error(); } in done() 88 bool at_end() const { return cur_ == input_.size(); } in at_end() function in Tokenizer
|
H A D | parser.h | 104 // Call this only if !at_end(). 108 return at_end() ? tokens_[tokens_.size() - 1] : cur_token(); in cur_or_last_token() 111 bool done() const { return at_end() || has_error(); } in done() 112 bool at_end() const { return cur_ >= tokens_.size(); } in at_end() function in Parser
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | test_vec4_cmod_propagation.cpp | 157 const vec4_builder bld = vec4_builder(v).at_end(); in TEST_F() 193 const vec4_builder bld = vec4_builder(v).at_end(); in TEST_F() 230 const vec4_builder bld = vec4_builder(v).at_end(); in TEST_F() 266 const vec4_builder bld = vec4_builder(v).at_end(); in TEST_F() 299 const vec4_builder bld = vec4_builder(v).at_end(); in TEST_F() 338 const vec4_builder bld = vec4_builder(v).at_end(); in TEST_F() 378 const vec4_builder bld = vec4_builder(v).at_end(); in TEST_F() 419 const vec4_builder bld = vec4_builder(v).at_end(); in TEST_F() 461 const vec4_builder bld = vec4_builder(v).at_end(); in TEST_F() 497 const vec4_builder bld = vec4_builder(v).at_end(); in TEST_F() [all...] |
H A D | test_vec4_dead_code_eliminate.cpp | 136 const vec4_builder bld = vec4_builder(v).at_end(); in TEST_F()
|
H A D | brw_vec4_nir.cpp | 339 const vec4_builder ibld = vec4_builder(this).at_end(); in nir_emit_load_const() 505 const vec4_builder bld = vec4_builder(this).at_end() in nir_emit_intrinsic() 525 const vec4_builder bld = vec4_builder(this).at_end() in nir_emit_intrinsic() 716 vec4_builder(this).at_end().annotate(current_annotation, base_ir); in nir_emit_intrinsic() 757 vec4_builder(this).at_end().annotate(current_annotation, base_ir); in nir_emit_ssbo_atomic() 1684 emit_find_msb_using_lzd(vec4_builder(this).at_end(), dst, op[0], false); in nir_emit_alu() 1689 vec4_builder bld = vec4_builder(this).at_end(); in nir_emit_alu() 1713 vec4_builder bld = vec4_builder(this).at_end(); in nir_emit_alu() 2367 const vec4_builder bld = !ref ? vec4_builder(this).at_end() :
|
H A D | brw_vec4_builder.h | 97 at_end() const in at_end() function in brw::vec4_builder
|
H A D | brw_fs_visitor.cpp | 1146 bld(fs_builder(this, dispatch_width).at_end()) in fs_visitor() 1164 bld(fs_builder(this, dispatch_width).at_end()) in fs_visitor()
|
H A D | brw_fs_builder.h | 101 at_end() const in at_end() function in brw::fs_builder
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | hashmap.c | 241 goto at_end; in pa_hashmap_iterate() 244 goto at_end; in pa_hashmap_iterate() 258 at_end: in pa_hashmap_iterate()
|
H A D | idxset.c | 344 goto at_end; in pa_idxset_iterate() 347 goto at_end; in pa_idxset_iterate() 361 at_end: in pa_idxset_iterate()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | decoder.h | 444 const bool at_end = validate && pc >= end_; in read_leb_tail() 446 if (V8_LIKELY(!at_end)) { in read_leb_tail() 462 *length = byte_index + (at_end ? 0 : 1); in read_leb_tail() 463 if (validate && V8_UNLIKELY(at_end || (b & 0x80))) { in read_leb_tail() 464 TRACE_IF(trace, at_end ? "<end> " : "<length overflow> "); in read_leb_tail()
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-nodes.h | 42 at_end(false), in NodeInfo() 49 return (at_end == that->at_end) && in Matches() 58 at_end |= that->at_end; in AddFromPreceding() 91 bool at_end : 1; member
|
/third_party/python/Objects/stringlib/ |
H A D | unicode_format.h | 680 int at_end; in MarkupIterator_next() local 720 at_end = self->str.start >= self->str.end; in MarkupIterator_next() 723 if ((c == '}') && (at_end || in MarkupIterator_next() 730 if (at_end && c == '{') { in MarkupIterator_next() 735 if (!at_end) { in MarkupIterator_next()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | str_split_internal.h | 121 bool at_end() const { return state_ == kEndState; } in at_end() function in absl::strings_internal::SplitIterator 347 for (auto it = splitter.begin(); !it.at_end();) { in operator ()() 353 } while (++index != ar.size() && !it.at_end()); in operator ()()
|
/third_party/spirv-tools/source/opt/ |
H A D | invocation_interlock_placement_pass.h | 72 // at_end is true, add the instruction to the end of the block; otherwise add 75 bool at_end);
|
H A D | invocation_interlock_placement_pass.cpp | 79 BasicBlock* block, spv::Op opcode, bool at_end) { in addInstructionAtBlockBoundary() 80 if (at_end) { in addInstructionAtBlockBoundary() 82 "addInstructionAtBlockBoundary expects to be called with at_end == " in addInstructionAtBlockBoundary() 89 "addInstructionAtBlockBoundary expects to be called with at_end == " in addInstructionAtBlockBoundary() 78 addInstructionAtBlockBoundary( BasicBlock* block, spv::Op opcode, bool at_end) addInstructionAtBlockBoundary() argument
|
/third_party/googletest/googletest/include/gtest/internal/ |
H A D | gtest-param-util.h | 923 bool at_end = false; in AtEnd() local 925 (at_end = at_end || std::get<I>(current_) == std::get<I>(end_))...}; in AtEnd() 927 return at_end; in AtEnd()
|
/third_party/mesa3d/src/gtest/include/gtest/internal/ |
H A D | gtest-param-util.h | 847 bool at_end = false; in AtEnd() local 849 (at_end = at_end || std::get<I>(current_) == std::get<I>(end_))...}; in AtEnd() 851 return at_end; in AtEnd()
|
/third_party/node/deps/googletest/include/gtest/internal/ |
H A D | gtest-param-util.h | 920 bool at_end = false; in AtEnd() local 922 (at_end = at_end || std::get<I>(current_) == std::get<I>(end_))...}; in AtEnd() 924 return at_end; in AtEnd()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-subset-cff-common.hh | 386 bool at_end (unsigned int pos) const in at_end() function 780 if (!str.at_end (pos)) in drop_hints_in_subr() 834 if (str.at_end (pos)) in drop_hints_in_str()
|
/third_party/eudev/src/shared/ |
H A D | hashmap.c | 611 goto at_end; in hashmap_iterate_in_insertion_order() 614 goto at_end; in hashmap_iterate_in_insertion_order() 649 at_end: in hashmap_iterate_in_insertion_order() 661 goto at_end; in hashmap_iterate_in_internal_order() 672 goto at_end; in hashmap_iterate_in_internal_order() 704 at_end: in hashmap_iterate_in_internal_order()
|
/third_party/python/Objects/ |
H A D | codeobject.c | 1002 at_end(PyCodeAddressRange *bounds) { in at_end() function 1020 if (at_end(range)) { in _PyLineTable_NextAddressRange() 1263 if (at_end(&pi->pi_range)) { in positionsiter_next()
|