Home
last modified time | relevance | path

Searched refs:typedefs (Results 1 – 25 of 112) sorted by relevance

12345

/external/antlr/antlr-3.4/runtime/C/doxygen/
Druntime.dox3 /// 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.
Ddoxygengroups.dox11 /// 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/
DCheckIPCVisitor.cpp192 details->typedefs.push_back(tdef); in CheckIntegerType()
248 details->typedefs.push_back(tdef); in CheckType()
283 for (const TypedefType* tdef: details.typedefs) { in ReportCheckError()
DCheckIPCVisitor.h72 llvm::SmallVector<const clang::TypedefType*, 5> typedefs; member
/external/toolchain-utils/dejagnu/gdb_baseline/
Di686-pc-linux-gnu11680 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 …]
Dx86_64-cros-linux-gnu11915 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 …]
Darmv7a-cros-linux-gnueabi11535 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 …]
/external/clang/test/SemaObjC/
Dblock-omitted-return-type.m35 // expected-warning {{'align_value' attribute only applies to variables and typedefs}}
40 // expected-warning {{'align_value' attribute only applies to variables and typedefs}}
Dobjcbridge-attribute.m33 …); // 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/libxml2/doc/
Dapibuild.py201 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/eigen/doc/
DTutorialArrayClass.dox27 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:
DTutorialMatrixClass.dox30 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/
Dtypedefs.h51 #error Please add support for your architecture in typedefs.h
Dcommon.gyp20 'typedefs.h',
/external/ltp/utils/ffsb-6.0-rc2/
Dconfigure.in40 dnl Checks for typedefs, structures, and compiler characteristics.
/external/libchrome/base/allocator/
DBUILD.gn67 # typedefs.
68 "-Wno-unused-local-typedefs",
71 # typedefs.
Dallocator.gyp285 # typedefs.
286 '-Wno-unused-local-typedefs',
288 # typedefs.
/external/swiftshader/third_party/LLVM/projects/sample/autoconf/
Dconfigure.ac53 dnl * Checks for typedefs, structures, and compiler characteristics.
/external/webrtc/webrtc/test/testsupport/
Diosfileutils.mm21 #include "webrtc/typedefs.h"
/external/libxml2/os400/libxmlrpg/
Dchvalid.rpgle16 * Define our typedefs and structures
/external/mesa3d/src/gallium/
DREADME.portability103 Note that we typically do not use typedefs to make "class names"; we use
/external/llvm/include/llvm/Support/
DDataTypes.h.cmake15 |* [u]int(32|64)_t : typedefs for signed and unsigned 32/64 bit system types*|
/external/f2fs-tools/
Dconfigure.ac97 # Checks for typedefs, structures, and compiler characteristics.
/external/libmtp/m4/
Dstdint.m4131 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/libexif/m4m/
Dstdint.m4133 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)"

12345