Searched defs:isFinal (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/mit/expat/dist/tests/benchmark/ |
H A D | benchmark.c | 65 int nrOfLoops, bufferSize, fileSize, i, isFinal; in main() local
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | IndexObject.cc | 85 bool isFinal = true; in printThread() local
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | IndexObject.cc | 85 bool isFinal = true; in printThread() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | statement.h | 421 bool isFinal; variable
|
H A D | declaration.h | 142 bool isFinal() { return (storage_class & STCfinal) != 0; } in isFinal() function
|
H A D | statement.c | 1090 SwitchStatement::SwitchStatement(Loc loc, Expression *c, Statement *b, bool isFinal) in SwitchStatement()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/ |
H A D | CoroInstr.h | 505 bool isFinal() const { in isFinal() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | statement.h | 433 bool isFinal; variable
|
H A D | declaration.h | 135 bool isFinal() const { return (storage_class & STCfinal) != 0; } in isFinal() function
|
H A D | statement.d | 1181 bool isFinal; /// https://dlang.org/spec/statement.html#final-switch-statement variable 1192 extern (D) this(const ref Loc loc, Expression condition, Statement _body, bool isFinal) in this()
|
H A D | declaration.d | 449 final bool isFinal() const pure nothrow @nogc @safe in isFinal() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/ |
H A D | Record.h | 2022 bool isFinal() const { return IsFinal; } in isFinal() function
|
/netbsd-src/external/mit/expat/dist/lib/ |
H A D | xmlparse.c | 1817 XML_Parse(XML_Parser parser, const char *s, int len, int isFinal) { in XML_Parse() 1971 XML_ParseBuffer(XML_Parser parser, int len, int isFinal) { in XML_ParseBuffer()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 5881 AST_POLYMORPHIC_MATCHER(isFinal, in AST_POLYMORPHIC_MATCHER() argument
|
/netbsd-src/external/mit/expat/dist/tests/ |
H A D | runtests.c | 145 int isFinal) { in _XML_Parse_SINGLE_BYTES()
|