| /freebsd/contrib/expat/tests/benchmark/ |
| H A D | benchmark.c | 76 int nrOfLoops, bufferSize, i, isFinal; in main() local 140 isFinal = 0; in main() 145 isFinal = 1; in main() 149 if (! XML_Parse(parser, XMLBufPtr, (int)parseBufferSize, isFinal)) { in main() 161 } while (! isFinal); in main()
|
| /freebsd/contrib/expat/tests/ |
| H A D | common.c | 197 int isFinal) { in _XML_Parse_SINGLE_BYTES() argument 219 return XML_Parse(parser, s, len, isFinal); in _XML_Parse_SINGLE_BYTES()
|
| H A D | common.h | 102 int len, int isFinal);
|
| H A D | basic_tests.c | 3238 for (int isFinal = 0; isFinal < 2; isFinal++) { in START_TEST() local 3239 set_subtest("isFinal=%d", isFinal); in START_TEST() 3246 const enum XML_Status status = XML_Parse(parser, doc, -1, isFinal); in START_TEST() 3262 for (int isFinal = 0; isFinal < 2; isFinal++) { in START_TEST() local 3263 set_subtest("isFinal=%d", isFinal); in START_TEST() 3277 const enum XML_Status status = XML_ParseBuffer(parser, -1, isFinal); in START_TEST()
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | SyntheticSections.h | 292 assert(isFinal || target->usesThunks()); in getVA() 296 return isFinal ? addr + stubsIndex * target->stubSize in getVA() 300 bool isFinal = false; // is address assigned? variable 344 void finalize() override { isec->isFinal = true; } in finalize()
|
| H A D | ConcatOutputSection.cpp | 260 isec->isFinal = true; in finalizeOne() 299 assert(isec->isFinal); in finalize()
|
| H A D | Symbols.cpp | 94 if (!isec()->isFinal) { in getVA()
|
| H A D | SyntheticSections.cpp | 78 isec->isFinal = true; in MachHeaderSection() 727 void StubsSection::finalize() { isFinal = true; } in finalize() 870 objcSelref->isFinal = true; in makeSelRef() 1700 isec->isFinal = true; in finalizeContents() 1780 isec->isFinal = true; in finalizeContents() 1820 isec->isFinal = true; in finalizeContents() 2059 isec->isFinal = true; in finalize()
|
| H A D | InputSection.h | 80 bool isFinal = false;
|
| /freebsd/contrib/expat/lib/ |
| H A D | expat.h | 790 XML_Parse(XML_Parser parser, const char *s, int len, int isFinal); 796 XML_ParseBuffer(XML_Parser parser, int len, int isFinal);
|
| H A D | xmlparse.c | 2260 XML_Parse(XML_Parser parser, const char *s, int len, int isFinal) { argument 2300 parser->m_parsingStatus.finalBuffer = (XML_Bool)isFinal; 2316 if (isFinal) { 2367 return XML_ParseBuffer(parser, len, isFinal); 2371 XML_ParseBuffer(XML_Parser parser, int len, int isFinal) { argument 2411 parser->m_parsingStatus.finalBuffer = (XML_Bool)isFinal; 2427 if (isFinal) {
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroEarly.cpp | 216 if (cast<CoroSuspendInst>(&I)->isFinal()) in lowerEarlyIntrinsics()
|
| H A D | CoroSplit.cpp | 335 assert(cast<CoroSuspendInst>(Shape.CoroSuspends.back())->isFinal() && in markCoroutineAsDone() 1344 if (!SI->isFinal() && simplifySuspendPoint(SI, Shape.CoroBegin)) { in simplifySuspendPoints() 1350 if (cast<CoroSuspendInst>(S[I])->isFinal()) { in simplifySuspendPoints() 1365 assert(cast<CoroSuspendInst>(S[ChangedFinalIndex])->isFinal()); in simplifySuspendPoints() 1524 if (S->isFinal()) { in createResumeEntryBlock()
|
| H A D | Coroutines.cpp | 229 if (Suspend->isFinal()) { in analyze()
|
| /freebsd/contrib/ncurses/ncurses/base/ |
| H A D | lib_mouse.c | 1215 #define isFinal(c) ((c) >= 0x40 && (c) <= 0x7e) macro 1289 } else if (isFinal(ch)) { in read_SGR() 1300 } while (!isFinal(ch)); in read_SGR()
|
| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | Record.cpp | 670 if (R.isFinal()) in resolveReferences() 1037 if (LHS != lhs || (R.isFinal() && getOpcode() == CAST)) in resolveReferences() 1039 ->Fold(R.getCurrentRecord(), R.isFinal()); in resolveReferences() 2195 if (Expr != NewExpr || R.isFinal()) in resolveReferences() 2196 return get(CheckType, NewExpr)->Fold(R.getCurrentRecord(), R.isFinal()); in resolveReferences() 2260 if (Regex != NewRegex || R.isFinal()) in resolveReferences() 2261 return get(Type, NewRegex)->Fold(R.getCurrentRecord(), R.isFinal()); in resolveReferences()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/ |
| H A D | CoroInstr.h | 543 bool isFinal() const { in isFinal() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | IdentifierTable.h | 309 bool isFinal() const { return IsFinal; } in isFinal() function
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 442 REGISTER_MATCHER(isFinal); in RegistryMaps()
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PPDirectives.cpp | 3194 if (!II->hasMacroDefinition() && II->hadMacroDefinition() && II->isFinal()) in HandleDefineDirective() 3242 if (MacroNameTok.getIdentifierInfo()->isFinal()) in HandleDefineDirective() 3329 if (II->isFinal()) in HandleUndefDirective()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 2216 bool isFinal() const { return IsFinal; } in isFinal() function 2271 setFinal(R.isFinal()); in ShadowResolver()
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 6408 AST_POLYMORPHIC_MATCHER(isFinal, in AST_POLYMORPHIC_MATCHER() argument
|
| /freebsd/contrib/expat/ |
| H A D | Changes | 683 #745 #757 docs: Document the importance of isFinal + adjust tests
|
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 217259 static void jsonArrayCompute(sqlite3_context *ctx, int isFinal){ argument 217272 if( isFinal ){ 217278 }else if( isFinal ){ 217384 static void jsonObjectCompute(sqlite3_context *ctx, int isFinal){ argument 217397 if( isFinal ){ 217403 }else if( isFinal ){
|