Searched refs:abstract (Results 1 – 25 of 82) sorted by relevance
1234
| /freebsd-11-stable/contrib/groff/contrib/mm/ |
| HD | NOTES | 35 > .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/ |
| HD | ocaml | 12 >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/ |
| HD | CommentNodes.td | 3 class CommentNode<CommentNode base, bit abstract = 0> : ASTNode { 5 bit Abstract = abstract;
|
| HD | DeclNodes.td | 3 class DeclNode<DeclNode base, string diagSpelling = "", bit abstract = 0> 6 bit Abstract = abstract;
|
| HD | TypeNodes.td | 3 class TypeNode<TypeNode base, bit abstract = 0> : ASTNode { 5 bit Abstract = abstract;
|
| HD | StmtNodes.td | 3 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/ |
| HD | Symbols.def | 16 // ABSTRACT_SYMBOL(Id, Parent) - for abstract symbol classes, 19 // allowing to determine abstract class of a symbol
|
| HD | Regions.def | 16 // ABSTRACT_REGION(Id, Parent) - for abstract region classes, 19 // allowing to determine abstract class of a region
|
| HD | SVals.def | 19 // ABSTRACT_SVAL(Id, Parent) - for abstract SVal classes which are
|
| /freebsd-11-stable/contrib/llvm-project/lld/docs/ |
| HD | missingkeyfunction.rst | 53 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
|
| HD | NewLLD.rst | 39 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/ |
| HD | README | 47 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/ |
| HD | Makefile | 5 SRCS= header.me abstract.me intro.me profiling.me gathering.me \
|
| /freebsd-11-stable/contrib/groff/contrib/mm/examples/ |
| HD | B1B2 | 65 abstract
|
| HD | MOVE | 114 abstract
|
| HD | References | 124 abstract 539 abstract
|
| /freebsd-11-stable/contrib/groff/tmac/ |
| HD | TODO | 3 If we have footnotes in the abstract in RP format, then the footnote
|
| /freebsd-11-stable/contrib/apr-util/ |
| HD | README | 101 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/ |
| HD | hp-symtab.h | 1042 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/ |
| HD | ARMSchedule.td | 29 // 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/ |
| D | SYMBOL%UCS.src | 130 # 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
|
| D | UCS%SYMBOL.src | 130 # 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/ |
| HD | cxx-pretty-print.c | 1225 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/ |
| HD | SSL_CTX_set_session_cache_mode.pod | 54 session to choose (due to the abstract BIO layer the SSL engine does not
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | CommentCommands.td | 151 def Abstract : BlockCommand<"abstract"> { let IsBriefCommand = 1; }
|
1234