Home
last modified time | relevance | path

Searched refs:abstract (Results 1 – 25 of 82) sorted by relevance

1234

/freebsd-11-stable/contrib/groff/contrib/mm/
HDNOTES35 > .cov@print-abstract
66 cov*abs-arg I Argument to abstract.
68 cov*abs-ind I Indent for abstract.
72 cov*abstract M The abstract.
/freebsd-11-stable/contrib/file/magic/Magdir/
HDocaml12 >8 string M abstract syntax tree implementation file
13 >8 string N abstract syntax tree interface file
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDCommentNodes.td3 class CommentNode<CommentNode base, bit abstract = 0> : ASTNode {
5 bit Abstract = abstract;
HDDeclNodes.td3 class DeclNode<DeclNode base, string diagSpelling = "", bit abstract = 0>
6 bit Abstract = abstract;
HDTypeNodes.td3 class TypeNode<TypeNode base, bit abstract = 0> : ASTNode {
5 bit Abstract = abstract;
HDStmtNodes.td3 class StmtNode<StmtNode base, bit abstract = 0> : ASTNode, AttrSubject {
5 bit Abstract = abstract;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDSymbols.def16 // ABSTRACT_SYMBOL(Id, Parent) - for abstract symbol classes,
19 // allowing to determine abstract class of a symbol
HDRegions.def16 // ABSTRACT_REGION(Id, Parent) - for abstract region classes,
19 // allowing to determine abstract class of a region
HDSVals.def19 // ABSTRACT_SVAL(Id, Parent) - for abstract SVal classes which are
/freebsd-11-stable/contrib/llvm-project/lld/docs/
HDmissingkeyfunction.rst53 Forgetting to declare a virtual function in an abstract class as pure
56 Say you have an abstract base class declared in a header file::
68 This base class is intended to be abstract, but you forgot to mark one of the
HDNewLLD.rst39 to abstract the differences wouldn't be worth its complexity and run-time
40 cost. Elimination of the abstract layer has greatly simplified the
200 Since we have less synthesized data for ELF, we don't abstract slices of
/freebsd-11-stable/contrib/ntp/libparse/
HDREADME47 refclock_parse operates on an abstract reference clock
53 The abstract reference clock is generated by the parse*
56 The data is also mapped int the abstract clock states
/freebsd-11-stable/share/doc/psd/18.gprof/
HDMakefile5 SRCS= header.me abstract.me intro.me profiling.me gathering.me \
/freebsd-11-stable/contrib/groff/contrib/mm/examples/
HDB1B265 abstract
HDMOVE114 abstract
HDReferences124 abstract
539 abstract
/freebsd-11-stable/contrib/groff/tmac/
HDTODO3 If we have footnotes in the abstract in RP format, then the footnote
/freebsd-11-stable/contrib/apr-util/
HDREADME101 APR-Util provides an abstract interface for symmetrical cryptographic
107 APR-Util provides an abstract interface for SSL encrypted LDAP (ldaps
/freebsd-11-stable/contrib/gdb/include/
HDhp-symtab.h1042 unsigned int abstract: 1; /* Is this an abstract class? */ member
1181 unsigned int abstract: 1; /* is this an abstract class? */ member
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMSchedule.td29 // We will do this by assigning (abstract) resources to register defs/uses.
40 // Next, the subtarget td file assigns resources to the abstract resources
/freebsd-11-stable/share/i18n/csmapper/APPLE/
DSYMBOL%UCS.src130 # encodes only the abstract characters, so one set of these (the
175 # the abstract character at 0xD2, which here has a serif form). So 0xE2
DUCS%SYMBOL.src130 # encodes only the abstract characters, so one set of these (the
175 # the abstract character at 0xD2, which here has a serif form). So 0xE2
/freebsd-11-stable/contrib/gcc/cp/
HDcxx-pretty-print.c1225 const bool abstract = args == NULL in pp_cxx_parameter_declaration_clause() local
1239 pp_cxx_parameter_declaration (pp, abstract ? TREE_VALUE (types) : args); in pp_cxx_parameter_declaration_clause()
1240 if (!abstract && pp_c_base (pp)->flags & pp_cxx_flag_default_argument) in pp_cxx_parameter_declaration_clause()
/freebsd-11-stable/crypto/openssl/doc/ssl/
HDSSL_CTX_set_session_cache_mode.pod54 session to choose (due to the abstract BIO layer the SSL engine does not
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDCommentCommands.td151 def Abstract : BlockCommand<"abstract"> { let IsBriefCommand = 1; }

1234