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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
is-a.h 49 TYPE *dyn_cast <TYPE> (pointer)
60 if (cgraph_node *cptr = dyn_cast <cgraph_node> (ptr))
73 if (cgraph_node *cnode = dyn_cast <cgraph_node> (node))
91 varpool_node *vnode = dyn_cast <varpool_node> (node);
193 dyn_cast (U *p) function
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Casting.h 10 // This file defines the isa<X>(), cast<X>(), dyn_cast<X>(), cast_or_null<X>(),
210 // dyn_cast<X> - Return the argument parameter cast to the specified type. This
215 // if (const Instruction *I = dyn_cast<Instruction>(myVal)) { ... }
219 inline typename cast_retty<X, Y>::ret_type dyn_cast(const Y &Val) { function in namespace:llvm
223 // dyn_cast_or_null<X> - Functionally identical to dyn_cast, except that a null
  /external/llvm/include/llvm/Support/
Casting.h 10 // This file defines the isa<X>(), cast<X>(), dyn_cast<X>(), cast_or_null<X>(),
274 // dyn_cast<X> - Return the argument parameter cast to the specified type. This
279 // if (const Instruction *I = dyn_cast<Instruction>(myVal)) { ... }
285 dyn_cast(const Y &Val) { function in namespace:llvm
291 dyn_cast(Y &Val) { function in namespace:llvm
297 dyn_cast(Y *Val) { function in namespace:llvm
301 // dyn_cast_or_null<X> - Functionally identical to dyn_cast, except that a null
  /external/llvm/include/llvm/ADT/
PointerUnion.h 138 template <typename T> T dyn_cast() const {
288 template <typename T> T dyn_cast() const { function in class:llvm::PointerUnion3
390 template <typename T> T dyn_cast() const { function in class:llvm::PointerUnion4
  /external/spirv-llvm/lib/SPIRV/Mangler/
ParameterType.h 456 T* dyn_cast(ParamType* pType) { function in namespace:SPIR
457 assert(pType && "dyn_cast does not support casting of NULL");
467 const T* dyn_cast(const ParamType* pType) { function in namespace:SPIR
468 assert(pType && "dyn_cast does not support casting of NULL");
  /external/protobuf/php/ext/google/protobuf/
upb.h 285 template<class To, class From> To dyn_cast(From* f);
414 reffed_ptr<U> dyn_cast() { function in class:upb::reffed_ptr
415 return reffed_ptr<U>(upb::dyn_cast<U*>(get()));
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h 305 template<class To, class From> To dyn_cast(From* f);
1627 reffed_ptr<U> dyn_cast() { function in class:upb::reffed_ptr
    [all...]

Completed in 682 milliseconds