HomeSort by relevance Sort by last modified time
    Searched defs:dyn_cast (Results 1 - 3 of 3) 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/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 135 /// dyn_cast<T>() - If the current value is of the specified pointer type,
138 T dyn_cast() const {
306 /// dyn_cast<T>() - If the current value is of the specified pointer type,
309 T dyn_cast() const { function in class:llvm::PointerUnion3
421 /// dyn_cast<T>() - If the current value is of the specified pointer type,
424 T dyn_cast() const { function in class:llvm::PointerUnion4

Completed in 82 milliseconds