Searched defs:AS (Results 101 - 125 of 151) sorted by relevance

1234567

/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp2463 Parser::ParseCXXClassMemberDeclaration(AccessSpecifier AS, argument
669 ParseUsingDeclaration(DeclaratorContext Context, const ParsedTemplateInfo &TemplateInfo, SourceLocation UsingLoc, SourceLocation &DeclEnd, AccessSpecifier AS) argument
777 ParseAliasDeclarationAfterDeclarator( const ParsedTemplateInfo &TemplateInfo, SourceLocation UsingLoc, UsingDeclarator &D, SourceLocation &DeclEnd, AccessSpecifier AS, ParsedAttributes &Attrs, Decl **OwnedType) argument
1391 ParseClassSpecifier(tok::TokenKind TagTokKind, SourceLocation StartLoc, DeclSpec &DS, const ParsedTemplateInfo &TemplateInfo, AccessSpecifier AS, bool EnteringContext, DeclSpecContext DSC, ParsedAttributesWithRange &Attributes) argument
3058 ParseCXXClassMemberDeclarationWithPragmas( AccessSpecifier &AS, ParsedAttributesWithRange &AccessAttrs, DeclSpec::TST TagType, Decl *TagDecl) argument
4429 AccessSpecifier AS = getAccessSpecifierIfPresent(); local
[all...]
H A DParseDecl.cpp2487 void Parser::ParseSpecifierQualifierList(DeclSpec &DS, AccessSpecifier AS, argument
2890 Parser::DiagnoseMissingSemiAfterTagDefinition(DeclSpec &DS, AccessSpecifier AS, argument
42 ParseTypeName(SourceRange *Range, DeclaratorContext Context, AccessSpecifier AS, Decl **OwnedType, ParsedAttributes *Attrs) argument
2567 ParseImplicitInt(DeclSpec &DS, CXXScopeSpec *SS, const ParsedTemplateInfo &TemplateInfo, AccessSpecifier AS, DeclSpecContext DSC, ParsedAttributesWithRange &Attrs) argument
3031 ParseDeclarationSpecifiers(DeclSpec &DS, const ParsedTemplateInfo &TemplateInfo, AccessSpecifier AS, DeclSpecContext DSContext, LateParsedAttrList *LateAttrs) argument
4259 AccessSpecifier AS = AS_none; local
4366 ParseEnumSpecifier(SourceLocation StartLoc, DeclSpec &DS, const ParsedTemplateInfo &TemplateInfo, AccessSpecifier AS, DeclSpecContext DSC) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp300 SymbolRef AS = SV.getAsLocSymbol(); local
311 SymbolRef AS = PSV.getAsLocSymbol(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2152 unsigned AS = Ptr->getType()->getPointerAddressSpace(); local
H A DInstructionSimplify.cpp4044 unsigned AS = local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2092 unsigned AS = C->getType()->getPointerAddressSpace(); local
H A DAsmWriter.cpp1128 int SlotTracker::getAttributeGroupSlot(AttributeSet AS) { argument
1213 void SlotTracker::CreateAttributeSetSlot(AttributeSet AS) { argument
2893 void AssemblyWriter::printAliasSummary(const AliasSummary *AS) { argument
3416 AttributeSet AS = Attrs.getFnAttributes(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp4217 isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM, Type *Ty, unsigned AS, Instruction *I) const argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1787 unsigned AS = CI.getAddressSpace(); local
1835 unsigned AS = CI.getPointerAddressSpace(); local
H A DInstCombineCalls.cpp4423 AttributeList AS = Call.getAttributes(); local
4852 AttributeSet AS = NestAttrs.getParamAttributes(NestArgNo); local
H A DInstructionCombining.cpp1961 unsigned AS = GEP.getPointerAddressSpace(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp241 LangAS AS = GetGlobalVarAddressSpace(&D); local
1109 unsigned AS = local
2377 unsigned AS = DeclPtr.getType()->getAddressSpace(); local
H A DCGExprConstant.cpp1792 unsigned AS = origPtrTy->getPointerAddressSpace(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp2284 LangAS AS = Quals.getAddressSpace(); local
H A DJSONNodeDumper.cpp466 std::string JSONNodeDumper::createAccessSpecifier(AccessSpecifier AS) { argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h468 void setAccess(AccessSpecifier AS) { argument
H A DDeclCXX.h89 AccessSpecDecl(AccessSpecifier AS, DeclContext *DC, argument
116 static AccessSpecDecl *Create(ASTContext &C, AccessSpecifier AS, argument
/freebsd-11-stable/contrib/ntp/ntpq/
H A Dntpq.c129 #define AS 9 /* array of signed times */ macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp4243 isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM, Type *Ty, unsigned AS, Instruction *I) const argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp748 AttributeSet AS = Pair.second; local
798 AttributeSet AS = AL.getAttributes(i); local
3870 AliasSummary *AS = cast<AliasSummary>(Summary); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp3334 unsigned AS = Addr->getType()->getPointerAddressSpace(); local
3119 isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM, Type *Ty, unsigned AS, Instruction *I) const argument
3253 allowsMisalignedMemoryAccesses( EVT VT, unsigned AS, unsigned Align, MachineMemOperand::Flags Flags, bool *Fast) const argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp934 auto AS = (AccessSpecifier)Record.readInt(); local
1899 auto AS = (AccessSpecifier)Record.readInt(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp4446 unsigned AS = cast<PointerType>(MallocCall->getType())->getAddressSpace(); variable
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp736 TypeSetByHwMode::SetType &AS = A.get(M); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp275 isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM, Type *Ty, unsigned AS, Instruction *I) const argument

Completed in 1002 milliseconds

1234567