Home
last modified time | relevance | path

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

/freebsd-src/contrib/expat/tests/benchmark/
H A Dbenchmark.c67 int nrOfLoops, bufferSize, i, isFinal; in main() local
/freebsd-src/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
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h297 bool isFinal() const { return IsFinal; } isFinal() function
/freebsd-src/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h299 bool isFinal = false; // is address assigned? global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h503 bool isFinal() const { isFinal() function
/freebsd-src/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c1210 #define isFinal(c) ((c) >= 0x40 && (c) <= 0x7e) macro
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h2235 bool isFinal() const { return IsFinal; } in isFinal() function
/freebsd-src/contrib/expat/lib/
H A Dxmlparse.c1916 XML_Parse(XML_Parser parser,const char * s,int len,int isFinal) XML_Parse() argument
2027 XML_ParseBuffer(XML_Parser parser,int len,int isFinal) XML_ParseBuffer() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6338 AST_POLYMORPHIC_MATCHER(isFinal,AST_POLYMORPHIC_SUPPORTED_TYPES (CXXRecordDecl,CXXMethodDecl)) AST_POLYMORPHIC_MATCHER() argument