HomeSort by relevance Sort by last modified time
    Searched refs:Type (Results 201 - 225 of 12422) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clang/lib/CodeGen/
CGOpenCLRuntime.h 19 #include "clang/AST/Type.h"
20 #include "llvm/IR/Type.h"
35 llvm::Type *PipeTy;
47 virtual llvm::Type *convertOpenCLSpecificType(const Type *T);
49 virtual llvm::Type *getPipeType();
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorSycl.h 22 typedef typename cl::sycl::global_ptr<T>::pointer_t Type;
28 typedef typename cl::sycl::local_ptr<T>::pointer_t Type;
40 typedef const T Type;
43 typedef T Type;
65 // this is used to change the address space type in tensor map for GPU
  /external/libmojo/ipc/
ipc_param_traits.h 9 // a data type is read, written and logged in the IPC system.
18 typedef P Type;
  /external/libxcam/xcore/
x3a_event.h 32 enum Type {
38 explicit X3aEvent (X3aEvent::Type type, uint64_t timestamp)
40 , _type (type)
48 Type get_type () const {
57 X3aEvent::Type _type;
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
FindUsedTypes.h 22 class Type;
26 SetVector<Type *> UsedTypes;
36 const SetVector<Type *> &getTypes() const { return UsedTypes; }
45 /// IncorporateType - Incorporate one type and all of its subtypes into the
48 void IncorporateType(Type *Ty);
  /external/turbine/java/com/google/turbine/binder/bound/
ClassValue.java 20 import com.google.turbine.type.Type;
25 private final Type type; field in class:ClassValue
27 public ClassValue(Type type) {
28 this.type = type;
33 return String.format("%s.class", type);
42 public Type type() method in class:ClassValue
    [all...]
  /frameworks/compile/mclinker/include/mcld/Script/
InputToken.h 22 enum Type { Unknown, File, NameSpec };
26 InputToken(Type pType, const std::string& pName, bool pAsNeeded);
31 Type type() const { return m_Type; } function in class:mcld::InputToken
40 Type m_Type;
  /frameworks/rs/rsov/driver/
rsovType.cpp 21 using android::renderscript::Type;
24 bool rsovTypeInit(const Context *, const Type *t) { return true; }
26 void rsovTypeDestroy(const Context *rsc, const Type *t) {}
28 void rsovTypeUpdateCachedObject(const Context *rsc, const Type *t,
  /hardware/interfaces/light/2.0/
ILight.hal 24 * @param type logical light to set
28 setLight(Type type, LightState state) generates (Status status);
35 getSupportedTypes() generates (vec<Type> types);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CommentNodes.inc 10 # define ABSTRACT_COMMENT(Type) Type
21 # define BLOCKCONTENTCOMMENT(Type, Base) COMMENT(Type, Base)
25 # define BLOCKCOMMANDCOMMENT(Type, Base) BLOCKCONTENTCOMMENT(Type, Base)
29 # define PARAMCOMMANDCOMMENT(Type, Base) BLOCKCOMMANDCOMMENT(Type, Base)
35 # define TPARAMCOMMANDCOMMENT(Type, Base) BLOCKCOMMANDCOMMENT(Type, Base
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
CommentNodes.inc 10 # define ABSTRACT_COMMENT(Type) Type
21 # define BLOCKCONTENTCOMMENT(Type, Base) COMMENT(Type, Base)
25 # define BLOCKCOMMANDCOMMENT(Type, Base) BLOCKCONTENTCOMMENT(Type, Base)
29 # define PARAMCOMMANDCOMMENT(Type, Base) BLOCKCOMMANDCOMMENT(Type, Base)
35 # define TPARAMCOMMANDCOMMENT(Type, Base) BLOCKCOMMANDCOMMENT(Type, Base
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
CommentNodes.inc 10 # define ABSTRACT_COMMENT(Type) Type
21 # define BLOCKCONTENTCOMMENT(Type, Base) COMMENT(Type, Base)
25 # define BLOCKCOMMANDCOMMENT(Type, Base) BLOCKCONTENTCOMMENT(Type, Base)
29 # define PARAMCOMMANDCOMMENT(Type, Base) BLOCKCOMMANDCOMMENT(Type, Base)
35 # define TPARAMCOMMANDCOMMENT(Type, Base) BLOCKCOMMANDCOMMENT(Type, Base
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
CommentNodes.inc 10 # define ABSTRACT_COMMENT(Type) Type
21 # define BLOCKCONTENTCOMMENT(Type, Base) COMMENT(Type, Base)
25 # define BLOCKCOMMANDCOMMENT(Type, Base) BLOCKCONTENTCOMMENT(Type, Base)
29 # define PARAMCOMMANDCOMMENT(Type, Base) BLOCKCOMMANDCOMMENT(Type, Base)
35 # define TPARAMCOMMANDCOMMENT(Type, Base) BLOCKCOMMANDCOMMENT(Type, Base
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
CommentNodes.inc 10 # define ABSTRACT_COMMENT(Type) Type
21 # define BLOCKCONTENTCOMMENT(Type, Base) COMMENT(Type, Base)
25 # define BLOCKCOMMANDCOMMENT(Type, Base) BLOCKCONTENTCOMMENT(Type, Base)
29 # define PARAMCOMMANDCOMMENT(Type, Base) BLOCKCOMMANDCOMMENT(Type, Base)
35 # define TPARAMCOMMANDCOMMENT(Type, Base) BLOCKCOMMANDCOMMENT(Type, Base
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
CommentNodes.inc 10 # define ABSTRACT_COMMENT(Type) Type
21 # define BLOCKCONTENTCOMMENT(Type, Base) COMMENT(Type, Base)
25 # define BLOCKCOMMANDCOMMENT(Type, Base) BLOCKCONTENTCOMMENT(Type, Base)
29 # define PARAMCOMMANDCOMMENT(Type, Base) BLOCKCOMMANDCOMMENT(Type, Base)
35 # define TPARAMCOMMANDCOMMENT(Type, Base) BLOCKCOMMANDCOMMENT(Type, Base
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
CommentNodes.inc 10 # define ABSTRACT_COMMENT(Type) Type
21 # define BLOCKCONTENTCOMMENT(Type, Base) COMMENT(Type, Base)
25 # define BLOCKCOMMANDCOMMENT(Type, Base) BLOCKCONTENTCOMMENT(Type, Base)
29 # define PARAMCOMMANDCOMMENT(Type, Base) BLOCKCOMMANDCOMMENT(Type, Base)
35 # define TPARAMCOMMANDCOMMENT(Type, Base) BLOCKCOMMANDCOMMENT(Type, Base
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CommentNodes.inc 10 # define ABSTRACT_COMMENT(Type) Type
21 # define BLOCKCONTENTCOMMENT(Type, Base) COMMENT(Type, Base)
25 # define BLOCKCOMMANDCOMMENT(Type, Base) BLOCKCONTENTCOMMENT(Type, Base)
29 # define PARAMCOMMANDCOMMENT(Type, Base) BLOCKCOMMANDCOMMENT(Type, Base)
35 # define TPARAMCOMMANDCOMMENT(Type, Base) BLOCKCOMMANDCOMMENT(Type, Base
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
CommentNodes.inc 10 # define ABSTRACT_COMMENT(Type) Type
21 # define BLOCKCONTENTCOMMENT(Type, Base) COMMENT(Type, Base)
25 # define BLOCKCOMMANDCOMMENT(Type, Base) BLOCKCONTENTCOMMENT(Type, Base)
29 # define PARAMCOMMANDCOMMENT(Type, Base) BLOCKCOMMANDCOMMENT(Type, Base)
35 # define TPARAMCOMMANDCOMMENT(Type, Base) BLOCKCOMMANDCOMMENT(Type, Base
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
CommentNodes.inc 10 # define ABSTRACT_COMMENT(Type) Type
21 # define BLOCKCONTENTCOMMENT(Type, Base) COMMENT(Type, Base)
25 # define BLOCKCOMMANDCOMMENT(Type, Base) BLOCKCONTENTCOMMENT(Type, Base)
29 # define PARAMCOMMANDCOMMENT(Type, Base) BLOCKCOMMANDCOMMENT(Type, Base)
35 # define TPARAMCOMMANDCOMMENT(Type, Base) BLOCKCOMMANDCOMMENT(Type, Base
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
CommentNodes.inc 10 # define ABSTRACT_COMMENT(Type) Type
21 # define BLOCKCONTENTCOMMENT(Type, Base) COMMENT(Type, Base)
25 # define BLOCKCOMMANDCOMMENT(Type, Base) BLOCKCONTENTCOMMENT(Type, Base)
29 # define PARAMCOMMANDCOMMENT(Type, Base) BLOCKCOMMANDCOMMENT(Type, Base)
35 # define TPARAMCOMMANDCOMMENT(Type, Base) BLOCKCOMMANDCOMMENT(Type, Base
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
CommentNodes.inc 10 # define ABSTRACT_COMMENT(Type) Type
21 # define BLOCKCONTENTCOMMENT(Type, Base) COMMENT(Type, Base)
25 # define BLOCKCOMMANDCOMMENT(Type, Base) BLOCKCONTENTCOMMENT(Type, Base)
29 # define PARAMCOMMANDCOMMENT(Type, Base) BLOCKCOMMANDCOMMENT(Type, Base)
35 # define TPARAMCOMMANDCOMMENT(Type, Base) BLOCKCOMMANDCOMMENT(Type, Base
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
CommentNodes.inc 10 # define ABSTRACT_COMMENT(Type) Type
21 # define BLOCKCONTENTCOMMENT(Type, Base) COMMENT(Type, Base)
25 # define BLOCKCOMMANDCOMMENT(Type, Base) BLOCKCONTENTCOMMENT(Type, Base)
29 # define PARAMCOMMANDCOMMENT(Type, Base) BLOCKCOMMANDCOMMENT(Type, Base)
35 # define TPARAMCOMMANDCOMMENT(Type, Base) BLOCKCOMMANDCOMMENT(Type, Base
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
CommentNodes.inc 10 # define ABSTRACT_COMMENT(Type) Type
21 # define BLOCKCONTENTCOMMENT(Type, Base) COMMENT(Type, Base)
25 # define BLOCKCOMMANDCOMMENT(Type, Base) BLOCKCONTENTCOMMENT(Type, Base)
29 # define PARAMCOMMANDCOMMENT(Type, Base) BLOCKCOMMANDCOMMENT(Type, Base)
35 # define TPARAMCOMMANDCOMMENT(Type, Base) BLOCKCOMMANDCOMMENT(Type, Base
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/
attribute.i 18 #define %mangle(Type...) #@Type
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Rops.java 23 import com.android.dexgen.rop.type.Prototype;
24 import com.android.dexgen.rop.type.StdTypeList;
25 import com.android.dexgen.rop.type.Type;
26 import com.android.dexgen.rop.type.TypeBearer;
27 import com.android.dexgen.rop.type.TypeList;
35 new Rop(RegOps.NOP, Type.VOID, StdTypeList.EMPTY, "nop");
39 new Rop(RegOps.MOVE, Type.INT, StdTypeList.INT, "move-int");
43 new Rop(RegOps.MOVE, Type.LONG, StdTypeList.LONG, "move-long");
47 new Rop(RegOps.MOVE, Type.FLOAT, StdTypeList.FLOAT, "move-float")
1826 Type type = arrayType.getType(); local
1857 Type type = arrayType.getType(); local
    [all...]

Completed in 1159 milliseconds

1 2 3 4 5 6 7 891011>>