HomeSort by relevance Sort by last modified time
    Searched defs:Underlying (Results 1 - 25 of 29) sorted by null

1 2

  /external/llvm/include/llvm/ADT/
BitmaskEnum.h 34 /// instance of the underlying type (e.g. int). But using this macro, bitwise
89 /// Check that Val is in range for E, and return Val cast to E's underlying
91 template <typename E> typename std::underlying_type<E>::type Underlying(E Val) {
101 return static_cast<E>(~Underlying(Val) & Mask<E>());
107 return static_cast<E>(Underlying(LHS) | Underlying(RHS));
113 return static_cast<E>(Underlying(LHS) & Underlying(RHS));
119 return static_cast<E>(Underlying(LHS) ^ Underlying(RHS))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
BitmaskEnum.h 34 /// instance of the underlying type (e.g. int). But using this macro, bitwise
89 /// Check that Val is in range for E, and return Val cast to E's underlying
91 template <typename E> typename std::underlying_type<E>::type Underlying(E Val) {
101 return static_cast<E>(~Underlying(Val) & Mask<E>());
107 return static_cast<E>(Underlying(LHS) | Underlying(RHS));
113 return static_cast<E>(Underlying(LHS) & Underlying(RHS));
119 return static_cast<E>(Underlying(LHS) ^ Underlying(RHS))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
BitmaskEnum.h 34 /// instance of the underlying type (e.g. int). But using this macro, bitwise
89 /// Check that Val is in range for E, and return Val cast to E's underlying
91 template <typename E> typename std::underlying_type<E>::type Underlying(E Val) {
101 return static_cast<E>(~Underlying(Val) & Mask<E>());
107 return static_cast<E>(Underlying(LHS) | Underlying(RHS));
113 return static_cast<E>(Underlying(LHS) & Underlying(RHS));
119 return static_cast<E>(Underlying(LHS) ^ Underlying(RHS))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
BitmaskEnum.h 34 /// instance of the underlying type (e.g. int). But using this macro, bitwise
89 /// Check that Val is in range for E, and return Val cast to E's underlying
91 template <typename E> typename std::underlying_type<E>::type Underlying(E Val) {
101 return static_cast<E>(~Underlying(Val) & Mask<E>());
107 return static_cast<E>(Underlying(LHS) | Underlying(RHS));
113 return static_cast<E>(Underlying(LHS) & Underlying(RHS));
119 return static_cast<E>(Underlying(LHS) ^ Underlying(RHS))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
BitmaskEnum.h 34 /// instance of the underlying type (e.g. int). But using this macro, bitwise
89 /// Check that Val is in range for E, and return Val cast to E's underlying
91 template <typename E> typename std::underlying_type<E>::type Underlying(E Val) {
101 return static_cast<E>(~Underlying(Val) & Mask<E>());
107 return static_cast<E>(Underlying(LHS) | Underlying(RHS));
113 return static_cast<E>(Underlying(LHS) & Underlying(RHS));
119 return static_cast<E>(Underlying(LHS) ^ Underlying(RHS))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
BitmaskEnum.h 34 /// instance of the underlying type (e.g. int). But using this macro, bitwise
89 /// Check that Val is in range for E, and return Val cast to E's underlying
91 template <typename E> typename std::underlying_type<E>::type Underlying(E Val) {
101 return static_cast<E>(~Underlying(Val) & Mask<E>());
107 return static_cast<E>(Underlying(LHS) | Underlying(RHS));
113 return static_cast<E>(Underlying(LHS) & Underlying(RHS));
119 return static_cast<E>(Underlying(LHS) ^ Underlying(RHS))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
BitmaskEnum.h 34 /// instance of the underlying type (e.g. int). But using this macro, bitwise
89 /// Check that Val is in range for E, and return Val cast to E's underlying
91 template <typename E> typename std::underlying_type<E>::type Underlying(E Val) {
101 return static_cast<E>(~Underlying(Val) & Mask<E>());
107 return static_cast<E>(Underlying(LHS) | Underlying(RHS));
113 return static_cast<E>(Underlying(LHS) & Underlying(RHS));
119 return static_cast<E>(Underlying(LHS) ^ Underlying(RHS))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
BitmaskEnum.h 34 /// instance of the underlying type (e.g. int). But using this macro, bitwise
89 /// Check that Val is in range for E, and return Val cast to E's underlying
91 template <typename E> typename std::underlying_type<E>::type Underlying(E Val) {
101 return static_cast<E>(~Underlying(Val) & Mask<E>());
107 return static_cast<E>(Underlying(LHS) | Underlying(RHS));
113 return static_cast<E>(Underlying(LHS) & Underlying(RHS));
119 return static_cast<E>(Underlying(LHS) ^ Underlying(RHS))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
BitmaskEnum.h 34 /// instance of the underlying type (e.g. int). But using this macro, bitwise
89 /// Check that Val is in range for E, and return Val cast to E's underlying
91 template <typename E> typename std::underlying_type<E>::type Underlying(E Val) {
101 return static_cast<E>(~Underlying(Val) & Mask<E>());
107 return static_cast<E>(Underlying(LHS) | Underlying(RHS));
113 return static_cast<E>(Underlying(LHS) & Underlying(RHS));
119 return static_cast<E>(Underlying(LHS) ^ Underlying(RHS))
    [all...]
  /prebuilts/go/darwin-x86/src/go/internal/gcimporter/
bimport.go 143 // we must check the underlying types here. If we
144 // track all types, the Underlying() method call is
147 if it, ok := typ.Underlying().(*types.Interface); ok {
369 func (t *dddSlice) Underlying() types.Type { return t }
409 // read underlying type
948 func (t anyType) Underlying() types.Type { return t }
  /prebuilts/go/linux-x86/src/go/internal/gcimporter/
bimport.go 143 // we must check the underlying types here. If we
144 // track all types, the Underlying() method call is
147 if it, ok := typ.Underlying().(*types.Interface); ok {
369 func (t *dddSlice) Underlying() types.Type { return t }
409 // read underlying type
948 func (t anyType) Underlying() types.Type { return t }
  /prebuilts/go/darwin-x86/src/go/types/
type.go 12 // Underlying returns the underlying type of a type.
13 Underlying() Type
316 it := et.Underlying().(*Interface)
380 underlying Type // possibly a *Named during setup; never a *Named once set up completely
384 // NewNamed returns a new named type for the given type name, underlying type, and associated methods.
385 // The underlying type must not be a *Named.
386 func NewNamed(obj *TypeName, underlying Type, methods []*Func) *Named {
387 if _, ok := underlying.(*Named); ok {
388 panic("types.NewNamed: underlying type must not be *Named"
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
type.go 12 // Underlying returns the underlying type of a type.
13 Underlying() Type
316 it := et.Underlying().(*Interface)
380 underlying Type // possibly a *Named during setup; never a *Named once set up completely
384 // NewNamed returns a new named type for the given type name, underlying type, and associated methods.
385 // The underlying type must not be a *Named.
386 func NewNamed(obj *TypeName, underlying Type, methods []*Func) *Named {
387 if _, ok := underlying.(*Named); ok {
388 panic("types.NewNamed: underlying type must not be *Named"
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCalls.cpp 824 Value *Underlying = TrampMem->stripPointerCasts();
825 if (Underlying != TrampMem &&
826 (!Underlying->hasOneUse() || *Underlying->use_begin() != TrampMem))
828 if (!isa<AllocaInst>(Underlying))
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 141 QualType Underlying;
150 Underlying = CTy->desugar(); \
163 if (isa<VectorType>(Underlying))
167 if (const TagType *UTT = Underlying->getAs<TagType>())
174 QT = Underlying;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 63 /// \brief Retrieve the underlying function or function template.
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp 3566 QualType underlying() const { return QT; } function in class:__anon14272::CatchHandlerType
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclCXX.h 63 /// \brief Retrieve the underlying function or function template.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclCXX.h 63 /// \brief Retrieve the underlying function or function template.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclCXX.h 63 /// \brief Retrieve the underlying function or function template.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclCXX.h 63 /// \brief Retrieve the underlying function or function template.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclCXX.h 63 /// \brief Retrieve the underlying function or function template.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclCXX.h 63 /// \brief Retrieve the underlying function or function template.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclCXX.h 63 /// \brief Retrieve the underlying function or function template.
    [all...]

Completed in 1917 milliseconds

1 2