Searched refs:typedefs (Results 1 – 25 of 125) sorted by relevance
12345
/external/antlr/runtime/C/doxygen/ |
D | runtime.dox | 3 /// If you are familiar with Doxygen generated documentation, then the layout of the files, typedefs 10 /// divided into typedefs and structs and the standard runtime supplied interface implementation 13 /// The typedefs are the types that you declare in your code and which are returned by the 20 /// typedefs (classes) is created.
|
D | doxygengroups.dox | 11 /// The typedefs contain data and function pointers, which together define 23 /// These structures (and the typedefs that you use to reference them 54 /// or embedded structures/typedefs (unusual). In some cases, the pointers passed
|
/external/v8/tools/clang/plugins/ |
D | CheckIPCVisitor.cpp | 192 details->typedefs.push_back(tdef); in CheckIntegerType() 248 details->typedefs.push_back(tdef); in CheckType() 283 for (const TypedefType* tdef: details.typedefs) { in ReportCheckError()
|
D | CheckIPCVisitor.h | 72 llvm::SmallVector<const clang::TypedefType*, 5> typedefs; member
|
/external/toolchain-utils/dejagnu/gdb_baseline/ |
D | armv7a-cros-linux-gnueabi | 11535 Running ./gdb.cp/meth-typedefs.exp ... 11536 PASS: gdb.cp/meth-typedefs.exp: list A::FOO::test(my_other_type) 11537 PASS: gdb.cp/meth-typedefs.exp: list 'A::FOO::test(my_other_type)' 11538 PASS: gdb.cp/meth-typedefs.exp: break A::FOO::test(my_other_type) 11539 PASS: gdb.cp/meth-typedefs.exp: break 'A::FOO::test(my_other_type)' 11540 PASS: gdb.cp/meth-typedefs.exp: list A::FOO::test(my_type) 11541 PASS: gdb.cp/meth-typedefs.exp: list 'A::FOO::test(my_type)' 11542 PASS: gdb.cp/meth-typedefs.exp: break A::FOO::test(my_type) 11543 PASS: gdb.cp/meth-typedefs.exp: break 'A::FOO::test(my_type)' 11544 PASS: gdb.cp/meth-typedefs.exp: list A::FOO::test(const char* const*) [all …]
|
D | x86_64-cros-linux-gnu | 11915 Running ./gdb.cp/meth-typedefs.exp ... 11916 PASS: gdb.cp/meth-typedefs.exp: list A::FOO::test(my_other_type) 11917 PASS: gdb.cp/meth-typedefs.exp: list 'A::FOO::test(my_other_type)' 11918 PASS: gdb.cp/meth-typedefs.exp: break A::FOO::test(my_other_type) 11919 PASS: gdb.cp/meth-typedefs.exp: break 'A::FOO::test(my_other_type)' 11920 PASS: gdb.cp/meth-typedefs.exp: list A::FOO::test(my_type) 11921 PASS: gdb.cp/meth-typedefs.exp: list 'A::FOO::test(my_type)' 11922 PASS: gdb.cp/meth-typedefs.exp: break A::FOO::test(my_type) 11923 PASS: gdb.cp/meth-typedefs.exp: break 'A::FOO::test(my_type)' 11924 PASS: gdb.cp/meth-typedefs.exp: list A::FOO::test(const char* const*) [all …]
|
D | i686-pc-linux-gnu | 11680 Running ./gdb.cp/meth-typedefs.exp ... 11681 PASS: gdb.cp/meth-typedefs.exp: list A::FOO::test(my_other_type) 11682 PASS: gdb.cp/meth-typedefs.exp: list 'A::FOO::test(my_other_type)' 11683 PASS: gdb.cp/meth-typedefs.exp: break A::FOO::test(my_other_type) 11684 PASS: gdb.cp/meth-typedefs.exp: break 'A::FOO::test(my_other_type)' 11685 PASS: gdb.cp/meth-typedefs.exp: list A::FOO::test(my_type) 11686 PASS: gdb.cp/meth-typedefs.exp: list 'A::FOO::test(my_type)' 11687 PASS: gdb.cp/meth-typedefs.exp: break A::FOO::test(my_type) 11688 PASS: gdb.cp/meth-typedefs.exp: break 'A::FOO::test(my_type)' 11689 PASS: gdb.cp/meth-typedefs.exp: list A::FOO::test(const char* const*) [all …]
|
/external/syzkaller/pkg/compiler/ |
D | compiler.go | 58 typedefs: make(map[string]*ast.TypeDef), 69 comp.typedefs[name] = n 123 typedefs map[string]*ast.TypeDef member 257 if comp.typedefs[t.Ident] != nil {
|
D | check.go | 85 if prev := comp.typedefs[name]; prev != nil { 100 comp.typedefs[name] = n 200 delete(comp.typedefs, n.Name.Name) 460 for name, n := range comp.typedefs { 786 typedef := comp.typedefs[typedefName]
|
/external/libxml2/doc/ |
D | apibuild.py | 201 self.typedefs = {} 256 self.typedefs[name] = d 301 for id in list(idx.typedefs.keys()): 302 if id in self.typedefs: 304 id, self.typedefs[id].header, idx.typedefs[id].header)) 306 self.typedefs[id] = idx.typedefs[id] 307 self.identifiers[id] = idx.typedefs[id] 368 self.analyze_dict("typedefs", self.typedefs) 1753 id = self.idx.typedefs[name] 1870 if id in dict.typedefs: [all …]
|
/external/clang/test/SemaObjC/ |
D | block-omitted-return-type.m | 35 // expected-warning {{'align_value' attribute only applies to variables and typedefs}} 40 // expected-warning {{'align_value' attribute only applies to variables and typedefs}}
|
D | objcbridge-attribute.m | 33 …); // expected-error {{'objc_bridge(id)' is only allowed on structs and typedefs of void pointers}} 36 #error objc_bridge(id) on typedefs feature not found! 41 …color; // expected-error {{'objc_bridge' attribute only applies to structs, unions, and typedefs}};
|
/external/eigen/doc/ |
D | TutorialArrayClass.dox | 27 Eigen also provides typedefs for some common cases, in a way that is similar to the Matrix typedefs 29 We adopt the convention that typedefs of the form ArrayNt stand for 1-dimensional arrays, where N a… 30 the size and the scalar type, as in the Matrix typedefs explained on \ref TutorialMatrixClass "this… 31 use typedefs of the form ArrayNNt. Some examples are shown in the following table:
|
D | TutorialMatrixClass.dox | 30 We offer a lot of convenience typedefs to cover the usual cases. For example, \c Matrix4f is 35 We discuss \ref TutorialMatrixTypedefs "below" these convenience typedefs. 48 We also offer convenience typedefs for row-vectors, for example: 248 \section TutorialMatrixTypedefs Convenience typedefs 250 Eigen defines the following Matrix typedefs: 258 …\c cf (meaning complex<float>), or \c cd (meaning complex<double>). The fact that typedefs are only
|
/external/webrtc/webrtc/ |
D | typedefs.h | 51 #error Please add support for your architecture in typedefs.h
|
D | common.gyp | 20 'typedefs.h',
|
/external/deqp-deps/glslang/ |
D | CMakeLists.txt | 88 add_compile_options(-Wall -Wmaybe-uninitialized -Wuninitialized -Wunused -Wunused-local-typedefs 92 add_compile_options(-Wall -Wuninitialized -Wunused -Wunused-local-typedefs
|
/external/ltp/utils/ffsb-6.0-rc2/ |
D | configure.in | 40 dnl Checks for typedefs, structures, and compiler characteristics.
|
/external/swiftshader/third_party/LLVM/projects/sample/autoconf/ |
D | configure.ac | 53 dnl * Checks for typedefs, structures, and compiler characteristics.
|
/external/webrtc/webrtc/test/testsupport/ |
D | iosfileutils.mm | 21 #include "webrtc/typedefs.h"
|
/external/libxml2/os400/libxmlrpg/ |
D | chvalid.rpgle | 16 * Define our typedefs and structures
|
/external/mesa3d/src/gallium/ |
D | README.portability | 103 Note that we typically do not use typedefs to make "class names"; we use
|
/external/libexif/m4m/ |
D | stdint.m4 | 133 ac_cv_header_stdint_x="" # the 1997 typedefs (inttypes.h) 148 ac_cv_header_stdint_o="" # the 1995 typedefs (sys/inttypes.h) 164 ac_cv_header_stdint_u="" # the BSD typedefs (sys/types.h) 217 ac_cv_stdint_result="(no helpful system typedefs seen)"
|
/external/libmtp/m4/ |
D | stdint.m4 | 131 ac_cv_header_stdint_x="" # the 1997 typedefs (inttypes.h) 146 ac_cv_header_stdint_o="" # the 1995 typedefs (sys/inttypes.h) 162 ac_cv_header_stdint_u="" # the BSD typedefs (sys/types.h) 215 ac_cv_stdint_result="(no helpful system typedefs seen)"
|
/external/llvm/include/llvm/Support/ |
D | DataTypes.h.cmake | 15 |* [u]int(32|64)_t : typedefs for signed and unsigned 32/64 bit system types*|
|
12345