Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dref4.C9 struct Abstract struct
16 operator Abstract & ();
17 Abstract &Convert ();
20 void Baz (Abstract &);
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A 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/
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()
/openbsd-src/gnu/llvm/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;
/openbsd-src/usr.bin/file/magdir/
H A Dcommunications9 0 string $Suite TTCN Abstract Test Suite
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h93 DIE *constructVariableDIEImpl(const DbgVariable &DV, bool Abstract);
217 DIE *constructVariableDIE(DbgVariable &DV, bool Abstract = false);
H A 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/
H A Dexc_request.defs28 * Abstract:
/openbsd-src/gnu/llvm/clang/docs/
H A DJSONCompilationDatabase.rst11 Tools based on the C++ Abstract Syntax Tree need full information how to
H A 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/
H A DTestSuite.rst9 Abstract chapter
H A DVectorizationPlan.rst8 Abstract chapter
/openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl01.rst189 Next we'll `build a simple parser that uses this to build an Abstract
H A 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/
H A 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/
H A DCommentCommands.td174 def Abstract : BlockCommand<"abstract"> { let IsBriefCommand = 1; }
H A DCXXRecordDeclDefinitionBits.def61 FIELD(Abstract, 1, NO_MERGE)
/openbsd-src/gnu/llvm/lldb/docs/design/
H A Doverview.rst183 - Abstract path manipulation (FileSpec)
/openbsd-src/gnu/llvm/clang/lib/AST/
H A 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/
H A DLexicon.rst19 Abstract Syntax Tree.
H A DSupportLibrary.rst5 Abstract chapter
/openbsd-src/gnu/llvm/llvm/docs/Frontend/
H A DPerformanceTips.rst9 Abstract chapter

123