Searched defs:TypeKind (Results 1 - 15 of 15) sorted by relevance

/external/clang/bindings/python/tests/cindex/
H A Dtest_cursor.py5 from clang.cindex import TypeKind namespace
54 assert s0_nodes[0].type.kind == TypeKind.INT
57 assert s0_nodes[1].type.kind == TypeKind.INT
121 assert underlying.kind == TypeKind.INT
154 assert enum_type.kind == TypeKind.UINT
162 assert enum.enum_type.kind == TypeKind.LONGLONG
226 assert t.kind == TypeKind.INT
H A Dtest_type.py5 from clang.cindex import TypeKind namespace
38 assert fields[0].type.kind == TypeKind.INT
39 assert fields[0].type.get_canonical().kind == TypeKind.INT
43 assert fields[1].type.kind == TypeKind.TYPEDEF
44 assert fields[1].type.get_canonical().kind == TypeKind.INT
49 assert fields[2].type.kind == TypeKind.LONG
50 assert fields[2].type.get_canonical().kind == TypeKind.LONG
54 assert fields[3].type.kind == TypeKind.ULONG
55 assert fields[3].type.get_canonical().kind == TypeKind.ULONG
59 assert fields[4].type.kind == TypeKind
[all...]
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest-printers.h124 enum TypeKind { enum in namespace:testing::internal2
134 // "kind" of T as defined by enum TypeKind.
135 template <typename T, TypeKind kTypeKind>
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest-printers.h120 enum TypeKind { enum in namespace:testing::internal2
130 // "kind" of T as defined by enum TypeKind.
131 template <typename T, TypeKind kTypeKind>
/external/compiler-rt/lib/ubsan/
H A Dubsan_value.h93 u16 TypeKind; member in class:__ubsan::TypeDescriptor
121 return static_cast<Kind>(TypeKind);
/external/gtest/include/gtest/
H A Dgtest-printers.h120 enum TypeKind { enum in namespace:testing::internal2
130 // "kind" of T as defined by enum TypeKind.
131 template <typename T, TypeKind kTypeKind>
/external/llvm/bindings/python/llvm/
H A Dcore.py90 class TypeKind(LLVMEnumeration): class in inherits:LLVMEnumeration
91 """Represents an individual TypeKind enumeration."""
96 super(TypeKind, self).__init__(name, value)
598 (TypeKind, enumerations.TypeKinds),
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-printers.h120 enum TypeKind { enum in namespace:testing::internal2
130 // "kind" of T as defined by enum TypeKind.
131 template <typename T, TypeKind kTypeKind>
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-printers.h120 enum TypeKind { enum in namespace:testing::internal2
130 // "kind" of T as defined by enum TypeKind.
131 template <typename T, TypeKind kTypeKind>
/external/clang/bindings/python/clang/
H A Dcindex.py1288 if underlying_type.kind == TypeKind.ENUM:
1290 if underlying_type.kind in (TypeKind.CHAR_U,
1291 TypeKind.UCHAR,
1292 TypeKind.CHAR16,
1293 TypeKind.CHAR32,
1294 TypeKind.USHORT,
1295 TypeKind.UINT,
1296 TypeKind.ULONG,
1297 TypeKind.ULONGLONG,
1298 TypeKind
1503 class TypeKind(object): class in inherits:object
[all...]
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml21 module TypeKind = struct module
324 external classify_type : lltype -> TypeKind.t = "llvm_classify_type"
H A Dllvm.mli56 module TypeKind : sig module
457 (** [classify_type ty] returns the {!TypeKind.t} corresponding to the type [ty].
459 val classify_type : lltype -> TypeKind.t
/external/llvm/include/llvm/Support/
H A DDwarf.h543 enum TypeKind { enum
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h9311 enum TypeKind { enum in namespace:testing::internal2
9321 // "kind" of T as defined by enum TypeKind.
9322 template <typename T, TypeKind kTypeKind>
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h9311 enum TypeKind { enum in namespace:testing::internal2
9321 // "kind" of T as defined by enum TypeKind.
9322 template <typename T, TypeKind kTypeKind>

Completed in 334 milliseconds