Searched defs:TargetAPI (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_check_ast.h39 explicit RSCheckAST(clang::ASTContext &Con, unsigned int TargetAPI, argument
42 mValid(true), mTargetAPI(TargetAPI), mIsFilterscript(IsFilterscript) {
H A Dslang_backend.cpp350 unsigned int TargetAPI = getTargetAPI(); local
351 switch (TargetAPI) {
366 if (TargetAPI < SLANG_MINIMUM_TARGET_API ||
367 TargetAPI > SLANG_MAXIMUM_TARGET_API) {
H A Dslang_rs_context.cpp49 unsigned int TargetAPI,
55 mTargetAPI(TargetAPI),
45 RSContext(clang::Preprocessor &PP, clang::ASTContext &Ctx, const clang::TargetInfo &Target, PragmaList *Pragmas, unsigned int TargetAPI, std::vector<std::string> *GeneratedFileNames) argument
H A Dslang_rs.cpp285 unsigned int TargetAPI, bool EmitDebug,
316 mTargetAPI = TargetAPI;
278 compile( const std::list<std::pair<const char*, const char*> > &IOFiles, const std::list<std::pair<const char*, const char*> > &DepFiles, const std::vector<std::string> &IncludePaths, const std::vector<std::string> &AdditionalDepTargets, Slang::OutputType OutputType, BitCodeStorageType BitcodeStorage, bool AllowRSPrefix, bool OutputDep, unsigned int TargetAPI, bool EmitDebug, llvm::CodeGenOpt::Level OptimizationLevel, const std::string &JavaReflectionPathBase, const std::string &JavaReflectionPackageName, const std::string &RSPackageName) argument
H A Dslang_rs_export_type.cpp95 unsigned int TargetAPI = 0) {
109 << TopLevelRecord->getName() << TargetAPI;
114 << ND->getName() << TargetAPI;
335 unsigned int TargetAPI) {
336 if (TargetAPI < SLANG_JB_TARGET_API) {
370 // TargetAPI - target SDK API level.
380 unsigned int TargetAPI,
392 if (VD && !ValidateRSObjectInVarDecl(VD, InCompositeType, TargetAPI)) {
446 TargetAPI, IsFilterscript)) {
506 UnionDecl, TargetAPI, IsFilterscrip
333 ValidateRSObjectInVarDecl(clang::VarDecl *VD, bool InCompositeType, unsigned int TargetAPI) argument
372 ValidateTypeHelper( clang::ASTContext &C, const clang::Type *&T, clang::NamedDecl *ND, clang::SourceLocation Loc, llvm::SmallPtrSet<const clang::Type*, 8>& SPS, bool InCompositeType, clang::RecordDecl *UnionDecl, unsigned int TargetAPI, bool IsFilterscript) argument
573 ValidateType(clang::ASTContext &C, clang::QualType QT, clang::NamedDecl *ND, clang::SourceLocation Loc, unsigned int TargetAPI, bool IsFilterscript) argument
585 ValidateVarDecl(clang::VarDecl *VD, unsigned int TargetAPI, bool IsFilterscript) argument
[all...]
/frameworks/compile/libbcc/include/bcinfo/
H A DBitcodeWrapper.h33 uint32_t TargetAPI; member in struct:bcinfo::AndroidBitcodeWrapper
139 wrapper->TargetAPI = targetAPI;

Completed in 62 milliseconds