| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
| H A D | ref4.C | 9 struct Abstract struct 16 operator Abstract & (); 17 Abstract &Convert (); 20 void Baz (Abstract &);
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | ConstantEmitter.h | 29 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 D | ClangASTNodesEmitter.cpp | 100 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 D | CommentNodes.td | 5 bit Abstract = abstract;
|
| H A D | DeclNodes.td | 6 bit Abstract = abstract;
|
| H A D | TypeNodes.td | 5 bit Abstract = abstract;
|
| H A D | StmtNodes.td | 5 bit Abstract = abstract;
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | communications | 9 0 string $Suite TTCN Abstract Test Suite
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.h | 93 DIE *constructVariableDIEImpl(const DbgVariable &DV, bool Abstract); 217 DIE *constructVariableDIE(DbgVariable &DV, bool Abstract = false);
|
| H A D | DwarfCompileUnit.cpp | 705 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 D | exc_request.defs | 28 * Abstract:
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | JSONCompilationDatabase.rst | 11 Tools based on the C++ Abstract Syntax Tree need full information how to
|
| H A D | DataFlowAnalysisIntro.md | 3 ## 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 D | TestSuite.rst | 9 Abstract chapter
|
| H A D | VectorizationPlan.rst | 8 Abstract chapter
|
| /openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl01.rst | 189 Next we'll `build a simple parser that uses this to build an Abstract
|
| H A D | LangImpl02.rst | 15 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 D | perlfaq9.pod | 229 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 D | CommentCommands.td | 174 def Abstract : BlockCommand<"abstract"> { let IsBriefCommand = 1; }
|
| H A D | CXXRecordDeclDefinitionBits.def | 61 FIELD(Abstract, 1, NO_MERGE)
|
| /openbsd-src/gnu/llvm/lldb/docs/design/ |
| H A D | overview.rst | 183 - Abstract path manipulation (FileSpec)
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 78 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 D | Lexicon.rst | 19 Abstract Syntax Tree.
|
| H A D | SupportLibrary.rst | 5 Abstract chapter
|
| /openbsd-src/gnu/llvm/llvm/docs/Frontend/ |
| H A D | PerformanceTips.rst | 9 Abstract chapter
|