Searched defs:isFinal (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/expat/tests/benchmark/ |
H A D | benchmark.c | 67 int nrOfLoops, bufferSize, i, isFinal; in main() local
|
/freebsd/contrib/expat/tests/ |
H A D | common.c | 193 _XML_Parse_SINGLE_BYTES(XML_Parser parser,const char * s,int len,int isFinal) _XML_Parse_SINGLE_BYTES() argument
|
H A D | basic_tests.c | 2810 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 D | IdentifierTable.h | 306 bool isFinal() const { return IsFinal; } in isFinal() function
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | SyntheticSections.h | 300 bool isFinal = false; // is address assigned? variable
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_mouse.c | 1210 #define isFinal(c) ((c) >= 0x40 && (c) <= 0x7e) macro
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroInstr.h | 536 bool isFinal() const { in isFinal() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
H A D | Record.h | 2235 bool isFinal() const { return IsFinal; } in isFinal() function
|
/freebsd/contrib/expat/lib/ |
H A D | xmlparse.c | 1925 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 D | ASTMatchers.h | 6362 AST_POLYMORPHIC_MATCHER(isFinal, in AST_POLYMORPHIC_MATCHER() argument
|