| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | ConstantEmitter.h | 30 bool Abstract = false; 68 return Abstract; in isAbstract() 171 AbstractState saved = { Abstract, PlaceholderAddresses.size() }; in pushAbstract() 172 Abstract = true; in pushAbstract()
|
| H A D | CGExprConstant.cpp | 1181 Abstract = saved.OldValue; in validateAndPopAbstract() 1261 assert(!Abstract && "cannot get current address for abstract constant"); in getCurrentAddrPrivate()
|
| /freebsd-12.1/contrib/llvm/tools/clang/utils/TableGen/ |
| H A D | ClangASTNodesEmitter.cpp | 88 bool Abstract = R->getValueAsBit("Abstract"); in EmitNode() local 96 if (Abstract) in EmitNode() 111 if (!Abstract) { in EmitNode()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | CommentNodes.td | 2 bit Abstract = abstract;
|
| H A D | DeclNodes.td | 4 bit Abstract = abstract;
|
| H A D | StmtNodes.td | 4 bit Abstract = abstract;
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.h | 88 DIE *constructVariableDIEImpl(const DbgVariable &DV, bool Abstract); 190 DIE *constructVariableDIE(DbgVariable &DV, bool Abstract = false);
|
| H A D | DwarfCompileUnit.cpp | 521 DIE *DwarfCompileUnit::constructVariableDIE(DbgVariable &DV, bool Abstract) { in constructVariableDIE() argument 522 auto D = constructVariableDIEImpl(DV, Abstract); in constructVariableDIE() 540 bool Abstract) { in constructVariableDIEImpl() argument 545 if (Abstract) { in constructVariableDIEImpl()
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | communications | 9 0 string $Suite TTCN Abstract Test Suite
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | exc_request.defs | 28 * Abstract:
|
| /freebsd-12.1/share/doc/papers/ |
| H A D | bsdreferences.bib | 108 title = {Beyond the PDP-11: Architectural Support for a Memory-Safe C Abstract Machine}, 128 title = {Beyond the PDP-11: Architectural Support for a Memory-Safe C Abstract Machine}, 148 title = {Beyond the PDP-11: Architectural Support for a Memory-Safe C Abstract Machine},
|
| /freebsd-12.1/contrib/googletest/googlemock/scripts/generator/ |
| H A D | README.cppclean | 28 AST is Abstract Syntax Tree, a representation of parsed source code.
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | CommentCommands.td | 149 def Abstract : BlockCommand<"abstract"> { let IsBriefCommand = 1; }
|
| H A D | DeclCXX.h | 349 unsigned Abstract : 1; 1344 bool isAbstract() const { return data().Abstract; }
|
| /freebsd-12.1/crypto/heimdal/doc/ |
| H A D | layman.asc | 21 Abstract. This note gives a layman's introduction to a 22 subset of OSI's Abstract Syntax Notation One (ASN.1), Basic 58 (Abstract Syntax Notation One, defined in X.208), and one 116 2. Abstract Syntax Notation One 118 Abstract Syntax Notation One, abbreviated ASN.1, is a 1513 6.1 Abstract notation 1772 Abstract Syntax Notation One (ASN.1). 1988. 1775 Basic Encoding Rules for Abstract Syntax Notation
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 77 Abstract(false), IsStandardLayout(true), IsCXX11StandardLayout(true), in DefinitionData() 553 data().Abstract = true; in markedVirtualFunctionPure() 1824 data().Abstract = true; in completeDefinition() 1839 if (data().Abstract || isInvalidDecl() || !data().Polymorphic || in mayBeAbstract()
|
| /freebsd-12.1/crypto/heimdal/lib/wind/ |
| H A D | rfc3491.txt | 29 Abstract
|
| H A D | rfc4518.txt | 27 Abstract 474 Telecommunication Standardization Sector, "Abstract
|
| H A D | rfc4013.txt | 26 Abstract
|
| /freebsd-12.1/contrib/subversion/doc/user/ |
| H A D | lj_article.txt | 10 Abstract
|
| /freebsd-12.1/contrib/ncurses/doc/ |
| H A D | hackguide.doc | 5 * Abstract 27 Abstract
|
| /freebsd-12.1/sys/contrib/zlib/doc/ |
| H A D | rfc1950.txt | 42 Abstract
|
| H A D | rfc1952.txt | 40 Abstract
|
| H A D | rfc1951.txt | 40 Abstract
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 1648 Data.Abstract = Record.readInt(); in ReadCXXDefinitionData() 1789 MATCH_FIELD(Abstract) in MergeDefinitionData()
|