Home
last modified time | relevance | path

Searched defs:OutputType (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/Driver/
DAction.cpp66 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType) in PreprocessJobAction()
72 PrecompileJobAction::PrecompileJobAction(Action *Input, types::ID OutputType) in PrecompileJobAction()
78 AnalyzeJobAction::AnalyzeJobAction(Action *Input, types::ID OutputType) in AnalyzeJobAction()
84 MigrateJobAction::MigrateJobAction(Action *Input, types::ID OutputType) in MigrateJobAction()
90 CompileJobAction::CompileJobAction(Action *Input, types::ID OutputType) in CompileJobAction()
96 AssembleJobAction::AssembleJobAction(Action *Input, types::ID OutputType) in AssembleJobAction()
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
Dvertexconversion.h31 typedef T OutputType; typedef
44 typedef ToT OutputType; typedef
/external/webkit/Source/WebCore/html/
DAsyncImageResizer.h65 enum OutputType { enum
/external/clang/tools/driver/
Dcc1as_main.cpp99 FileType OutputType; member
205 unsigned OutputType = StringSwitch<unsigned>(Name) in CreateFromArgs() local
/external/llvm/tools/bugpoint/
DExecutionDriver.cpp30 enum OutputType { enum
/external/clang/lib/CodeGen/
DCGStmt.cpp1491 QualType OutputType = OutExpr->getType(); in EmitAsmStmt() local
1561 QualType OutputType = S.getOutputExpr(Output)->getType(); in EmitAsmStmt() local
/external/mesa3d/src/mesa/main/
Dmtypes.h1846 GLenum OutputType; /**< GL_POINTS, GL_LINE_STRIP or GL_TRIANGLE_STRIP */ member