Home
last modified time | relevance | path

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

/freebsd/contrib/expat/tests/benchmark/
H A Dbenchmark.c67 int nrOfLoops, bufferSize, i, isFinal; in main() local
/freebsd/contrib/expat/tests/
H A Dcommon.c193 _XML_Parse_SINGLE_BYTES(XML_Parser parser,const char * s,int len,int isFinal) _XML_Parse_SINGLE_BYTES() argument
H A Dbasic_tests.c2810 for (int isFinal = 0; isFinal < 2; isFinal++) { START_TEST() local
2834 for (int isFinal = 0; isFinal < 2; isFinal++) { START_TEST() local
[all...]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h306 bool isFinal() const { return IsFinal; } in isFinal() function
/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h300 bool isFinal = false; // is address assigned? variable
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c1210 #define isFinal(c) ((c) >= 0x40 && (c) <= 0x7e) macro
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h536 bool isFinal() const { in isFinal() function
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h2235 bool isFinal() const { return IsFinal; } in isFinal() function
/freebsd/contrib/expat/lib/
H A Dxmlparse.c1925 XML_Parse(XML_Parser parser,const char * s,int len,int isFinal) XML_Parse() argument
2036 XML_ParseBuffer(XML_Parser parser,int len,int isFinal) XML_ParseBuffer() argument
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6362 AST_POLYMORPHIC_MATCHER(isFinal, in AST_POLYMORPHIC_MATCHER() argument