Searched refs:Type (Results 176 - 200 of 3284) sorted by relevance

1234567891011>>

/external/r8/src/main/java/com/android/tools/r8/code/
H A DIfLez.java6 import com.android.tools.r8.ir.code.If.Type;
35 public Type getType() {
36 return Type.LE;
H A DIfLt.java6 import com.android.tools.r8.ir.code.If.Type;
35 public Type getType() {
36 return Type.LT;
H A DIfLtz.java6 import com.android.tools.r8.ir.code.If.Type;
35 public Type getType() {
36 return Type.LT;
H A DIfNe.java6 import com.android.tools.r8.ir.code.If.Type;
35 public Type getType() {
36 return Type.NE;
H A DIfNez.java6 import com.android.tools.r8.ir.code.If.Type;
35 public Type getType() {
36 return Type.NE;
/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetIntrinsicInfo.h23 class Type;
39 /// intrinsic, Tys should point to an array of numTys pointers to Type,
42 virtual std::string getName(unsigned IID, Type **Tys = 0,
58 virtual Function *getDeclaration(Module *M, unsigned ID, Type **Tys = 0,
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
H A DPVRTShader.h26 @param[in] Type type of shader (GL_VERTEX_SHADER or GL_FRAGMENT_SHADER)
34 const GLenum Type,
43 @param[in] Type type of shader (GL_VERTEX_SHADER or GL_FRAGMENT_SHADER)
51 const GLenum Type,
61 @param[in] Type type of shader (GL_VERTEX_SHADER or GL_FRAGMENT_SHADER)
72 const GLenum Type,
/external/skia/src/sksl/ir/
H A DSkSLType.h26 class Type : public Symbol { class in namespace:SkSL
29 Field(Modifiers modifiers, String name, const Type* type)
40 const Type* fType;
56 Type(String name) function in class:SkSL::Type
61 Type(String name, std::vector<const Type*> types) function in class:SkSL::Type
67 Type(Position position, String name, std::vector<Field> fields) function in class:SkSL::Type
73 Type(String name, bool isNumber) function in class:SkSL::Type
81 Type(String name, bool isNumber, std::vector<const Type*> coercibleType function in class:SkSL::Type
90 Type(String name, const Type& componentType, int columns) function in class:SkSL::Type
94 Type(String name, Kind kind, const Type& componentType, int columns) function in class:SkSL::Type
103 Type(String name, const Type& componentType, int columns, int rows) function in class:SkSL::Type
112 Type(String name, SpvDim_ dimensions, bool isDepth, bool isArrayed, bool isMultisampled, function in class:SkSL::Type
[all...]
/external/r8/src/main/java/com/android/tools/r8/ir/code/
H A DIf.java16 public enum Type { enum in class:If
20 public Type forSwappedOperands() {
26 return Type.LE;
28 return Type.LT;
30 return Type.GE;
32 return Type.GT;
38 public Type inverted() {
41 return Type.NE;
43 return Type.LT;
45 return Type
[all...]
/external/compiler-rt/lib/asan/tests/
H A Dasan_asm_test.cc38 #define DECLARE_ASM_WRITE(Type, Size, Mov, Reg) \
39 template<> void asm_write<Type>(Type *ptr, Type val) { \
48 #define DECLARE_ASM_READ(Type, Size, Mov, Reg) \
49 template<> Type asm_read<Type>(Type *ptr) { \
50 Type res; \
60 #define DECLARE_ASM_REP_MOVS(Type, Mov
[all...]
/external/clang/include/clang/AST/
H A DLocInfoType.h1 //===--- LocInfoType.h - Parsed Type with Location Information---*- C++ -*-===//
17 #include "clang/AST/Type.h"
29 class LocInfoType : public Type {
31 // The last number that can fit in Type's TC.
32 // Avoids conflict with an existing Type class.
33 LocInfo = Type::TypeLast + 1
39 : Type((TypeClass)LocInfo, ty, ty->isDependentType(),
54 static bool classof(const Type *T) {
/external/clang/lib/CodeGen/
H A DCodeGenTypes.cpp1 //===--- CodeGenTypes.cpp - Type translation for LLVM CodeGen -------------===//
79 /// ConvertTypeForMem - Convert type T into a llvm::Type. This differs from
83 llvm::Type *CodeGenTypes::ConvertTypeForMem(QualType T) {
84 llvm::Type *R = ConvertType(T);
98 bool CodeGenTypes::isRecordLayoutComplete(const Type *Ty) const {
99 llvm::DenseMap<const Type*, llvm::StructType *>::const_iterator I =
120 const Type *Key = CGT.getContext().getTagDeclType(RD).getTypePtr();
279 const Type *Ty = T.getTypePtr();
286 static llvm::Type *getTypeForFormat(llvm::LLVMContext &VMContext,
291 return llvm::Type
[all...]
/external/clang/lib/Driver/
H A DAction.cpp67 JobAction::JobAction(ActionClass Kind, Action *Input, types::ID Type) argument
68 : Action(Kind, Input, Type) {}
70 JobAction::JobAction(ActionClass Kind, const ActionList &Inputs, types::ID Type) argument
71 : Action(Kind, Inputs, Type) {
111 LinkJobAction::LinkJobAction(ActionList &Inputs, types::ID Type) argument
112 : JobAction(LinkJobClass, Inputs, Type) {
117 LipoJobAction::LipoJobAction(ActionList &Inputs, types::ID Type) argument
118 : JobAction(LipoJobClass, Inputs, Type) {
123 DsymutilJobAction::DsymutilJobAction(ActionList &Inputs, types::ID Type) argument
124 : JobAction(DsymutilJobClass, Inputs, Type) {
129 VerifyJobAction(ActionClass Kind, Action *Input, types::ID Type) argument
138 VerifyDebugInfoJobAction(Action *Input, types::ID Type) argument
144 VerifyPCHJobAction(Action *Input, types::ID Type) argument
[all...]
/external/clang/test/SemaCXX/
H A DPR20705.cpp19 static typename PC<T, Invalid>::Type Foo();
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/multipackage/a/
H A DAModule.java22 import static dagger.Provides.Type.SET;
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/multipackage/b/
H A DBModule.java22 import static dagger.Provides.Type.SET;
/external/guice/extensions/grapher/src/com/google/inject/grapher/
H A DBindingEdge.java31 public enum Type { enum in class:BindingEdge
40 private final Type type;
42 public BindingEdge(NodeId fromId, NodeId toId, Type type) {
47 public Type getType() {
/external/guice/extensions/multibindings/test/com/google/inject/multibindings/
H A DRealElementTest.java19 import com.google.inject.multibindings.Element.Type;
33 this.realElement = new RealElement("b", Type.MULTIBINDER, "a", 1);
48 assertEquals(Type.MULTIBINDER, realElement.type());
53 @Element(keyType = "a", setName = "b", type = Type.MULTIBINDER, uniqueId = 1)
/external/javassist/src/main/javassist/bytecode/analysis/
H A DFrame.java24 private Type[] locals;
25 private Type[] stack;
37 this.locals = new Type[locals];
38 this.stack = new Type[stack];
47 public Type getLocal(int index) {
57 public void setLocal(int index, Type type) {
68 public Type getStack(int index) {
78 public void setStack(int index, Type type) {
116 public Type peek() {
128 public Type po
[all...]
/external/llvm/include/llvm/MC/
H A DMCSymbolCOFF.h18 mutable uint16_t Type; member in class:llvm::MCSymbolCOFF
30 : MCSymbol(SymbolKindCOFF, Name, isTemporary), Type(0) {}
33 return Type;
36 Type = Ty;
/external/llvm/lib/DebugInfo/PDB/
H A DPDB.cpp27 Error llvm::pdb::loadDataForPDB(PDB_ReaderType Type, StringRef Path, argument
29 // Create the correct concrete instance type based on the value of Type.
30 if (Type == PDB_ReaderType::Raw)
40 Error llvm::pdb::loadDataForEXE(PDB_ReaderType Type, StringRef Path, argument
42 // Create the correct concrete instance type based on the value of Type.
43 if (Type == PDB_ReaderType::Raw)
/external/nanopb-c/generator/google/protobuf/internal/
H A Dapi_implementation.py82 def Type(): function
85 # See comment on 'Type' above.
/external/parameter-framework/upstream/parameter/
H A DComponent.h44 // Type
45 virtual Type getType() const { return EComponent; }
H A DParameterBlock.h44 // Type
45 virtual Type getType() const { return EParameterBlock; }
/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_null.cpp12 CPDF_Object::Type CPDF_Null::GetType() const {

Completed in 3276 milliseconds

1234567891011>>