HomeSort by relevance Sort by last modified time
    Searched defs:cast (Results 26 - 50 of 768) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Casting.h 10 // This file defines the isa<X>(), cast<X>(), dyn_cast<X>(), cast_or_null<X>(),
148 // cast<x> Support Templates
153 // Calculate what type the 'cast' function should return, based on a requested
217 // This _is_ a simple type, just cast it.
230 // cast<X> - Return the argument parameter cast to the specified type. This
235 // cast<Instruction>(myVal)->getParent()
240 cast(const Y &Val) { function in namespace:llvm
241 assert(isa<X>(Val) && "cast<Ty>() argument of incompatible type!");
247 inline typename cast_retty<X, Y>::ret_type cast(Y &Val) function in namespace:llvm
254 inline typename cast_retty<X, Y *>::ret_type cast(Y *Val) { function in namespace:llvm
262 cast(std::unique_ptr<Y> &&Val) { function in namespace:llvm
369 -> decltype(cast<X>(Val)) { function in namespace:llvm
377 -> decltype(cast<X>(Val)) { function in namespace:llvm
385 -> decltype(cast<X>(Val)) { function in namespace:llvm
393 -> decltype(cast<X>(Val)) { function in namespace:llvm
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Casting.h 10 // This file defines the isa<X>(), cast<X>(), dyn_cast<X>(), cast_or_null<X>(),
148 // cast<x> Support Templates
153 // Calculate what type the 'cast' function should return, based on a requested
217 // This _is_ a simple type, just cast it.
230 // cast<X> - Return the argument parameter cast to the specified type. This
235 // cast<Instruction>(myVal)->getParent()
240 cast(const Y &Val) { function in namespace:llvm
241 assert(isa<X>(Val) && "cast<Ty>() argument of incompatible type!");
247 inline typename cast_retty<X, Y>::ret_type cast(Y &Val) function in namespace:llvm
254 inline typename cast_retty<X, Y *>::ret_type cast(Y *Val) { function in namespace:llvm
262 cast(std::unique_ptr<Y> &&Val) { function in namespace:llvm
369 -> decltype(cast<X>(Val)) { function in namespace:llvm
377 -> decltype(cast<X>(Val)) { function in namespace:llvm
385 -> decltype(cast<X>(Val)) { function in namespace:llvm
393 -> decltype(cast<X>(Val)) { function in namespace:llvm
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Casting.h 10 // This file defines the isa<X>(), cast<X>(), dyn_cast<X>(), cast_or_null<X>(),
148 // cast<x> Support Templates
153 // Calculate what type the 'cast' function should return, based on a requested
217 // This _is_ a simple type, just cast it.
230 // cast<X> - Return the argument parameter cast to the specified type. This
235 // cast<Instruction>(myVal)->getParent()
240 cast(const Y &Val) { function in namespace:llvm
241 assert(isa<X>(Val) && "cast<Ty>() argument of incompatible type!");
247 inline typename cast_retty<X, Y>::ret_type cast(Y &Val) function in namespace:llvm
254 inline typename cast_retty<X, Y *>::ret_type cast(Y *Val) { function in namespace:llvm
262 cast(std::unique_ptr<Y> &&Val) { function in namespace:llvm
369 -> decltype(cast<X>(Val)) { function in namespace:llvm
377 -> decltype(cast<X>(Val)) { function in namespace:llvm
385 -> decltype(cast<X>(Val)) { function in namespace:llvm
393 -> decltype(cast<X>(Val)) { function in namespace:llvm
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Casting.h 10 // This file defines the isa<X>(), cast<X>(), dyn_cast<X>(), cast_or_null<X>(),
148 // cast<x> Support Templates
153 // Calculate what type the 'cast' function should return, based on a requested
217 // This _is_ a simple type, just cast it.
230 // cast<X> - Return the argument parameter cast to the specified type. This
235 // cast<Instruction>(myVal)->getParent()
240 cast(const Y &Val) { function in namespace:llvm
241 assert(isa<X>(Val) && "cast<Ty>() argument of incompatible type!");
247 inline typename cast_retty<X, Y>::ret_type cast(Y &Val) function in namespace:llvm
254 inline typename cast_retty<X, Y *>::ret_type cast(Y *Val) { function in namespace:llvm
262 cast(std::unique_ptr<Y> &&Val) { function in namespace:llvm
369 -> decltype(cast<X>(Val)) { function in namespace:llvm
377 -> decltype(cast<X>(Val)) { function in namespace:llvm
385 -> decltype(cast<X>(Val)) { function in namespace:llvm
393 -> decltype(cast<X>(Val)) { function in namespace:llvm
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBSymbol.h 94 template <typename T> T *cast() { return llvm::dyn_cast<T>(this); } function in class:llvm::pdb::PDBSymbol
96 template <typename T> const T *cast() const { function in class:llvm::pdb::PDBSymbol
134 ConcreteType *Result = Sym->cast<ConcreteType>();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Casting.h 10 // This file defines the isa<X>(), cast<X>(), dyn_cast<X>(), cast_or_null<X>(),
148 // cast<x> Support Templates
153 // Calculate what type the 'cast' function should return, based on a requested
217 // This _is_ a simple type, just cast it.
230 // cast<X> - Return the argument parameter cast to the specified type. This
235 // cast<Instruction>(myVal)->getParent()
240 cast(const Y &Val) { function in namespace:llvm
241 assert(isa<X>(Val) && "cast<Ty>() argument of incompatible type!");
247 inline typename cast_retty<X, Y>::ret_type cast(Y &Val) function in namespace:llvm
254 inline typename cast_retty<X, Y *>::ret_type cast(Y *Val) { function in namespace:llvm
262 cast(std::unique_ptr<Y> &&Val) { function in namespace:llvm
369 -> decltype(cast<X>(Val)) { function in namespace:llvm
377 -> decltype(cast<X>(Val)) { function in namespace:llvm
385 -> decltype(cast<X>(Val)) { function in namespace:llvm
393 -> decltype(cast<X>(Val)) { function in namespace:llvm
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Casting.h 10 // This file defines the isa<X>(), cast<X>(), dyn_cast<X>(), cast_or_null<X>(),
148 // cast<x> Support Templates
153 // Calculate what type the 'cast' function should return, based on a requested
217 // This _is_ a simple type, just cast it.
230 // cast<X> - Return the argument parameter cast to the specified type. This
235 // cast<Instruction>(myVal)->getParent()
240 cast(const Y &Val) { function in namespace:llvm
241 assert(isa<X>(Val) && "cast<Ty>() argument of incompatible type!");
247 inline typename cast_retty<X, Y>::ret_type cast(Y &Val) function in namespace:llvm
254 inline typename cast_retty<X, Y *>::ret_type cast(Y *Val) { function in namespace:llvm
262 cast(std::unique_ptr<Y> &&Val) { function in namespace:llvm
369 -> decltype(cast<X>(Val)) { function in namespace:llvm
377 -> decltype(cast<X>(Val)) { function in namespace:llvm
385 -> decltype(cast<X>(Val)) { function in namespace:llvm
393 -> decltype(cast<X>(Val)) { function in namespace:llvm
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Casting.h 10 // This file defines the isa<X>(), cast<X>(), dyn_cast<X>(), cast_or_null<X>(),
148 // cast<x> Support Templates
153 // Calculate what type the 'cast' function should return, based on a requested
217 // This _is_ a simple type, just cast it.
230 // cast<X> - Return the argument parameter cast to the specified type. This
235 // cast<Instruction>(myVal)->getParent()
240 cast(const Y &Val) { function in namespace:llvm
241 assert(isa<X>(Val) && "cast<Ty>() argument of incompatible type!");
247 inline typename cast_retty<X, Y>::ret_type cast(Y &Val) function in namespace:llvm
254 inline typename cast_retty<X, Y *>::ret_type cast(Y *Val) { function in namespace:llvm
262 cast(std::unique_ptr<Y> &&Val) { function in namespace:llvm
369 -> decltype(cast<X>(Val)) { function in namespace:llvm
377 -> decltype(cast<X>(Val)) { function in namespace:llvm
385 -> decltype(cast<X>(Val)) { function in namespace:llvm
393 -> decltype(cast<X>(Val)) { function in namespace:llvm
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Casting.h 10 // This file defines the isa<X>(), cast<X>(), dyn_cast<X>(), cast_or_null<X>(),
148 // cast<x> Support Templates
153 // Calculate what type the 'cast' function should return, based on a requested
217 // This _is_ a simple type, just cast it.
230 // cast<X> - Return the argument parameter cast to the specified type. This
235 // cast<Instruction>(myVal)->getParent()
240 cast(const Y &Val) { function in namespace:llvm
241 assert(isa<X>(Val) && "cast<Ty>() argument of incompatible type!");
247 inline typename cast_retty<X, Y>::ret_type cast(Y &Val) function in namespace:llvm
254 inline typename cast_retty<X, Y *>::ret_type cast(Y *Val) { function in namespace:llvm
262 cast(std::unique_ptr<Y> &&Val) { function in namespace:llvm
369 -> decltype(cast<X>(Val)) { function in namespace:llvm
377 -> decltype(cast<X>(Val)) { function in namespace:llvm
385 -> decltype(cast<X>(Val)) { function in namespace:llvm
393 -> decltype(cast<X>(Val)) { function in namespace:llvm
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Casting.h 10 // This file defines the isa<X>(), cast<X>(), dyn_cast<X>(), cast_or_null<X>(),
148 // cast<x> Support Templates
153 // Calculate what type the 'cast' function should return, based on a requested
217 // This _is_ a simple type, just cast it.
230 // cast<X> - Return the argument parameter cast to the specified type. This
235 // cast<Instruction>(myVal)->getParent()
240 cast(const Y &Val) { function in namespace:llvm
241 assert(isa<X>(Val) && "cast<Ty>() argument of incompatible type!");
247 inline typename cast_retty<X, Y>::ret_type cast(Y &Val) function in namespace:llvm
254 inline typename cast_retty<X, Y *>::ret_type cast(Y *Val) { function in namespace:llvm
262 cast(std::unique_ptr<Y> &&Val) { function in namespace:llvm
369 -> decltype(cast<X>(Val)) { function in namespace:llvm
377 -> decltype(cast<X>(Val)) { function in namespace:llvm
385 -> decltype(cast<X>(Val)) { function in namespace:llvm
393 -> decltype(cast<X>(Val)) { function in namespace:llvm
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Casting.h 10 // This file defines the isa<X>(), cast<X>(), dyn_cast<X>(), cast_or_null<X>(),
148 // cast<x> Support Templates
153 // Calculate what type the 'cast' function should return, based on a requested
217 // This _is_ a simple type, just cast it.
230 // cast<X> - Return the argument parameter cast to the specified type. This
235 // cast<Instruction>(myVal)->getParent()
240 cast(const Y &Val) { function in namespace:llvm
241 assert(isa<X>(Val) && "cast<Ty>() argument of incompatible type!");
247 inline typename cast_retty<X, Y>::ret_type cast(Y &Val) function in namespace:llvm
254 inline typename cast_retty<X, Y *>::ret_type cast(Y *Val) { function in namespace:llvm
262 cast(std::unique_ptr<Y> &&Val) { function in namespace:llvm
369 -> decltype(cast<X>(Val)) { function in namespace:llvm
377 -> decltype(cast<X>(Val)) { function in namespace:llvm
385 -> decltype(cast<X>(Val)) { function in namespace:llvm
393 -> decltype(cast<X>(Val)) { function in namespace:llvm
    [all...]
  /external/clang/lib/CodeGen/
Address.h 45 return llvm::cast<llvm::PointerType>(getPointer()->getType());
85 return llvm::cast<llvm::Constant>(Address::getPointer());
101 return ConstantAddress(llvm::cast<llvm::Constant>(addr.getPointer()),
109 template <class U> inline U cast(CodeGen::Address addr) { function in namespace:clang
  /external/eigen/Eigen/src/Geometry/
ParametrizedLine.h 114 ParametrizedLine<NewScalarType,AmbientDimAtCompileTime,Options> >::type cast() const function in class:Eigen::ParametrizedLine
124 m_origin = other.origin().template cast<Scalar>();
125 m_direction = other.direction().template cast<Scalar>();
Translation.h 155 EIGEN_DEVICE_FUNC inline typename internal::cast_return_type<Translation,Translation<NewScalarType,Dim> >::type cast() const function in class:Eigen::Translation
161 { m_coeffs = other.vector().template cast<Scalar>(); }
  /external/guava/guava/src/com/google/common/collect/
ImmutableClassToInstanceMap.java 91 mapBuilder.put(type, cast(type, value));
96 private static <B, T extends B> T cast(Class<T> type, B value) { method in class:ImmutableClassToInstanceMap.Builder
97 return Primitives.wrap(type).cast(value);
128 // Eclipse won't compile if we cast to the parameterized type.
129 ImmutableClassToInstanceMap<B> cast = (ImmutableClassToInstanceMap) map; local
130 return cast;
  /external/icu/icu4c/source/common/unicode/
char16ptr.h 93 template<typename T> static char16_t *cast(T *t) { function in class:U_FINAL
112 Char16Ptr::Char16Ptr(uint16_t *p) : p_(cast(p)) {}
115 Char16Ptr::Char16Ptr(wchar_t *p) : p_(cast(p)) {}
201 template<typename T> static const char16_t *cast(const T *t) { function in class:U_FINAL
220 ConstChar16Ptr::ConstChar16Ptr(const uint16_t *p) : p_(cast(p)) {}
223 ConstChar16Ptr::ConstChar16Ptr(const wchar_t *p) : p_(cast(p)) {}
  /external/llvm/include/llvm/Support/
Casting.h 10 // This file defines the isa<X>(), cast<X>(), dyn_cast<X>(), cast_or_null<X>(),
138 // cast<x> Support Templates
144 // Calculate what type the 'cast' function should return, based on a requested
199 // This _is_ a simple type, just cast it.
212 // cast<X> - Return the argument parameter cast to the specified type. This
217 // cast<Instruction>(myVal)->getParent()
222 cast(const Y &Val) { function in namespace:llvm
223 assert(isa<X>(Val) && "cast<Ty>() argument of incompatible type!");
229 inline typename cast_retty<X, Y>::ret_type cast(Y &Val) function in namespace:llvm
236 inline typename cast_retty<X, Y *>::ret_type cast(Y *Val) { function in namespace:llvm
    [all...]
  /external/mesa3d/src/compiler/glsl/
loop_controls.cpp 107 ir_rvalue *cast = local
110 iter = cast->constant_expression_value();
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Casting.h 10 // This file defines the isa<X>(), cast<X>(), dyn_cast<X>(), cast_or_null<X>(),
137 // cast<x> Support Templates
143 // Calculate what type the 'cast' function should return, based on a requested
198 // This _is_ a simple type, just cast it.
211 // cast<X> - Return the argument parameter cast to the specified type. This
216 // cast<Instruction>(myVal)->getParent()
221 cast(const Y &Val) { function in namespace:llvm
222 assert(isa<X>(Val) && "cast<Ty>() argument of incompatible type!");
228 inline typename cast_retty<X, Y>::ret_type cast(Y &Val) function in namespace:llvm
235 inline typename cast_retty<X, Y *>::ret_type cast(Y *Val) { function in namespace:llvm
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
self_adjoint_eig_v2_op_gpu.cc 143 functor::CastFunctor<GPUDevice, Scalar, RealScalar> cast; variable
144 cast(device, eigenvalues->flat<Scalar>(),
  /external/v8/src/
transitions-inl.h 14 TransitionArray* TransitionArray::cast(Object* object) { function in class:v8::internal::TransitionArray
36 return FixedArray::cast(prototype_transitions);
59 return Name::cast(get(ToKeyIndex(transition_number)));
69 return TransitionArray::cast(raw_transitions)->GetKey(transition_number);
81 return Map::cast(get(ToTargetIndex(transition_number)));
92 return TransitionArray::cast(raw_transitions)->GetTarget(transition_number);
  /frameworks/native/libs/vr/libvrflinger/
hwc_types.h 86 // Safely cast between std::vectors of matching enum/integer/wraper types.
135 T cast() const { function in struct:HWC::Wrapper
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
PaneTracker.java 71 filteredPanes.add(paneClass.cast(pane));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Casting.h 10 // This file defines the isa<X>(), cast<X>(), dyn_cast<X>(), cast_or_null<X>(),
137 // cast<x> Support Templates
143 // Calculate what type the 'cast' function should return, based on a requested
198 // This _is_ a simple type, just cast it.
211 // cast<X> - Return the argument parameter cast to the specified type. This
216 // cast<Instruction>(myVal)->getParent()
221 cast(const Y &Val) { function in namespace:llvm
222 assert(isa<X>(Val) && "cast<Ty>() argument of incompatible type!");
228 inline typename cast_retty<X, Y>::ret_type cast(Y &Val) function in namespace:llvm
235 inline typename cast_retty<X, Y *>::ret_type cast(Y *Val) { function in namespace:llvm
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Casting.h 10 // This file defines the isa<X>(), cast<X>(), dyn_cast<X>(), cast_or_null<X>(),
137 // cast<x> Support Templates
143 // Calculate what type the 'cast' function should return, based on a requested
198 // This _is_ a simple type, just cast it.
211 // cast<X> - Return the argument parameter cast to the specified type. This
216 // cast<Instruction>(myVal)->getParent()
221 cast(const Y &Val) { function in namespace:llvm
222 assert(isa<X>(Val) && "cast<Ty>() argument of incompatible type!");
228 inline typename cast_retty<X, Y>::ret_type cast(Y &Val) function in namespace:llvm
235 inline typename cast_retty<X, Y *>::ret_type cast(Y *Val) { function in namespace:llvm
    [all...]

Completed in 919 milliseconds

12 3 4 5 6 7 8 91011>>