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

  /external/clang/bindings/python/tests/cindex/
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...]
test_cursor.py 7 from clang.cindex import TypeKind
56 assert s0_nodes[0].type.kind == TypeKind.INT
59 assert s0_nodes[1].type.kind == TypeKind.INT
183 assert underlying.kind == TypeKind.INT
216 assert enum_type.kind == TypeKind.UINT
224 assert enum.enum_type.kind == TypeKind.LONGLONG
288 assert t.kind == TypeKind.INT
335 assert foos[1].get_template_argument_type(1).kind == TypeKind.FLOAT
  /external/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 219 auto TypeKind = ast_type_traits::ASTNodeKind::getFromNodeKind<Type>();
222 if (From.isSame(TypeKind) && To.isSame(QualKind)) return true;
  /external/gmock/include/gmock/internal/
gmock-internal-utils.h 126 enum TypeKind {
169 static_cast< ::testing::internal::TypeKind>( \
184 template <TypeKind kFromKind, typename From, TypeKind kToKind, typename To>
  /external/google-breakpad/src/testing/include/gmock/internal/
gmock-internal-utils.h 126 enum TypeKind {
169 static_cast< ::testing::internal::TypeKind>( \
184 template <TypeKind kFromKind, typename From, TypeKind kToKind, typename To>
  /external/compiler-rt/lib/ubsan/
ubsan_value.h 86 u16 TypeKind;
114 return static_cast<Kind>(TypeKind);
  /external/google-breakpad/src/testing/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/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)
595 (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>
  /external/vulkan-validation-layers/tests/gtest-1.7.0/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/include/llvm/Support/
Dwarf.h 330 enum TypeKind {
  /frameworks/rs/api/
Specification.h 279 enum TypeKind {
293 TypeKind mKind; // The kind of type specification
312 TypeKind getKind() const { return mKind; }
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 21 module TypeKind = struct
332 external classify_type : lltype -> TypeKind.t = "llvm_classify_type"
    [all...]
llvm.mli 56 module TypeKind : sig
474 (** [classify_type ty] returns the {!TypeKind.t} corresponding to the type [ty].
476 val classify_type : lltype -> TypeKind.t
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /external/opencv3/modules/ts/include/opencv2/ts/
ts_gtest.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest.h     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 2089 milliseconds