Searched refs:at_end (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/tools/gn/
H A Dtokenizer.h74 bool done() const { return at_end() || has_error(); }
76 bool at_end() const { return cur_ == input_.size(); } function in class:Tokenizer
H A Dtokenizer.cc136 while (!at_end() && IsCurrentWhitespace()) {
184 while (!at_end() && IsCurrentWhitespace())
189 DCHECK(!at_end());
245 } while (!at_end() && IsAsciiDigit(cur_char()));
246 if (!at_end()) {
265 if (at_end()) {
293 while (!at_end() && IsIdentifierContinuingChar(cur_char()))
310 while (!at_end() && !IsCurrentNewline())
336 DCHECK(!at_end());
343 DCHECK(!at_end());
[all...]
H A Dparser.cc141 if (at_end())
167 if (at_end()) {
193 if (at_end())
210 while (!at_end() && !IsStatementBreak(cur_token().type()) &&
262 if (!has_error() && !at_end())
404 if (at_end()) {
428 if (at_end())
435 if (!at_end() && !has_error())
465 Token token = at_end() ? tokens_[tokens_.size() - 1] : cur_token();
H A Dparser.h99 bool done() const { return at_end() || has_error(); }
100 bool at_end() const { return cur_ >= tokens_.size(); } function in class:Parser
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_vs_llvm.c71 while(!at_end(&shader->variants, li)) {
H A Ddraw_pt_fetch_shade_pipeline_llvm.c127 while (!at_end(&shader->variants, li)) {
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_simple_list.h160 #define at_end(list, elem) ((elem) == (list)) macro
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dsimple_list.h167 #define at_end(list, elem) ((elem) == (list)) macro
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_vs_llvm.c71 while(!at_end(&shader->variants, li)) {
H A Ddraw_pt_fetch_shade_pipeline_llvm.c127 while (!at_end(&shader->variants, li)) {
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_simple_list.h160 #define at_end(list, elem) ((elem) == (list)) macro
/external/mesa3d/src/mesa/main/
H A Dsimple_list.h167 #define at_end(list, elem) ((elem) == (list)) macro
/external/chromium_org/v8/src/
H A Djsregexp.h460 at_end(false),
467 return (at_end == that->at_end) &&
476 at_end |= that->at_end;
510 bool at_end: 1; member in struct:v8::internal::NodeInfo
/external/chromium_org/ash/shelf/
H A Dshelf_view.cc1348 bool at_end = modified_index == view_model_->view_size();
1350 (modified_index >= 0 && !at_end) ?
1356 if (at_end)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c1476 while(!at_end(&shader->variants, li)) {
1672 while(!at_end(&shader->variants, li)) {
H A Dlp_state_setup.c939 while(!at_end(&lp->setup_variants_list, li)) {
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c1476 while(!at_end(&shader->variants, li)) {
1672 while(!at_end(&shader->variants, li)) {
H A Dlp_state_setup.c939 while(!at_end(&lp->setup_variants_list, li)) {

Completed in 342 milliseconds