Searched defs:AS (Results 1 - 25 of 141) sorted by path

123456

/netbsd-current/sys/arch/hpcmips/stand/romboot/
H A DMakefile4 AS?= ${CROSSDIR}as macro
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTUnresolvedSet.h55 void addDecl(ASTContext &C, NamedDecl *D, AccessSpecifier AS) { argument
62 bool replace(const NamedDecl *Old, NamedDecl *New, AccessSpecifier AS) { argument
107 void addLazyDecl(ASTContext &C, uintptr_t ID, AccessSpecifier AS) { argument
H A DDeclAccessPair.h35 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) { argument
51 void setAccess(AccessSpecifier AS) { argument
52 set(getDecl(), AS); local
54 void set(NamedDecl *D, AccessSpecifier AS) { argument
H A DDeclBase.h473 void setAccess(AccessSpecifier AS) { argument
H A DDeclCXX.h90 AccessSpecDecl(AccessSpecifier AS, DeclContext *DC, argument
117 static AccessSpecDecl *Create(ASTContext &C, AccessSpecifier AS, argument
H A DDependentDiagnostic.h40 Create(ASTContext &Context, DeclContext *Parent, AccessNonce _, SourceLocation Loc, bool IsMemberAccess, AccessSpecifier AS, NamedDecl *TargetDecl, CXXRecordDecl *NamingClass, QualType BaseObjectType, const PartialDiagnostic &PDiag) argument
H A DUnresolvedSet.h53 void setAccess(AccessSpecifier AS) { I->setAccess(AS); } argument
95 void addDecl(NamedDecl *D, AccessSpecifier AS) { argument
113 void replace(iterator I, NamedDecl *New, AccessSpecifier AS) { argument
121 void setAccess(iterator I, AccessSpecifier AS) { I.I->setAccess(AS); } argument
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAddressSpaces.h71 inline bool isTargetAddressSpace(LangAS AS) { argument
75 inline unsigned toTargetAddressSpace(LangAS AS) { argument
85 inline bool isPtrSizeAddressSpace(LangAS AS) { argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1301 AccessSpecifier AS = AS_none; member in class:clang::LateParsedPragma
1305 explicit LateParsedPragma(Parser *P, AccessSpecifier AS) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DLookup.h432 void addDecl(NamedDecl *D, AccessSpecifier AS) { argument
667 void replace(NamedDecl *D, AccessSpecifier AS) { argument
H A DOverload.h1145 void setDestAS(LangAS AS) { argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp1917 unsigned AS = 0; local
11332 LangAS AS; local
[all...]
H A DDeclPrinter.cpp295 void DeclPrinter::Print(AccessSpecifier AS) { argument
1018 AccessSpecifier AS = Base->getAccessSpecifierAsWritten(); local
H A DItaniumMangle.cpp2540 LangAS AS = Quals.getAddressSpace(); local
H A DJSONNodeDumper.cpp477 std::string JSONNodeDumper::createAccessSpecifier(AccessSpecifier AS) { argument
H A DRecordLayoutBuilder.cpp1900 unsigned AS = Context.getTargetAddressSpace(RT->getPointeeType()); local
H A DTextNodeDumper.cpp668 void TextNodeDumper::dumpAccessSpecifier(AccessSpecifier AS) { argument
H A DTypePrinter.cpp2120 std::string Qualifiers::getAddrSpaceAsString(LangAS AS) { argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1626 unsigned AS = CGM.getContext().getTargetAddressSpace(PointeeTy); local
1405 createFieldType(StringRef name, QualType type, SourceLocation loc, AccessSpecifier AS, uint64_t offsetInBits, uint32_t AlignInBits, llvm::DIFile *tunit, llvm::DIScope *scope, const RecordDecl *RD) argument
H A DCGDebugInfo.h301 createFieldType(StringRef name, QualType type, SourceLocation loc, AccessSpecifier AS, uint64_t offsetInBits, llvm::DIFile *tunit, llvm::DIScope *scope, const RecordDecl *RD = nullptr) argument
H A DCGDecl.cpp254 LangAS AS = GetGlobalVarAddressSpace(&D); local
1125 unsigned AS = local
2452 unsigned AS = DeclPtr.getType()->getAddressSpace(); local
H A DCGExpr.cpp407 auto AS = CGF.CGM.GetGlobalConstantAddressSpace(); local
2435 unsigned AS = cast<llvm::PointerType>(V->getType())->getAddressSpace(); local
5282 int AS = Callee.getFunctionPointer()->getType()->getPointerAddressSpace(); local
H A DCGExprAgg.cpp501 LangAS AS = ArrayQTy.getAddressSpace(); local
H A DCGExprConstant.cpp1807 unsigned AS = origPtrTy->getPointerAddressSpace(); local
H A DCGOpenMPRuntime.cpp10748 hasAllocateAttributeForGlobalVar(const VarDecl *VD, LangAS &AS) argument

Completed in 627 milliseconds

123456