HomeSort by relevance Sort by last modified time
    Searched defs:TypeKind (Results 1 - 17 of 17) sorted by null

  /external/clang/bindings/python/tests/cindex/
test_cursor.py 5 from clang.cindex import TypeKind
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
test_type.py 5 from clang.cindex import TypeKind
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.LON
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/
gtest-printers.h 124 enum TypeKind {
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/
gtest-printers.h 120 enum TypeKind {
130 // "kind" of T as defined by enum TypeKind.
131 template <typename T, TypeKind kTypeKind>
  /external/compiler-rt/lib/ubsan/
ubsan_value.h 93 u16 TypeKind;
121 return static_cast<Kind>(TypeKind);
  /external/gtest/include/gtest/
gtest-printers.h 120 enum TypeKind {
130 // "kind" of T as defined by enum TypeKind.
131 template <typename T, TypeKind kTypeKind>
  /external/llvm/bindings/python/llvm/
core.py 90 class TypeKind(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/
gtest-printers.h 120 enum TypeKind {
130 // "kind" of T as defined by enum TypeKind.
131 template <typename T, TypeKind kTypeKind>
  /external/mesa3d/src/gtest/include/gtest/
gtest-printers.h 120 enum TypeKind {
130 // "kind" of T as defined by enum TypeKind.
131 template <typename T, TypeKind kTypeKind>
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-printers.h 120 enum TypeKind {
130 // "kind" of T as defined by enum TypeKind.
131 template <typename T, TypeKind kTypeKind>
  /external/clang/bindings/python/clang/
cindex.py     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 21 module TypeKind = struct
324 external classify_type : lltype -> TypeKind.t = "llvm_classify_type"
    [all...]
llvm.mli 56 module TypeKind : sig
457 (** [classify_type ty] returns the {!TypeKind.t} corresponding to the type [ty].
459 val classify_type : lltype -> TypeKind.t
    [all...]
  /external/llvm/include/llvm/Support/
Dwarf.h 543 enum TypeKind {
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 626 milliseconds