HomeSort by relevance Sort by last modified time
    Searched refs:SimpleType (Results 1 - 14 of 14) 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 147 typedef Value* SimpleType;
149 static SimpleType getSimplifiedValue(const User::op_iterator &Val) {
150 return static_cast<SimpleType>(Val->get());
158 typedef Value* SimpleType;
160 static SimpleType getSimplifiedValue(const User::const_op_iterator &Val) {
161 return static_cast<SimpleType>(Val->get());
  /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 166 typedef Value* SimpleType;
167 static SimpleType getSimplifiedValue(const WeakVH &WVH) {
242 typedef Value* SimpleType;
243 static SimpleType getSimplifiedValue(const AssertingVH<Value> &AVH) {
351 typedef Value* SimpleType;
352 static SimpleType getSimplifiedValue(const TrackingVH<Value> &AVH) {
407 typedef Value* SimpleType;
408 static SimpleType getSimplifiedValue(const CallbackVH &CVH) {
  /external/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 232 typedef T* SimpleType;
233 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T>& Val) {
239 typedef T* SimpleType;
240 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/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 811 typedef const ::clang::Stmt *SimpleType;
812 static SimpleType getSimplifiedValue(const ::clang::CFGTerminator &Val) {
818 typedef ::clang::Stmt *SimpleType;
819 static SimpleType getSimplifiedValue(const ::clang::CFGTerminator &Val) {
820 return const_cast<SimpleType>(Val.getStmt());
    [all...]
  /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 354 typedef const T *SimpleType;
355 static SimpleType getSimplifiedValue(const ::clang::CanQual<T> &Val) {
DeclCXX.h 74 typedef ::clang::NamedDecl* SimpleType;
75 static SimpleType getSimplifiedValue(const ::clang::AnyFunctionDecl &Val) {
    [all...]
Type.h 931 typedef const ::clang::Type *SimpleType;
932 static SimpleType getSimplifiedValue(const ::clang::QualType &Val) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 374 milliseconds