HomeSort by relevance Sort by last modified time
    Searched refs:SimpleType (Results 1 - 13 of 13) sorted by null

  /external/llvm/include/llvm/
Use.h 151 typedef Value* SimpleType;
152 static SimpleType getSimplifiedValue(const Use &Val) {
153 return static_cast<SimpleType>(Val.get());
157 typedef Value* SimpleType;
158 static SimpleType getSimplifiedValue(const Use &Val) {
159 return static_cast<SimpleType>(Val.get());
User.h 145 typedef Value* SimpleType;
147 static SimpleType getSimplifiedValue(const User::op_iterator &Val) {
148 return static_cast<SimpleType>(Val->get());
156 typedef Value* SimpleType;
158 static SimpleType getSimplifiedValue(const User::const_op_iterator &Val) {
159 return static_cast<SimpleType>(Val->get());
  /external/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 217 typedef T* SimpleType;
218 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T>& Val) {
224 typedef T* SimpleType;
225 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T>& Val) {
Optional.h 54 typedef const T* SimpleType;
55 static SimpleType getSimplifiedValue(const Optional<T> &Val) {
ilist.h 274 typedef NodeTy* SimpleType;
276 static SimpleType getSimplifiedValue(const ilist_iterator<NodeTy> &Node) {
281 typedef NodeTy* SimpleType;
283 static SimpleType getSimplifiedValue(const ilist_iterator<NodeTy> &Node) {
  /external/llvm/include/llvm/Support/
Casting.h 31 typedef From SimpleType; // The real type this represents...
34 static SimpleType &getSimplifiedValue(From &Val) { return Val; }
38 typedef const From SimpleType;
39 static SimpleType &getSimplifiedValue(const From &Val) {
90 typename simplify_type<SimpleFrom>::SimpleType>::doit(
97 // When From == SimpleType, we are as simple as we are going to get.
110 return isa_impl_wrap<X, Y, typename simplify_type<Y>::SimpleType>::doit(Val);
159 typename simplify_type<From>::SimpleType>::ret_type ret_type;
169 typename simplify_type<SimpleFrom>::SimpleType>::doit(
196 typename simplify_type<Y>::SimpleType>::doit(Val)
    [all...]
ValueHandle.h 157 typedef Value* SimpleType;
158 static SimpleType getSimplifiedValue(const WeakVH &WVH) {
233 typedef Value* SimpleType;
234 static SimpleType getSimplifiedValue(const AssertingVH<Value> &AVH) {
342 typedef Value* SimpleType;
343 static SimpleType getSimplifiedValue(const TrackingVH<Value> &AVH) {
398 typedef Value* SimpleType;
399 static SimpleType getSimplifiedValue(const CallbackVH &CVH) {
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 188 typedef SDNode* SimpleType;
189 static SimpleType getSimplifiedValue(const SDValue &Val) {
190 return static_cast<SimpleType>(Val.getNode());
194 typedef SDNode* SimpleType;
195 static SimpleType getSimplifiedValue(const SDValue &Val) {
196 return static_cast<SimpleType>(Val.getNode());
287 typedef SDNode* SimpleType;
288 static SimpleType getSimplifiedValue(const SDUse &Val) {
289 return static_cast<SimpleType>(Val.getNode());
293 typedef SDNode* SimpleType;
    [all...]
  /external/clang/include/clang/Analysis/
CFG.h 741 typedef const ::clang::Stmt *SimpleType;
742 static SimpleType getSimplifiedValue(const ::clang::CFGTerminator &Val) {
748 typedef ::clang::Stmt *SimpleType;
749 static SimpleType getSimplifiedValue(const ::clang::CFGTerminator &Val) {
750 return const_cast<SimpleType>(Val.getStmt());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ReplaceStringsVisitor.java 33 import org.eclipse.jdt.core.dom.SimpleType;
159 if (type instanceof SimpleType) {
  /external/clang/include/clang/AST/
CanonicalType.h 352 typedef const T *SimpleType;
353 static SimpleType getSimplifiedValue(const ::clang::CanQual<T> &Val) {
DeclCXX.h 69 typedef ::clang::NamedDecl* SimpleType;
70 static SimpleType getSimplifiedValue(const ::clang::AnyFunctionDecl &Val) {
    [all...]
Type.h 892 typedef const ::clang::Type *SimpleType;
893 static SimpleType getSimplifiedValue(const ::clang::QualType &Val) {
    [all...]

Completed in 1468 milliseconds