| /external/antlr/runtime/Cpp/include/ |
| D | antlr3baserecognizer.inl | 58 SuperType* super = static_cast<SuperType*>(this); local 98 SuperType* super = static_cast<SuperType*>(this); local 261 SuperType* super = static_cast<SuperType*>(this); local 274 SuperType* super = static_cast<SuperType*>(this); local 420 SuperType* super = static_cast<SuperType*>(this); local 511 SuperType* super = static_cast<SuperType*>(this); local 543 SuperType* super = static_cast<SuperType*>(this); local 610 SuperType* super = static_cast<SuperType*>(this); local 630 SuperType* super = static_cast<SuperType*>(this); local 702 SuperType* super = static_cast<SuperType*>(this); local [all …]
|
| D | antlr3intstream.inl | 293 SuperType* super = this->get_super(); local 392 SuperType* super = this->get_super(); local 1109 SuperType* super = this->get_super(); local 1203 SuperType* super = this->get_super(); local
|
| /external/e2fsprogs/lib/ext2fs/ |
| D | blknum.c | 91 blk64_t ext2fs_blocks_count(struct ext2_super_block *super) in ext2fs_blocks_count() 101 void ext2fs_blocks_count_set(struct ext2_super_block *super, blk64_t blk) in ext2fs_blocks_count_set() 111 void ext2fs_blocks_count_add(struct ext2_super_block *super, blk64_t blk) in ext2fs_blocks_count_add() 121 blk64_t ext2fs_r_blocks_count(struct ext2_super_block *super) in ext2fs_r_blocks_count() 131 void ext2fs_r_blocks_count_set(struct ext2_super_block *super, blk64_t blk) in ext2fs_r_blocks_count_set() 141 void ext2fs_r_blocks_count_add(struct ext2_super_block *super, blk64_t blk) in ext2fs_r_blocks_count_add() 151 blk64_t ext2fs_free_blocks_count(struct ext2_super_block *super) in ext2fs_free_blocks_count() 161 void ext2fs_free_blocks_count_set(struct ext2_super_block *super, blk64_t blk) in ext2fs_free_blocks_count_set() 171 void ext2fs_free_blocks_count_add(struct ext2_super_block *super, blk64_t blk) in ext2fs_free_blocks_count_add()
|
| /external/llvm-project/polly/lib/External/isl/interface/ |
| D | python.cc | 129 const char *fmt, int pos, bool upcast, const string &super, in print_type_check() 169 const vector<string> &super) in print_type_checks() 524 FunctionDecl *method, vector<string> super) in print_method() 658 vector<string> super) in print_method() 694 const vector<string> &super) in print_set_enum() 723 FunctionDecl *fd, const vector<string> &super) in print_set_enum() 790 const string &name, const vector<string> &super) in print_class_header() 1024 vector<string> super = find_superclasses(clazz.type); in print() local
|
| /external/e2fsprogs/lib/e2p/ |
| D | ls.c | 171 static __u64 e2p_blocks_count(struct ext2_super_block *super) in e2p_blocks_count() 178 static __u64 e2p_r_blocks_count(struct ext2_super_block *super) in e2p_r_blocks_count() 185 static __u64 e2p_free_blocks_count(struct ext2_super_block *super) in e2p_free_blocks_count()
|
| /external/clang/test/Modules/Inputs/ |
| D | weird_objc.h | 1 typedef struct objc_object { void *super; int wibble; } *id; member
|
| /external/llvm-project/clang/test/Modules/Inputs/ |
| D | weird_objc.h | 1 typedef struct objc_object { void *super; int wibble; } *id; member
|
| /external/antlr/runtime/C/include/ |
| D | antlr3tokenstream.h | 85 void * super; member 110 void * super; member 203 void * super; member
|
| D | antlr3commontreeadaptor.h | 52 void * super; member
|
| D | antlr3treeparser.h | 50 void * super; member
|
| D | antlr3parser.h | 52 void * super; member
|
| D | antlr3parsetree.h | 51 void * super; member
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| D | RegionIterator.h | 41 using super = std::iterator<std::forward_iterator_tag, NodeRef>; variable 168 using super = std::iterator<std::forward_iterator_tag, NodeRef>; variable
|
| /external/llvm-project/llvm/include/llvm/Analysis/ |
| D | RegionIterator.h | 41 using super = std::iterator<std::forward_iterator_tag, NodeRef>; variable 168 using super = std::iterator<std::forward_iterator_tag, NodeRef>; variable
|
| /external/rust/crates/num-integer/benches/ |
| D | average.rs | 53 impl super::NaiveAverage for $T { impl 88 impl super::UncheckedAverage for $T { impl 101 impl super::ModuloAverage for $T { impl
|
| /external/llvm/include/llvm/Analysis/ |
| D | RegionIterator.h | 36 typedef std::iterator<std::forward_iterator_tag, NodeType, ptrdiff_t> super; typedef 160 typedef std::iterator<std::forward_iterator_tag, NodeType, ptrdiff_t> super; typedef
|
| /external/e2fsprogs/ext2ed/ |
| D | super_com.c | 28 struct ext2_super_block *super; in type_ext2_super_block___show() local
|
| /external/libcups/scheduler/ |
| D | testmime.c | 42 char super[MIME_MAX_SUPER], /* Super-type name */ in main() local 201 char super[MIME_MAX_SUPER], /* Super-type for filter */ in add_ppd_filter() local
|
| D | type.c | 82 const char *super, /* I - Super-type name */ in mimeAddType() 693 const char *super, /* I - Super-type name */ in mimeType()
|
| /external/mesa3d/src/gallium/frontends/clover/util/ |
| D | range.hpp | 186 typedef detail::basic_range<iterator_range<I>, I, I> super; typedef in clover::iterator_range 242 > super; typedef in clover::adaptor_range 300 > super; typedef in clover::slice_range
|
| /external/libgav1/libgav1/src/utils/ |
| D | vector.h | 287 using super = internal::VectorBase<T>; in resize() local 312 using super = internal::VectorBase<T>; in resize() local
|
| /external/python/cpython3/Lib/ |
| D | pyclbr.py | 74 def __init__(self, module, name, super, file, lineno, parent=None): argument 91 def _nest_class(ob, class_name, lineno, super=None): argument
|
| /external/llvm-project/clang/test/SemaObjC/ |
| D | no-protocol-option-tests.m | 18 @interface super - PMeth; @end interface
|
| /external/clang/test/SemaObjC/ |
| D | no-protocol-option-tests.m | 18 @interface super - PMeth; @end interface
|
| /external/llvm-project/clang/include/clang/CodeGen/ |
| D | ConstantInitBuilder.h | 347 using super = typename Traits::AggregateBuilderBase; variable 420 using super = variable 456 using super = variable
|