Home
last modified time | relevance | path

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

123

/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
Dref4.C9 struct Abstract struct
16 operator Abstract & ();
17 Abstract &Convert ();
20 void Baz (Abstract &);
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DConstantEmitter.h29 bool Abstract = false;
67 return Abstract; in isAbstract()
175 AbstractState saved = { Abstract, PlaceholderAddresses.size() }; in pushAbstract()
176 Abstract = true; in pushAbstract()
/openbsd/src/gnu/llvm/clang/utils/TableGen/
DClangASTNodesEmitter.cpp100 bool Abstract = Child.isAbstract(); in EmitNode() local
108 if (Abstract) OS << "ABSTRACT_" << macroHierarchyName() << "("; in EmitNode()
110 if (Abstract) OS << ")"; in EmitNode()
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DCommentNodes.td5 bit Abstract = abstract;
DDeclNodes.td6 bit Abstract = abstract;
DTypeNodes.td5 bit Abstract = abstract;
DStmtNodes.td5 bit Abstract = abstract;
/openbsd/src/usr.bin/file/magdir/
Dcommunications9 0 string $Suite TTCN Abstract Test Suite
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h93 DIE *constructVariableDIEImpl(const DbgVariable &DV, bool Abstract);
217 DIE *constructVariableDIE(DbgVariable &DV, bool Abstract = false);
DDwarfCompileUnit.cpp705 DIE *DwarfCompileUnit::constructVariableDIE(DbgVariable &DV, bool Abstract) { in constructVariableDIE() argument
706 auto D = constructVariableDIEImpl(DV, Abstract); in constructVariableDIE()
724 bool Abstract) { in constructVariableDIEImpl() argument
729 if (Abstract) { in constructVariableDIEImpl()
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dexc_request.defs28 * Abstract:
/openbsd/src/gnu/llvm/clang/docs/
DJSONCompilationDatabase.rst11 Tools based on the C++ Abstract Syntax Tree need full information how to
DDataFlowAnalysisIntro.md3 ## Abstract section in Data flow analysis: an informal introduction
71 Abstract algebra provides a nice formalism that models this kind of structure,
/openbsd/src/gnu/llvm/llvm/docs/Proposals/
DTestSuite.rst9 Abstract chapter
DVectorizationPlan.rst8 Abstract chapter
/openbsd/src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/
DLangImpl01.rst189 Next we'll `build a simple parser that uses this to build an Abstract
DLangImpl02.rst15 language. Once we have a parser, we'll define and build an `Abstract
24 talk about the output of the parser: the Abstract Syntax Tree.
26 The Abstract Syntax Tree (AST)
/openbsd/src/gnu/usr.bin/perl/cpan/perlfaq/lib/
Dperlfaq9.pod229 it to L<Email::Abstract> and then using its cast method to get an
232 my $abstract = Email::Abstract->new($mail_message_object);
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DCommentCommands.td174 def Abstract : BlockCommand<"abstract"> { let IsBriefCommand = 1; }
DCXXRecordDeclDefinitionBits.def61 FIELD(Abstract, 1, NO_MERGE)
DDeclCXX.h1190 bool isAbstract() const { return data().Abstract; } in isAbstract()
1837 void markAbstract() { data().Abstract = true; } in markAbstract()
/openbsd/src/gnu/llvm/clang/lib/AST/
DDeclCXX.cpp78 Abstract(false), IsStandardLayout(true), IsCXX11StandardLayout(true), in DefinitionData()
593 data().Abstract = true; in markedVirtualFunctionPure()
2042 data().Abstract = true; in completeDefinition()
2057 if (data().Abstract || isInvalidDecl() || !data().Polymorphic || in mayBeAbstract()
/openbsd/src/gnu/llvm/llvm/docs/
DLexicon.rst19 Abstract Syntax Tree.
DSupportLibrary.rst5 Abstract chapter
/openbsd/src/gnu/llvm/llvm/docs/Frontend/
DPerformanceTips.rst9 Abstract chapter

123