HomeSort by relevance Sort by last modified time
    Searched refs:TypeIndex (Results 1 - 25 of 472) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/core/framework/
type_index.h 21 #include <typeindex>
35 // A thin TypeIndex class that mimics std::type_index but does not use RTTI. As
41 class TypeIndex {
43 TypeIndex(const TypeIndex& src) : hash_(src.hash_) {}
44 TypeIndex& operator=(const TypeIndex& src) {
48 bool operator==(const TypeIndex& rhs) const { return (hash_ == rhs.hash_); }
49 bool operator!=(const TypeIndex& rhs) const { return (hash_ != rhs.hash_); }
50 ~TypeIndex() {}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeCollection.h 15 #include "llvm/DebugInfo/CodeView/TypeIndex.h"
26 virtual Optional<TypeIndex> getFirst() = 0;
27 virtual Optional<TypeIndex> getNext(TypeIndex Prev) = 0;
29 virtual CVType getType(TypeIndex Index) = 0;
30 virtual StringRef getTypeName(TypeIndex Index) = 0;
31 virtual bool contains(TypeIndex Index) = 0;
TypeIndex.h 1 //===- TypeIndex.h ----------------------------------------------*- C++ -*-===//
94 class TypeIndex {
101 TypeIndex() : Index(static_cast<uint32_t>(SimpleTypeKind::None)) {}
102 explicit TypeIndex(uint32_t Index) : Index(Index) {}
103 explicit TypeIndex(SimpleTypeKind Kind)
105 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode)
119 static TypeIndex fromArrayIndex(uint32_t Index) {
120 return TypeIndex(Index + FirstNonSimpleIndex);
133 static TypeIndex None() { return TypeIndex(SimpleTypeKind::None);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeCollection.h 15 #include "llvm/DebugInfo/CodeView/TypeIndex.h"
26 virtual Optional<TypeIndex> getFirst() = 0;
27 virtual Optional<TypeIndex> getNext(TypeIndex Prev) = 0;
29 virtual CVType getType(TypeIndex Index) = 0;
30 virtual StringRef getTypeName(TypeIndex Index) = 0;
31 virtual bool contains(TypeIndex Index) = 0;
TypeIndex.h 1 //===- TypeIndex.h ----------------------------------------------*- C++ -*-===//
94 class TypeIndex {
101 TypeIndex() : Index(static_cast<uint32_t>(SimpleTypeKind::None)) {}
102 explicit TypeIndex(uint32_t Index) : Index(Index) {}
103 explicit TypeIndex(SimpleTypeKind Kind)
105 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode)
119 static TypeIndex fromArrayIndex(uint32_t Index) {
120 return TypeIndex(Index + FirstNonSimpleIndex);
133 static TypeIndex None() { return TypeIndex(SimpleTypeKind::None);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
TypeCollection.h 15 #include "llvm/DebugInfo/CodeView/TypeIndex.h"
26 virtual Optional<TypeIndex> getFirst() = 0;
27 virtual Optional<TypeIndex> getNext(TypeIndex Prev) = 0;
29 virtual CVType getType(TypeIndex Index) = 0;
30 virtual StringRef getTypeName(TypeIndex Index) = 0;
31 virtual bool contains(TypeIndex Index) = 0;
TypeIndex.h 1 //===- TypeIndex.h ----------------------------------------------*- C++ -*-===//
96 class TypeIndex {
103 TypeIndex() : Index(static_cast<uint32_t>(SimpleTypeKind::None)) {}
104 explicit TypeIndex(uint32_t Index) : Index(Index) {}
105 explicit TypeIndex(SimpleTypeKind Kind)
107 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode)
121 static TypeIndex fromArrayIndex(uint32_t Index) {
122 return TypeIndex(Index + FirstNonSimpleIndex);
135 static TypeIndex None() { return TypeIndex(SimpleTypeKind::None);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
TypeCollection.h 15 #include "llvm/DebugInfo/CodeView/TypeIndex.h"
26 virtual Optional<TypeIndex> getFirst() = 0;
27 virtual Optional<TypeIndex> getNext(TypeIndex Prev) = 0;
29 virtual CVType getType(TypeIndex Index) = 0;
30 virtual StringRef getTypeName(TypeIndex Index) = 0;
31 virtual bool contains(TypeIndex Index) = 0;
TypeIndex.h 1 //===- TypeIndex.h ----------------------------------------------*- C++ -*-===//
96 class TypeIndex {
103 TypeIndex() : Index(static_cast<uint32_t>(SimpleTypeKind::None)) {}
104 explicit TypeIndex(uint32_t Index) : Index(Index) {}
105 explicit TypeIndex(SimpleTypeKind Kind)
107 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode)
121 static TypeIndex fromArrayIndex(uint32_t Index) {
122 return TypeIndex(Index + FirstNonSimpleIndex);
135 static TypeIndex None() { return TypeIndex(SimpleTypeKind::None);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
TypeCollection.h 15 #include "llvm/DebugInfo/CodeView/TypeIndex.h"
26 virtual Optional<TypeIndex> getFirst() = 0;
27 virtual Optional<TypeIndex> getNext(TypeIndex Prev) = 0;
29 virtual CVType getType(TypeIndex Index) = 0;
30 virtual StringRef getTypeName(TypeIndex Index) = 0;
31 virtual bool contains(TypeIndex Index) = 0;
TypeIndex.h 1 //===- TypeIndex.h ----------------------------------------------*- C++ -*-===//
96 class TypeIndex {
103 TypeIndex() : Index(static_cast<uint32_t>(SimpleTypeKind::None)) {}
104 explicit TypeIndex(uint32_t Index) : Index(Index) {}
105 explicit TypeIndex(SimpleTypeKind Kind)
107 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode)
121 static TypeIndex fromArrayIndex(uint32_t Index) {
122 return TypeIndex(Index + FirstNonSimpleIndex);
135 static TypeIndex None() { return TypeIndex(SimpleTypeKind::None);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
TypeCollection.h 15 #include "llvm/DebugInfo/CodeView/TypeIndex.h"
26 virtual Optional<TypeIndex> getFirst() = 0;
27 virtual Optional<TypeIndex> getNext(TypeIndex Prev) = 0;
29 virtual CVType getType(TypeIndex Index) = 0;
30 virtual StringRef getTypeName(TypeIndex Index) = 0;
31 virtual bool contains(TypeIndex Index) = 0;
TypeIndex.h 1 //===- TypeIndex.h ----------------------------------------------*- C++ -*-===//
96 class TypeIndex {
103 TypeIndex() : Index(static_cast<uint32_t>(SimpleTypeKind::None)) {}
104 explicit TypeIndex(uint32_t Index) : Index(Index) {}
105 explicit TypeIndex(SimpleTypeKind Kind)
107 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode)
121 static TypeIndex fromArrayIndex(uint32_t Index) {
122 return TypeIndex(Index + FirstNonSimpleIndex);
135 static TypeIndex None() { return TypeIndex(SimpleTypeKind::None);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeCollection.h 15 #include "llvm/DebugInfo/CodeView/TypeIndex.h"
26 virtual Optional<TypeIndex> getFirst() = 0;
27 virtual Optional<TypeIndex> getNext(TypeIndex Prev) = 0;
29 virtual CVType getType(TypeIndex Index) = 0;
30 virtual StringRef getTypeName(TypeIndex Index) = 0;
31 virtual bool contains(TypeIndex Index) = 0;
TypeIndex.h 1 //===- TypeIndex.h ----------------------------------------------*- C++ -*-===//
94 class TypeIndex {
101 TypeIndex() : Index(static_cast<uint32_t>(SimpleTypeKind::None)) {}
102 explicit TypeIndex(uint32_t Index) : Index(Index) {}
103 explicit TypeIndex(SimpleTypeKind Kind)
105 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode)
119 static TypeIndex fromArrayIndex(uint32_t Index) {
120 return TypeIndex(Index + FirstNonSimpleIndex);
133 static TypeIndex None() { return TypeIndex(SimpleTypeKind::None);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeCollection.h 15 #include "llvm/DebugInfo/CodeView/TypeIndex.h"
26 virtual Optional<TypeIndex> getFirst() = 0;
27 virtual Optional<TypeIndex> getNext(TypeIndex Prev) = 0;
29 virtual CVType getType(TypeIndex Index) = 0;
30 virtual StringRef getTypeName(TypeIndex Index) = 0;
31 virtual bool contains(TypeIndex Index) = 0;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
TypeCollection.h 15 #include "llvm/DebugInfo/CodeView/TypeIndex.h"
26 virtual Optional<TypeIndex> getFirst() = 0;
27 virtual Optional<TypeIndex> getNext(TypeIndex Prev) = 0;
29 virtual CVType getType(TypeIndex Index) = 0;
30 virtual StringRef getTypeName(TypeIndex Index) = 0;
31 virtual bool contains(TypeIndex Index) = 0;
TypeIndex.h 1 //===- TypeIndex.h ----------------------------------------------*- C++ -*-===//
96 class TypeIndex {
103 TypeIndex() : Index(static_cast<uint32_t>(SimpleTypeKind::None)) {}
104 explicit TypeIndex(uint32_t Index) : Index(Index) {}
105 explicit TypeIndex(SimpleTypeKind Kind)
107 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode)
121 static TypeIndex fromArrayIndex(uint32_t Index) {
122 return TypeIndex(Index + FirstNonSimpleIndex);
135 static TypeIndex None() { return TypeIndex(SimpleTypeKind::None);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
TypeCollection.h 15 #include "llvm/DebugInfo/CodeView/TypeIndex.h"
26 virtual Optional<TypeIndex> getFirst() = 0;
27 virtual Optional<TypeIndex> getNext(TypeIndex Prev) = 0;
29 virtual CVType getType(TypeIndex Index) = 0;
30 virtual StringRef getTypeName(TypeIndex Index) = 0;
31 virtual bool contains(TypeIndex Index) = 0;
TypeIndex.h 1 //===- TypeIndex.h ----------------------------------------------*- C++ -*-===//
96 class TypeIndex {
103 TypeIndex() : Index(static_cast<uint32_t>(SimpleTypeKind::None)) {}
104 explicit TypeIndex(uint32_t Index) : Index(Index) {}
105 explicit TypeIndex(SimpleTypeKind Kind)
107 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode)
121 static TypeIndex fromArrayIndex(uint32_t Index) {
122 return TypeIndex(Index + FirstNonSimpleIndex);
135 static TypeIndex None() { return TypeIndex(SimpleTypeKind::None);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
TypeCollection.h 15 #include "llvm/DebugInfo/CodeView/TypeIndex.h"
26 virtual Optional<TypeIndex> getFirst() = 0;
27 virtual Optional<TypeIndex> getNext(TypeIndex Prev) = 0;
29 virtual CVType getType(TypeIndex Index) = 0;
30 virtual StringRef getTypeName(TypeIndex Index) = 0;
31 virtual bool contains(TypeIndex Index) = 0;
TypeIndex.h 1 //===- TypeIndex.h ----------------------------------------------*- C++ -*-===//
96 class TypeIndex {
103 TypeIndex() : Index(static_cast<uint32_t>(SimpleTypeKind::None)) {}
104 explicit TypeIndex(uint32_t Index) : Index(Index) {}
105 explicit TypeIndex(SimpleTypeKind Kind)
107 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode)
121 static TypeIndex fromArrayIndex(uint32_t Index) {
122 return TypeIndex(Index + FirstNonSimpleIndex);
135 static TypeIndex None() { return TypeIndex(SimpleTypeKind::None);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
TypeCollection.h 15 #include "llvm/DebugInfo/CodeView/TypeIndex.h"
26 virtual Optional<TypeIndex> getFirst() = 0;
27 virtual Optional<TypeIndex> getNext(TypeIndex Prev) = 0;
29 virtual CVType getType(TypeIndex Index) = 0;
30 virtual StringRef getTypeName(TypeIndex Index) = 0;
31 virtual bool contains(TypeIndex Index) = 0;
TypeIndex.h 1 //===- TypeIndex.h ----------------------------------------------*- C++ -*-===//
96 class TypeIndex {
103 TypeIndex() : Index(static_cast<uint32_t>(SimpleTypeKind::None)) {}
104 explicit TypeIndex(uint32_t Index) : Index(Index) {}
105 explicit TypeIndex(SimpleTypeKind Kind)
107 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode)
121 static TypeIndex fromArrayIndex(uint32_t Index) {
122 return TypeIndex(Index + FirstNonSimpleIndex);
135 static TypeIndex None() { return TypeIndex(SimpleTypeKind::None);
    [all...]
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 14 #include "llvm/DebugInfo/CodeView/TypeIndex.h"
40 TypeIndex writeModifier(const ModifierRecord &Record);
41 TypeIndex writeProcedure(const ProcedureRecord &Record);
42 TypeIndex writeMemberFunction(const MemberFunctionRecord &Record);
43 TypeIndex writeArgList(const ArgListRecord &Record);
44 TypeIndex writePointer(const PointerRecord &Record);
45 TypeIndex writeArray(const ArrayRecord &Record);
46 TypeIndex writeClass(const ClassRecord &Record);
47 TypeIndex writeUnion(const UnionRecord &Record);
48 TypeIndex writeEnum(const EnumRecord &Record)
    [all...]

Completed in 1265 milliseconds

1 2 3 4 5 6 7 8 91011>>