HomeSort by: relevance | last modified time | path
    Searched defs:isFinal (Results 1 - 7 of 7) sorted by relevancy

  /src/external/mit/expat/dist/tests/benchmark/
benchmark.c 76 int nrOfLoops, bufferSize, i, isFinal;
140 isFinal = 0;
145 isFinal = 1;
149 if (! XML_Parse(parser, XMLBufPtr, (int)parseBufferSize, isFinal)) {
161 } while (! isFinal);
  /src/external/gpl3/binutils/dist/gprofng/src/
IndexObject.cc 85 bool isFinal = true;
114 isFinal = false;
136 return isFinal;
  /src/external/gpl3/binutils.old/dist/gprofng/src/
IndexObject.cc 85 bool isFinal = true;
114 isFinal = false;
136 return isFinal;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroInstr.h 505 bool isFinal() const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
Record.h 798 Init *Fold(Record *CurRec, bool IsFinal = false) const;
2002 bool IsFinal = false;
2022 bool isFinal() const { return IsFinal; }
2024 void setFinal(bool Final) { IsFinal = Final; }
2077 setFinal(R.isFinal());
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
statement.h 433 bool isFinal;
declaration.h 135 bool isFinal() const { return (storage_class & STCfinal) != 0; }

Completed in 72 milliseconds