Home
last modified time | relevance | path

Searched refs:Abstract (Results 1 – 25 of 36) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DConstantEmitter.h29 bool Abstract = false;
67 return Abstract; in isAbstract()
172 AbstractState saved = { Abstract, PlaceholderAddresses.size() }; in pushAbstract()
173 Abstract = true; in pushAbstract()
H A DCGExprConstant.cpp1335 Abstract = saved.OldValue; in validateAndPopAbstract()
1429 assert(!Abstract && "cannot get current address for abstract constant"); in getCurrentAddrPrivate()
/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp100 bool Abstract = Child.isAbstract(); in EmitNode() local
108 if (Abstract) OS << "ABSTRACT_" << macroHierarchyName() << "("; in EmitNode()
110 if (Abstract) OS << ")"; in EmitNode()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCommentNodes.td5 bit Abstract = abstract;
H A DDeclNodes.td6 bit Abstract = abstract;
H A DTypeNodes.td5 bit Abstract = abstract;
H A DStmtNodes.td5 bit Abstract = abstract;
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dcommunications9 0 string $Suite TTCN Abstract Test Suite
/freebsd-13.1/sys/contrib/device-tree/Bindings/powerpc/opal/
H A Dsensor-groups.txt15 - sensor-group-id: Abstract unique identifier provided by firmware of
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h91 DIE *constructVariableDIEImpl(const DbgVariable &DV, bool Abstract);
215 DIE *constructVariableDIE(DbgVariable &DV, bool Abstract = false);
H A DDwarfCompileUnit.cpp691 DIE *DwarfCompileUnit::constructVariableDIE(DbgVariable &DV, bool Abstract) { in constructVariableDIE() argument
692 auto D = constructVariableDIEImpl(DV, Abstract); in constructVariableDIE()
710 bool Abstract) { in constructVariableDIEImpl() argument
715 if (Abstract) { in constructVariableDIEImpl()
/freebsd-13.1/share/doc/papers/
H A Dbsdreferences.bib108 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-13.1/contrib/googletest/googlemock/scripts/generator/
H A DREADME.cppclean28 AST is Abstract Syntax Tree, a representation of parsed source code.
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DCommentCommands.td152 def Abstract : BlockCommand<"abstract"> { let IsBriefCommand = 1; }
H A DCXXRecordDeclDefinitionBits.def61 FIELD(Abstract, 1, NO_MERGE)
H A DDeclCXX.h1166 bool isAbstract() const { return data().Abstract; } in isAbstract()
1790 void markAbstract() { data().Abstract = true; } in markAbstract()
/freebsd-13.1/crypto/heimdal/doc/
H A Dlayman.asc21 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-13.1/contrib/llvm-project/lldb/docs/design/
H A Doverview.rst183 - Abstract path manipulation (FileSpec)
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp78 Abstract(false), IsStandardLayout(true), IsCXX11StandardLayout(true), in DefinitionData()
592 data().Abstract = true; in markedVirtualFunctionPure()
1991 data().Abstract = true; in completeDefinition()
2006 if (data().Abstract || isInvalidDecl() || !data().Polymorphic || in mayBeAbstract()
/freebsd-13.1/crypto/heimdal/lib/wind/
H A Drfc3491.txt29 Abstract
H A Drfc4518.txt27 Abstract
474 Telecommunication Standardization Sector, "Abstract
H A Drfc4013.txt26 Abstract
/freebsd-13.1/contrib/libfido2/
H A DCMakeLists.txt43 option(USE_WINHELLO "Abstract Windows Hello as a FIDO device" OFF)
/freebsd-13.1/contrib/subversion/doc/user/
H A Dlj_article.txt10 Abstract
/freebsd-13.1/contrib/ncurses/doc/
H A Dhackguide.doc5 * Abstract
27 Abstract

12