Home
last modified time | relevance | path

Searched defs:isFinal (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/expat/tests/benchmark/
H A Dbenchmark.c76 int nrOfLoops, bufferSize, i, isFinal; in main() local
/freebsd/contrib/expat/tests/
H A Dcommon.c197 int isFinal) { in _XML_Parse_SINGLE_BYTES()
H A Dbasic_tests.c3238 for (int isFinal = 0; isFinal < 2; isFinal++) { in START_TEST() local
3262 for (int isFinal = 0; isFinal < 2; isFinal++) { in START_TEST() local
/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h300 bool isFinal = false; // is address assigned? variable
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h309 bool isFinal() const { return IsFinal; } in isFinal() function
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c1215 #define isFinal(c) ((c) >= 0x40 && (c) <= 0x7e) macro
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/
H A DCoroInstr.h543 bool isFinal() const { in isFinal() function
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h2216 bool isFinal() const { return IsFinal; } in isFinal() function
/freebsd/contrib/expat/lib/
H A Dxmlparse.c2260 XML_Parse(XML_Parser parser, const char *s, int len, int isFinal) {
2371 XML_ParseBuffer(XML_Parser parser, int len, int isFinal) {
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6408 AST_POLYMORPHIC_MATCHER(isFinal, in AST_POLYMORPHIC_MATCHER() argument
/freebsd/contrib/sqlite3/
H A Dsqlite3.c217259 static void jsonArrayCompute(sqlite3_context *ctx, int isFinal){
217384 static void jsonObjectCompute(sqlite3_context *ctx, int isFinal){