HomeSort by relevance Sort by last modified time
    Searched refs:SimpleType (Results 1 - 21 of 21) 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 167 typedef Value* SimpleType;
168 static SimpleType getSimplifiedValue(const WeakVH &WVH) {
243 typedef Value* SimpleType;
244 static SimpleType getSimplifiedValue(const AssertingVH<Value> &AVH) {
352 typedef Value* SimpleType;
353 static SimpleType getSimplifiedValue(const TrackingVH<Value> &AVH) {
406 typedef Value* SimpleType;
407 static SimpleType getSimplifiedValue(const CallbackVH &CVH) {
  /external/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 228 typedef T* SimpleType;
229 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T>& Val) {
235 typedef T* SimpleType;
236 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) {
  /tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/generateviewbylayout/codegenerators/
ClassAttributesCodeGenerator.java 27 import org.eclipse.jdt.core.dom.SimpleType;
98 SimpleType guiType = typeDeclaration.getAST().newSimpleType(guiName);
RadioButtonCodeGenerator.java 38 import org.eclipse.jdt.core.dom.SimpleType;
280 SimpleType listenerType =
298 SimpleType listenerType2 =
AbstractLayoutCodeGenerator.java 36 import org.eclipse.jdt.core.dom.SimpleType;
112 SimpleType listenerType = getListenerSimpleType(classType, listenerClazzName);
340 SimpleType guiType = onCreateDeclaration.getAST().newSimpleType(guiName);
SaveStateCodeGenerator.java 36 import org.eclipse.jdt.core.dom.SimpleType;
295 SimpleType type = onPauseFoundMethod.getAST().newSimpleType(sharedPreferencesName1);
442 SimpleType sharedPreferencesType = method.getAST().newSimpleType(sharedPreferencesName);
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 193 typedef SDNode* SimpleType;
194 static SimpleType getSimplifiedValue(const SDValue &Val) {
195 return static_cast<SimpleType>(Val.getNode());
199 typedef SDNode* SimpleType;
200 static SimpleType getSimplifiedValue(const SDValue &Val) {
201 return static_cast<SimpleType>(Val.getNode());
292 typedef SDNode* SimpleType;
293 static SimpleType getSimplifiedValue(const SDUse &Val) {
294 return static_cast<SimpleType>(Val.getNode());
298 typedef SDNode* SimpleType;
    [all...]
  /tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/generatecode/
AbstractCodeGenerator.java 40 import org.eclipse.jdt.core.dom.SimpleType;
151 SimpleType type = typeDeclaration.getAST().newSimpleType(getViewName(parameterClazzType));
189 protected SimpleType getListenerSimpleType(String clazzType, String methodListenerMethodName)
195 SimpleType listenerType = typeDeclaration.getAST().newSimpleType(listenerQualifiedName);
  /external/clang/include/clang/Analysis/
CFG.h 813 typedef const ::clang::Stmt *SimpleType;
814 static SimpleType getSimplifiedValue(const ::clang::CFGTerminator &Val) {
820 typedef ::clang::Stmt *SimpleType;
821 static SimpleType getSimplifiedValue(const ::clang::CFGTerminator &Val) {
822 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 355 typedef const T *SimpleType;
356 static SimpleType getSimplifiedValue(const ::clang::CanQual<T> &Val) {
DeclCXX.h 75 typedef ::clang::NamedDecl* SimpleType;
76 static SimpleType getSimplifiedValue(const ::clang::AnyFunctionDecl &Val) {
    [all...]
Type.h     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 976 typedef const T *SimpleType;
978 static SimpleType
  /tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/generatemenucode/model/codegenerators/
MenuHandlerCodeGenerator.java 36 import org.eclipse.jdt.core.dom.SimpleType;
360 SimpleType menuInflaterType = typeDeclaration.getAST().newSimpleType(menuInflaterName);
  /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 541 milliseconds